forked from pool/openssl
This commit is contained in:
parent
41f54b98bd
commit
b060716978
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 12:02:37 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
- do not require openssl-certs, but rather recommend it
|
||||
to avoid dependency cycle [bnc#408865]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 12:53:27 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ Group: Productivity/Networking/Security
|
||||
Provides: ssl
|
||||
AutoReqProv: on
|
||||
Version: 0.9.8h
|
||||
Release: 3
|
||||
Release: 5
|
||||
Summary: Secure Sockets and Transport Layer Security
|
||||
Url: http://www.openssl.org/
|
||||
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
|
||||
@ -70,7 +70,7 @@ Authors:
|
||||
License: BSD 3-Clause
|
||||
Summary: Secure Sockets and Transport Layer Security
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: openssl-certs
|
||||
Recommends: openssl-certs
|
||||
|
||||
%description -n libopenssl0_9_8
|
||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
||||
@ -371,6 +371,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2008 mkoenig@suse.de
|
||||
- do not require openssl-certs, but rather recommend it
|
||||
to avoid dependency cycle [bnc#408865]
|
||||
* Wed Jul 09 2008 mkoenig@suse.de
|
||||
- remove the certs subpackage from the openssl package
|
||||
and move the CA root certificates into a package of its own
|
||||
|
Loading…
Reference in New Issue
Block a user