Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at 2021-06-01 10:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpm (Old) and /work/SRC/openSUSE:Factory/.rpm.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm" Tue Jun 1 10:32:39 2021 rev:290 rq:894744 version:4.16.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rpm/rpm.changes 2021-04-29 01:36:26.854412361 +0200 +++ /work/SRC/openSUSE:Factory/.rpm.new.1898/rpm.changes 2021-06-01 10:32:40.648324322 +0200 @@ -0,0 +1,7 @@ +------------------------------------------------------------------- +Wed May 12 13:28:38 UTC 2021 - Andreas Schwab <sch...@suse.de> + +- auto-config-update-aarch64-ppc64le.diff: Treat missing timestamp as + infinitely old. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ rpm.spec: same change ++++++ auto-config-update-aarch64-ppc64le.diff ++++++ --- /var/tmp/diff_new_pack.eEqiK1/_old 2021-06-01 10:32:42.448327387 +0200 +++ /var/tmp/diff_new_pack.eEqiK1/_new 2021-06-01 10:32:42.452327393 +0200 @@ -25,7 +25,7 @@ + " for c in $(find -maxdepth 8 -name \"config.$s\"); do\n" + " grep -q config-patches@ $c || continue\n" + " timestamp=$(sed -n \"/^timestamp=/{s///;s/[-'\\\"]//g;p;q;}\" $c)\n" -+ " test -n \"$timestamp\" || continue\n" ++ " test -n \"$timestamp\" || timestamp=0\n" + " test $timestamp -ge $mints || install -m 755 $ref/config.$s $c\n" + " done\n" + "done\n"