Accepting request 500228 from home:markkp:branches:security
Fix for bsc#1039510 OBS-URL: https://build.opensuse.org/request/show/500228 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=70
This commit is contained in:
parent
cd6812de23
commit
3d264fa667
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 19:54:31 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
- Removed ARM architectures from the build list until gcc6 becomes
|
||||||
|
available for SLES. (bsc#1039510).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 12 08:46:14 UTC 2017 - mpost@suse.com
|
Fri May 12 08:46:14 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
@ -16,10 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define openCryptoki_32bit_arch %ix86 s390 ppc %arm
|
# Remove %%arm until gcc6 is in SLES.
|
||||||
|
%define openCryptoki_32bit_arch %ix86 s390 ppc
|
||||||
# support in the workings for: ppc64
|
# support in the workings for: ppc64
|
||||||
# no support in sight for: ia64
|
# no support in sight for: ia64
|
||||||
%define openCryptoki_64bit_arch s390x ppc64 ppc64le x86_64 aarch64
|
# Remove aarch64 until gcc6 is in SLES.
|
||||||
|
%define openCryptoki_64bit_arch s390x ppc64 ppc64le x86_64
|
||||||
# autobuild:/work/cd/lib/misc/group
|
# autobuild:/work/cd/lib/misc/group
|
||||||
# openCryptoki pkcs11:x:64:
|
# openCryptoki pkcs11:x:64:
|
||||||
%define pkcs11_group_id 64
|
%define pkcs11_group_id 64
|
||||||
|
Loading…
Reference in New Issue
Block a user