Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at 2020-06-29 21:14:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpm (Old) and /work/SRC/openSUSE:Factory/.rpm.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm" Mon Jun 29 21:14:17 2020 rev:281 rq:817222 version:4.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rpm/rpm.changes 2020-04-19 21:35:00.066334677 +0200 +++ /work/SRC/openSUSE:Factory/.rpm.new.3060/rpm.changes 2020-06-29 21:14:18.641031243 +0200 @@ -1,0 +2,17 @@ +Thu Jun 18 18:32:16 UTC 2020 - Dirk Mueller <[email protected]> + +- temporarily back out change of %_libexecdir to /usr/libexec + +------------------------------------------------------------------- +Mon May 4 13:11:34 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Update rpmconfigcheck: Remove bashism and use /bin/sh instead of + /bin/bash. + +------------------------------------------------------------------- +Thu Apr 30 12:16:46 UTC 2020 - Dirk Mueller <[email protected]> + +- update auto-config-update-aarch64-ppc64le.diff (bsc#1170849): + * only update if hostarch isn't there + +------------------------------------------------------------------- @@ -44,0 +62,6 @@ + +------------------------------------------------------------------- +Thu Feb 20 20:20:20 UTC 2020 - [email protected] + +- Remove ocaml-find-provides.sh, ocaml-find-requires.sh, fileattrs/ocaml.attr + ocaml(NAME) = HASH is now handled in ocaml-rpm-macros (bsc#1154874) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.D8MSVq/_old 2020-06-29 21:14:20.345036516 +0200 +++ /var/tmp/diff_new_pack.D8MSVq/_new 2020-06-29 21:14:20.349036528 +0200 @@ -356,6 +356,7 @@ # remove some nonsense or non-working scripts pushd %{buildroot}/usr/lib/rpm/ for f in rpm2cpio.sh rpm.daily rpmdiff* rpm.log rpm.xinetd freshen.sh u_pkg.sh \ + ocaml-find-provides.sh ocaml-find-requires.sh fileattrs/ocaml.attr \ magic magic.mgc magic.mime* rpmfile *.pl javadeps brp-redhat \ brp-strip-static-archive vpkg-provides*.sh http.req sql.req tcl.req \ brp-sparc64-linux brp-strip-comment-note brp-java-gcjcompile ++++++ auto-config-update-aarch64-ppc64le.diff ++++++ --- /var/tmp/diff_new_pack.D8MSVq/_old 2020-06-29 21:14:20.381036627 +0200 +++ /var/tmp/diff_new_pack.D8MSVq/_new 2020-06-29 21:14:20.381036627 +0200 @@ -1,6 +1,6 @@ --- ./build/parseSpec.c.orig 2019-10-02 12:38:51.836127743 +0000 +++ ./build/parseSpec.c 2019-10-02 12:52:33.818447657 +0000 -@@ -926,7 +926,24 @@ static rpmSpec parseSpec(const char *spe +@@ -926,7 +926,22 @@ static rpmSpec parseSpec(const char *spe &(spec->buildrequires)); break; case PART_BUILD: @@ -12,13 +12,11 @@ + } + spec->build = newStringBuf(); + appendLineStringBuf(spec->build, -+ "ref=/usr/lib/rpm\n" ++ "ref=/usr/lib/rpm; testarch=$(uname -m)\n" + "for s in guess sub; do\n" + " for c in $(find -maxdepth 8 -name \"config.$s\"); do\n" + " grep -q config-patches@ $c || continue\n" -+ " grep -q aarch64 $c || install -m 755 $ref/config.$s $c\n" -+ " grep -q ppc64le $c || install -m 755 $ref/config.$s $c\n" -+ " grep -q 'riscv64[-:]' $c || install -m 755 $ref/config.$s $c\n" ++ " grep -q $testarch\\[-:\\] $c || install -m 755 $ref/config.$s $c\n" + " done\n" + "done\n" + ); ++++++ rpmconfigcheck ++++++ --- /var/tmp/diff_new_pack.D8MSVq/_old 2020-06-29 21:14:20.545037135 +0200 +++ /var/tmp/diff_new_pack.D8MSVq/_new 2020-06-29 21:14:20.545037135 +0200 @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # Copyright (c) 2002 SUSE GmbH Nuernberg, Germany. # # Author: Michael Schroeder <[email protected]> @@ -15,7 +15,7 @@ test -e $configcheckfile && mv -f $configcheckfile $configcheckfile.old rpm -qalc | sort | while read line; do for suffix in new orig save; do - [[ -e "${line}.rpm${suffix}" ]] && echo "${line}.rpm${suffix}" + [ -e "${line}.rpm${suffix}" ] && echo "${line}.rpm${suffix}" done done > $configcheckfile else
