Accepting request 210668 from security
- enable ppc64le (forwarded request 210450 from k0da) OBS-URL: https://build.opensuse.org/request/show/210668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-ibmca?expand=0&rev=21
This commit is contained in:
parent
4d6c9172d7
commit
c1b4002565
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 20:55:24 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
- enable ppc64le
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 23 11:27:45 UTC 2012 - dvaleev@suse.com
|
Fri Mar 23 11:27:45 UTC 2012 - dvaleev@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openssl-ibmca
|
# spec file for package openssl-ibmca
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: openssl-ibmca
|
Name: openssl-ibmca
|
||||||
BuildRequires: libica openssl-devel
|
BuildRequires: autoconf
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: automake
|
||||||
|
BuildRequires: libica
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: openssl-devel
|
||||||
Summary: The IBMCA OpenSSL dynamic engine
|
Summary: The IBMCA OpenSSL dynamic engine
|
||||||
Version: 1.0.0
|
|
||||||
Release: 154
|
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 0
|
||||||
Source: openssl-ibmca-1.0.0-rc2.tar.bz2
|
Source: openssl-ibmca-1.0.0-rc2.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch: ibmca-configure.patch
|
Patch: ibmca-configure.patch
|
||||||
@ -36,13 +37,14 @@ 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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
Requires: openssl libica
|
Requires: libica
|
||||||
|
Requires: openssl
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: openssl-ibmca-64bit
|
Obsoletes: openssl-ibmca-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%define ibmca_64bit_arch s390x ppc64
|
%define ibmca_64bit_arch s390x ppc64 ppc64le
|
||||||
%define ibmca_32bit_arch %ix86 s390 ppc %arm
|
%define ibmca_32bit_arch %ix86 s390 ppc %arm
|
||||||
ExclusiveArch: %ibmca_32bit_arch %ibmca_64bit_arch
|
ExclusiveArch: %ibmca_32bit_arch %ibmca_64bit_arch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user