diff --git a/openssl-ibmca.changes b/openssl-ibmca.changes index efe300b..db5cb67 100644 --- a/openssl-ibmca.changes +++ b/openssl-ibmca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 1 12:13:29 UTC 2010 - jengelh@medozas.de + +- package baselibs.conf + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/openssl-ibmca.spec b/openssl-ibmca.spec index 4049084..64092a2 100644 --- a/openssl-ibmca.spec +++ b/openssl-ibmca.spec @@ -1,7 +1,7 @@ # # spec file for package openssl-ibmca (Version 1.0.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,11 @@ Name: openssl-ibmca BuildRequires: libica openssl-devel Summary: The IBMCA OpenSSL dynamic engine Version: 1.0.0 -Release: 140 -License: IBM Public License +Release: 142 +License: IBM PL Group: Hardware/Other Source: openssl-ibmca-1.0.0-rc2.tar.bz2 +Source2: baselibs.conf Patch: ibmca-configure.patch Patch1: openssl-ibmca-README.patch Patch2: ibmca-segfault.fix.patch @@ -86,21 +87,3 @@ rm ${RPM_BUILD_ROOT}%{_libdir}/engines/libibmca.la %{_libdir}/engines/libibmca.* %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Tue Feb 13 2007 uli@suse.de -- added fixes by IBM (bug #243801): - ibmca-segfault.fix: rewrite ibmca_mod_expto remove improper use of BIGNUM - object - ibmca-sw-fix: rewrite ibmca_mod_exp_crtto remove improper use of BIGNUM - object - openssl-ibmca-1.0.0.rc2-memset-fix.patch: fix memory initialization problem -* Mon Jun 19 2006 uli@suse.de -- updated README (bug #185508) -* Tue Mar 28 2006 hare@suse.de -- Fixed configure.in to build correctly -- Fixed spec file -- Initial version from Mike Halcrow