diff --git a/openssl.changes b/openssl.changes index ee8e432..f8ab3b2 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 28 20:55:18 UTC 2010 - cristian.rodriguez@opensuse.org + +- Exclude static libraries, see what breaks and fix that + instead + ------------------------------------------------------------------- Wed Jun 30 08:47:39 UTC 2010 - jengelh@medozas.de diff --git a/openssl.spec b/openssl.spec index a26f8be..b1442d5 100644 --- a/openssl.spec +++ b/openssl.spec @@ -32,7 +32,7 @@ Obsoletes: openssl-64bit %endif # Version: 1.0.0 -Release: 6 +Release: 9 Summary: Secure Sockets and Transport Layer Security Url: http://www.openssl.org/ Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2 @@ -379,8 +379,8 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %defattr(-, root, root) %{_includedir}/%{name}/ %{_includedir}/ssl -%{_libdir}/libcrypto.a -%{_libdir}/libssl.a +%exclude %{_libdir}/libcrypto.a +%exclude %{_libdir}/libssl.a %{_libdir}/libssl.so %{_libdir}/libcrypto.so %_libdir/pkgconfig/libcrypto.pc