Hello community,
here is the log from the commit of package ca-certificates-mozilla for
openSUSE:Factory checked in at 2013-06-25 09:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old)
and /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates-mozilla"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes
2013-01-04 11:36:10.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new/ca-certificates-mozilla.changes
2013-06-25 14:38:56.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jun 21 12:59:53 UTC 2013 - [email protected]
+
+- use correct 'anchors' subdirectory
+
+-------------------------------------------------------------------
+Wed Jun 19 09:30:00 UTC 2013 - [email protected]
+
+- new location of CA certificate anchors is
+ /usr/share/ca-certificates/anchors
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ca-certificates-mozilla.spec ++++++
--- /var/tmp/diff_new_pack.jguPic/_old 2013-06-25 14:38:57.000000000 +0200
+++ /var/tmp/diff_new_pack.jguPic/_new 2013-06-25 14:38:57.000000000 +0200
@@ -16,12 +16,19 @@
#
+%if 0%{?suse_version} < 1310
%bcond_with trustedcerts
+%define certdir %{_datadir}/ca-certificates/mozilla
+%else
+%bcond_without trustedcerts
+%define certdir %{trustdir_static}/anchors
+BuildRequires: p11-kit-devel
+%endif
+BuildRequires: ca-certificates
BuildRequires: openssl
Name: ca-certificates-mozilla
-%define sslusrdir %{_datadir}/ca-certificates
Version: 1.85
Release: 0
Summary: CA certificates for OpenSSL
@@ -68,7 +75,7 @@
perl %{SOURCE1} --trustbits < certdata.txt
%install
-mkdir -p %{buildroot}/%{sslusrdir}/mozilla
+mkdir -p %{buildroot}/%{certdir}
set +x
for i in *.pem; do
args=()
@@ -90,7 +97,7 @@
{
grep '^#' "$i"
openssl x509 -in "$i" "${args[@]}"
- } > "%{buildroot}/%{sslusrdir}/mozilla/$i"
+ } > "%{buildroot}/%{certdir}/$i"
done
set -x
@@ -103,6 +110,6 @@
%files
%defattr(-, root, root)
%doc COPYING
-%{sslusrdir}/mozilla
+%{certdir}
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]