From 61ea3b4932d9e22def12e13241918cd166725362 Mon Sep 17 00:00:00 2001 From: Vitaliy Filyuchkov Date: Wed, 4 Sep 2024 12:25:43 +0300 Subject: [PATCH] fix version --- install-openssl_3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-openssl_3.sh b/install-openssl_3.sh index 7831ca1..999171f 100644 --- a/install-openssl_3.sh +++ b/install-openssl_3.sh @@ -94,5 +94,5 @@ cp ~/openssl/openssl3.spec /root/rpmbuild/SPECS/openssl.spec mv openssl-3.3.1.tar.gz /root/rpmbuild/SOURCES cd /root/rpmbuild/SPECS && \ rpmbuild \ - -D "version 3.3.2" \ + -D "version 3.3.1" \ -ba openssl.spec