forked from pool/ca-certificates-mozilla
Accepting request 83851 from Base:System
OBS-URL: https://build.opensuse.org/request/show/83851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates-mozilla?expand=0&rev=11
This commit is contained in:
commit
546819cfbd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 21:58:34 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 31 09:02:10 UTC 2011 - lnussel@suse.de
|
Wed Aug 31 09:02:10 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%bcond_with trustedcerts
|
%bcond_with trustedcerts
|
||||||
|
|
||||||
@ -25,7 +24,6 @@ Name: ca-certificates-mozilla
|
|||||||
%define sslusrdir %{_datadir}/ca-certificates
|
%define sslusrdir %{_datadir}/ca-certificates
|
||||||
License: BSD3c(or similar) ; MPL 1.1/GPL 2.0/LGPL 2.1
|
License: BSD3c(or similar) ; MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
AutoReqProv: on
|
|
||||||
Version: 1.76
|
Version: 1.76
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: CA certificates for OpenSSL
|
Summary: CA certificates for OpenSSL
|
||||||
@ -33,6 +31,8 @@ Url: http://www.mozilla.org
|
|||||||
# IMPORTANT: procedure to update certificates:
|
# IMPORTANT: procedure to update certificates:
|
||||||
# - Check the CVS log of the cert file:
|
# - Check the CVS log of the cert file:
|
||||||
# http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/security/nss/lib/ckfw/builtins/certdata.txt&rev=HEAD
|
# http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/security/nss/lib/ckfw/builtins/certdata.txt&rev=HEAD
|
||||||
|
# Alternatively hg:
|
||||||
|
# http://hg.mozilla.org/releases/mozilla-release/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
|
||||||
# - download the new certdata.txt
|
# - download the new certdata.txt
|
||||||
# wget -O certdata.txt "http://mxr.mozilla.org/mozilla/source//security/nss/lib/ckfw/builtins/certdata.txt?raw=1"
|
# wget -O certdata.txt "http://mxr.mozilla.org/mozilla/source//security/nss/lib/ckfw/builtins/certdata.txt?raw=1"
|
||||||
# - run compareoldnew to show fingerprints of new and changed certificates
|
# - run compareoldnew to show fingerprints of new and changed certificates
|
||||||
@ -94,9 +94,6 @@ for i in *.pem; do
|
|||||||
done
|
done
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
update-ca-certificates || true
|
update-ca-certificates || true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user