Accepting request 585158 from security
OBS-URL: https://build.opensuse.org/request/show/585158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openCryptoki?expand=0&rev=46
This commit is contained in:
commit
9a4d74717d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 9 19:25:51 UTC 2018 - mpost@suse.com
|
||||
|
||||
- Re-enabled ARM architectures now that gcc6 is in SLE15. (bsc#1084617)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 23:36:39 UTC 2017 - mpost@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openCryptoki
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,12 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
# Remove %%arm until gcc6 is in SLES.
|
||||
%define openCryptoki_32bit_arch %ix86 s390 ppc
|
||||
%define openCryptoki_32bit_arch %arm %ix86 s390 ppc
|
||||
# support in the workings for: ppc64
|
||||
# no support in sight for: ia64
|
||||
# Remove aarch64 until gcc6 is in SLES.
|
||||
%define openCryptoki_64bit_arch s390x ppc64 ppc64le x86_64
|
||||
%define openCryptoki_64bit_arch aarch64 s390x ppc64 ppc64le x86_64
|
||||
# autobuild:/work/cd/lib/misc/group
|
||||
# openCryptoki pkcs11:x:64:
|
||||
%define pkcs11_group_id 64
|
||||
|
Loading…
Reference in New Issue
Block a user