forked from pool/pesign-obs-integration
Accepting request 579229 from Base:System
OBS-URL: https://build.opensuse.org/request/show/579229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pesign-obs-integration?expand=0&rev=26
This commit is contained in:
commit
ea1af3bd80
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 09:16:35 UTC 2018 - glin@suse.com
|
||||
|
||||
- Provide password file for 'certutil -A' due to the change in
|
||||
mozilla-nss 3.35 (boo#1082235)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 04:35:57 UTC 2017 - jlee@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pesign-obs-integration
|
||||
#
|
||||
# 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
|
||||
|
@ -112,7 +112,7 @@ mkdir nss-db
|
||||
nss_db=$PWD/nss-db
|
||||
echo foofoofoo > "$nss_db/passwd"
|
||||
certutil -N -d "$nss_db" -f "$nss_db/passwd"
|
||||
certutil -A -d "$nss_db" -n cert -t CT,CT,CT -i "$cert"
|
||||
certutil -A -d "$nss_db" -f "$nss_db/passwd" -n cert -t CT,CT,CT -i "$cert"
|
||||
|
||||
sigs=($(find -type f -name '*.sig' -printf '%%P\n'))
|
||||
for sig in "${sigs[@]}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user