Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2014-05-10 08:32:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and      /work/SRC/openSUSE:Factory/.ca-certificates.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ca-certificates"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2014-04-09 13:01:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes     
2014-05-10 08:32:46.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May  8 15:41:43 UTC 2014 - [email protected]
+
+- copy custom pem files in /etc/ssl/certs to /etc/pki/anchors on
+  update (bnc#875647)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ca-certificates.spec ++++++
--- /var/tmp/diff_new_pack.ztxoQU/_old  2014-05-10 08:32:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ztxoQU/_new  2014-05-10 08:32:47.000000000 +0200
@@ -41,7 +41,7 @@
 Requires:       openssl
 Requires:       p11-kit
 Requires:       p11-kit-tools >= 0.19.3
-# needed for %post
+# needed for post
 Requires(post): coreutils openssl p11-kit-tools
 Recommends:     ca-certificates-mozilla
 # we need to obsolete openssl-certs to make sure it's files are
@@ -85,6 +85,10 @@
 # migrate /etc/ssl/certs to a symlink
 if [ "$1" -ne 0 -a -d %{sslcerts} -a ! -L %{sslcerts} ]; then
        mv -T --backup=numbered %{sslcerts} %{sslcerts}.rpmsave && ln -s 
/var/lib/ca-certificates/pem %{sslcerts}
+       # copy custom pem files to new location (bnc#875647)
+       mkdir -p /etc/pki/trust/anchors
+       find %{sslcerts}.rpmsave -maxdepth 1 -name '*.pem' -type f -print0 | \
+               xargs -0 --no-run-if-empty -n1 -I FILE cp -v -n FILE 
/etc/pki/trust/anchors/
 fi
 
 %post

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to