[openssl] add obsoletes to assist multilib updates (#799636)

Tomáš Mráz tmraz at fedoraproject.org
Mon Mar 5 09:51:37 UTC 2012


commit 0aa7d6115151053c002db1417afaf470482f7f70
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Mar 5 10:51:13 2012 +0100

    add obsoletes to assist multilib updates (#799636)

 openssl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 2484464..8cb61b5 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -21,7 +21,7 @@
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.1
-Release: 0.2.beta3%{?dist}
+Release: 0.3.beta3%{?dist}
 Epoch: 1
 # We have to remove certain patented algorithms from the openssl source
 # tarball with the hobble-openssl script which is included below.
@@ -84,6 +84,8 @@ protocols.
 Summary: A general purpose cryptography library with TLS implementation
 Group: System Environment/Libraries
 Requires: ca-certificates >= 2008-5
+# Needed obsoletes due to the base/lib subpackage split
+Obsoletes: openssl < 1:1.0.1-0.3.beta3
 
 %description libs
 OpenSSL is a toolkit for supporting cryptography. The openssl-libs
@@ -413,6 +415,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon Mar  5 2012 Tomas Mraz <tmraz at redhat.com> 1.0.1-0.3.beta3
+- add obsoletes to assist multilib updates (#799636)
+
 * Wed Feb 29 2012 Tomas Mraz <tmraz at redhat.com> 1.0.1-0.2.beta3
 - epoch bumped to 1 due to revert to 1.0.0g on Fedora 17
 - new upstream release from the 1.0.1 branch


More information about the scm-commits mailing list