From da01215410634167036b50ecc93b3229b1c0e69fc4f09c3283f8dd145809e341 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 13:18:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-ibmca?expand=0&rev=3 --- baselibs.conf | 1 + openssl-ibmca.changes | 6 ++++++ openssl-ibmca.spec | 20 ++++++++++++-------- 3 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..0dfe8ae --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +openssl-ibmca diff --git a/openssl-ibmca.changes b/openssl-ibmca.changes index 2bc03e7..e59a4d7 100644 --- a/openssl-ibmca.changes +++ b/openssl-ibmca.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Tue Feb 13 12:51:00 CET 2007 - uli@suse.de diff --git a/openssl-ibmca.spec b/openssl-ibmca.spec index 52388f5..543f33d 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) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,11 +10,12 @@ # norootforbuild + Name: openssl-ibmca BuildRequires: libica openssl-devel Summary: The IBMCA OpenSSL dynamic engine Version: 1.0.0 -Release: 34 +Release: 103 License: IBM Public License Group: Hardware/Other Source: openssl-ibmca-1.0.0-rc2.tar.bz2 @@ -23,13 +24,13 @@ Patch1: openssl-ibmca-README.patch Patch2: ibmca-segfault.fix.patch Patch3: ibmca-sw-fix.patch Patch4: openssl-ibmca-1.0.0.rc2-memset-fix.patch -URL: http://sourceforge.net/projects/opencryptoki +Url: http://sourceforge.net/projects/opencryptoki BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq Requires: openssl libica %define ibmca_64bit_arch s390x ppc64 %define ibmca_32bit_arch %ix86 s390 ppc %arm -ExclusiveArch: %ibmca_32bit_arch %ibmca_64bit_arch +ExclusiveArch: %ibmca_32bit_arch %ibmca_64bit_arch %description This package contains a shared object OpenSSL dynamic engine for the @@ -72,17 +73,20 @@ rm ${RPM_BUILD_ROOT}%{_libdir}/engines/libibmca.la %doc openssl.cnf.sample %{_libdir}/engines/libibmca.* -%changelog -n openssl-ibmca -* Tue Feb 13 2007 - uli@suse.de +%changelog +* 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 +* Mon Jun 19 2006 uli@suse.de - updated README (bug #185508) -* Tue Mar 28 2006 - hare@suse.de +* Tue Mar 28 2006 hare@suse.de - Fixed configure.in to build correctly - Fixed spec file - Initial version from Mike Halcrow