Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ca-certificates for openSUSE:Factory
checked in at 2021-03-11 20:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
and /work/SRC/openSUSE:Factory/.ca-certificates.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates"
Thu Mar 11 20:07:43 2021 rev:48 rq:877953 version:2+git20210309.8214505
Changes:
--------
--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes
2021-01-15 19:44:31.593868499 +0100
+++
/work/SRC/openSUSE:Factory/.ca-certificates.new.2401/ca-certificates.changes
2021-03-11 20:08:18.144275146 +0100
@@ -1,0 +2,6 @@
+Tue Mar 09 10:43:52 UTC 2021 - [email protected]
+
+- Update to version 2+git20210309.8214505:
+ * Make sure to trigger in transactional mode (boo#1179884)
+
+-------------------------------------------------------------------
Old:
----
ca-certificates-2+git20210111.eeae41c.tar.xz
New:
----
ca-certificates-2+git20210309.8214505.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ca-certificates.spec ++++++
--- /var/tmp/diff_new_pack.CZX5hY/_old 2021-03-11 20:08:19.024276573 +0100
+++ /var/tmp/diff_new_pack.CZX5hY/_new 2021-03-11 20:08:19.028276579 +0100
@@ -28,7 +28,7 @@
%define ssletcdir %{_sysconfdir}/ssl
%define cabundle /var/lib/ca-certificates/ca-bundle.pem
%define sslcerts %{ssletcdir}/certs
-Version: 2+git20210111.eeae41c
+Version: 2+git20210309.8214505
Release: 0
Summary: Utilities for system wide CA certificate installation
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.CZX5hY/_old 2021-03-11 20:08:19.072276651 +0100
+++ /var/tmp/diff_new_pack.CZX5hY/_new 2021-03-11 20:08:19.072276651 +0100
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">http://github.com/openSUSE/ca-certificates.git</param>
- <param
name="changesrevision">06f07eb0817b48bf63f9e23b714ae30e40da4341</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">8ceeb6993bb9de982996b70b21c3da3896078c94</param></service></servicedata>
\ No newline at end of file
++++++ ca-certificates-2+git20210111.eeae41c.tar.xz ->
ca-certificates-2+git20210309.8214505.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ca-certificates-2+git20210111.eeae41c/ca-certificates.path
new/ca-certificates-2+git20210309.8214505/ca-certificates.path
--- old/ca-certificates-2+git20210111.eeae41c/ca-certificates.path
2021-01-11 11:02:05.000000000 +0100
+++ new/ca-certificates-2+git20210309.8214505/ca-certificates.path
2021-03-09 11:34:36.000000000 +0100
@@ -4,6 +4,7 @@
[Path]
Unit=ca-certificates.service
+PathExists=/etc/pki/trust/.updated
PathChanged=/usr/share/pki/trust
PathChanged=/usr/share/pki/trust/anchors
PathChanged=/usr/share/pki/trust/blacklist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ca-certificates-2+git20210111.eeae41c/update-ca-certificates
new/ca-certificates-2+git20210309.8214505/update-ca-certificates
--- old/ca-certificates-2+git20210111.eeae41c/update-ca-certificates
2021-01-11 11:02:05.000000000 +0100
+++ new/ca-certificates-2+git20210309.8214505/update-ca-certificates
2021-03-09 11:34:36.000000000 +0100
@@ -53,10 +53,12 @@
case "${TRANSACTIONAL_UPDATE,,*}" in
true|yes|1)
- [ -z "$verbose" ] || echo "transactional update in progress, not
running any scripts" >&2
- exit 0
- ;;
+ [ -z "$verbose" ] || echo "transactional update in progress, not
running any scripts" >&2
+ > /etc/pki/trust/.updated
+ exit 0
+ ;;
esac
+rm -f /etc/pki/trust/.updated
while read s f; do
if [ -L "$f" -a "`readlink "$f"`" = "/dev/null" ]; then