OBS User unknown 2008-12-15 13:58:47 +00:00 committed by Git OBS Bridge
parent 96cc5a8614
commit 021e988f55
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 9 14:16:37 CET 2008 - kukuk@suse.de
- Enable build on x86_64 [bnc#417925]
-------------------------------------------------------------------
Thu Nov 6 06:25:48 CET 2008 - jjolly@suse.de

View File

@ -19,8 +19,8 @@
%define openCryptoki_32bit_arch %ix86 s390 ppc %arm
# support in the workings for: ppc64
# no support in sight for: ia64 x86_64
%define openCryptoki_64bit_arch s390x ppc64
# no support in sight for: ia64
%define openCryptoki_64bit_arch s390x ppc64 x86_64
# autobuild:/work/cd/lib/misc/group
# openCryptoki pkcs11:x:64:
%define pkcs11_group_id 64
@ -30,7 +30,7 @@ Name: openCryptoki
BuildRequires: gcc-c++ libica openssl-devel pwdutils
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
Version: 2.2.6
Release: 2
Release: 3
License: IBM Public License
Group: Productivity/Security
# :pserver:anonymous@cvs.sourceforge.net:/cvsroot/opencryptoki
@ -56,7 +56,7 @@ Cryptographic Accelerator (FC 4960 on pSeries).
%package devel
License: IBM Public License
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
Group: Productivity/Security
Group: Development/Languages/C and C++
Requires: openCryptoki = %{version}-%{release}, glibc-devel, openssl-devel
%description devel
@ -256,6 +256,8 @@ ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so6
%endif
%changelog
* Tue Dec 09 2008 kukuk@suse.de
- Enable build on x86_64 [bnc#417925]
* Thu Nov 06 2008 jjolly@suse.de
- Overhaul of the specfile. All platforms build the base package
and each architecture builds the appropriate 32 or 64 bit package