Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ca-certificates-mozilla for
openSUSE:Factory checked in at 2024-09-02 13:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old)
and /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates-mozilla"
Mon Sep 2 13:13:13 2024 rev:62 rq:1198030 version:2.68
Changes:
--------
---
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla-prebuilt.changes
2023-04-13 14:10:11.280103808 +0200
+++
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2698/ca-certificates-mozilla-prebuilt.changes
2024-09-02 13:13:19.067524771 +0200
@@ -1,0 +2,6 @@
+Thu Aug 8 12:16:30 UTC 2024 - Bernhard Wiedemann <[email protected]>
+
+- Re-create java-cacerts with SOURCE_DATE_EPOCH set
+ for reproducible builds (boo#1229003)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ca-certificates-mozilla-prebuilt.spec ++++++
--- /var/tmp/diff_new_pack.pAZYFE/_old 2024-09-02 13:13:19.715551769 +0200
+++ /var/tmp/diff_new_pack.pAZYFE/_new 2024-09-02 13:13:19.715551769 +0200
@@ -58,6 +58,10 @@
ln -s /var/lib/ca-certificates/ca-bundle.pem %{buildroot}/etc/ssl/ca-bundle.pem
mkdir -p %{buildroot}/usr/share/factory/var/lib
cp -a /var/lib/ca-certificates %{buildroot}/usr/share/factory/var/lib
+cadir=%{buildroot}/usr/share/factory/var/lib/ca-certificates
+chmod 755 $cadir
+# re-create java-cacerts with SOURCE_DATE_EPOCH set for reproducible builds
(boo#1229003)
+trust extract --format=java-cacerts --purpose=server-auth --filter=ca-anchors
--overwrite $cadir/java-cacerts
# need rpm needs to be able to delete the buildroot
chmod u+w %{buildroot}/usr/share/factory/var/lib/ca-certificates{,/*}
mkdir -p %{buildroot}%{_tmpfilesdir}