Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at 2015-01-30 06:02:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpm (Old) and /work/SRC/openSUSE:Factory/.rpm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm" Changes: -------- rpm-python.changes: same change --- /work/SRC/openSUSE:Factory/rpm/rpm.changes 2014-11-24 11:08:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2015-01-30 06:02:27.000000000 +0100 @@ -1,0 +2,14 @@ +Sun Nov 30 02:59:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in brp-compress, symset-table and check-rpaths + scripts +- fix shebang in find-supplements.ksyms script that contains + bash-specific constructions +- updated patches: + * modalias.diff + * modalias-kernel_module.diff + * brpcompress.diff +- add patches: + * rpm-4.12.0.1-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- rpm-4.12.0.1-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ rpm-python.spec: same change ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.Ajz1yr/_old 2015-01-30 06:02:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Ajz1yr/_new 2015-01-30 06:02:31.000000000 +0100 @@ -61,6 +61,7 @@ Source12: baselibs.conf Patch1: beecrypt-4.1.2.diff Patch2: db.diff +Patch3: rpm-4.12.0.1-fix-bashisms.patch # quilt patches start here Patch11: debugedit.diff Patch13: ignore-auxv.diff @@ -209,6 +210,7 @@ chmod -R u+w db/* rm -f rpmdb/db.h %patch -P 1 -P 2 +%patch3 -p1 %patch -P 11 -P 12 -P 13 -P 14 -P 15 -P 16 -P 17 -P 18 -P 19 %patch -P 20 -P 21 -P 24 -P 25 -P 26 -P 27 -P 28 -P 29 %patch -P 30 -P 31 -P 32 -P 33 -P 34 -P 35 -P 36 -P 37 -P 38 -P 39 ++++++ brpcompress.diff ++++++ --- /var/tmp/diff_new_pack.Ajz1yr/_old 2015-01-30 06:02:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Ajz1yr/_new 2015-01-30 06:02:31.000000000 +0100 @@ -14,7 +14,7 @@ COMPRESS="gzip -9 -n" COMPRESS_EXT=.gz -+function check_for_hard_link ++check_for_hard_link() +{ + dir=$1 + b=$2 ++++++ modalias-kernel_module.diff ++++++ --- /var/tmp/diff_new_pack.Ajz1yr/_old 2015-01-30 06:02:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Ajz1yr/_new 2015-01-30 06:02:31.000000000 +0100 @@ -3,7 +3,7 @@ --- scripts/find-supplements.ksyms.orig +++ scripts/find-supplements.ksyms @@ -1,6 +1,8 @@ - #! /bin/sh + #!/bin/bash +SPECFILE=${RPMBUILD_SPECFILE:-/usr/src/packages/SOURCES/$1.spec} IFS=$'\n' ++++++ modalias.diff ++++++ --- /var/tmp/diff_new_pack.Ajz1yr/_old 2015-01-30 06:02:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Ajz1yr/_new 2015-01-30 06:02:31.000000000 +0100 @@ -25,7 +25,7 @@ --- ./scripts/find-supplements.ksyms.orig 2011-05-11 15:01:39.000000000 +0000 +++ ./scripts/find-supplements.ksyms 2011-05-11 15:01:39.000000000 +0000 @@ -0,0 +1,56 @@ -+#! /bin/sh ++#!/bin/bash + +IFS=$'\n' + ++++++ rpm-4.12.0.1-fix-bashisms.patch ++++++ diff -Ndur rpm-4.12.0.1/scripts/check-rpaths rpm-4.12.0.1-fix-bashisms/scripts/check-rpaths --- rpm-4.12.0.1/scripts/check-rpaths 2014-06-30 11:47:14.000000000 +0300 +++ rpm-4.12.0.1-fix-bashisms/scripts/check-rpaths 2014-11-30 04:51:05.189260640 +0200 @@ -17,7 +17,7 @@ test -z "$QA_SKIP_RPATHS" || { - echo $"WARNING: '\$QA_SKIP_RPATHS' is obsoleted by 'QA_RPATHS=[0-7]'" >&2 + echo "WARNING: '\$QA_SKIP_RPATHS' is obsoleted by 'QA_RPATHS=[0-7]'" >&2 exit 0 } ++++++ symset-table ++++++ --- /var/tmp/diff_new_pack.Ajz1yr/_old 2015-01-30 06:02:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Ajz1yr/_new 2015-01-30 06:02:31.000000000 +0100 @@ -13,13 +13,14 @@ trap "cd / ; rm -rf $tmpdir" EXIT cd $tmpdir -shopt -s nullglob -for symsets in /boot/symsets-*.tar.gz; do +ls /boot/symsets-*.tar.gz 2>/dev/null | +while read symsets; do zcat $symsets \ | tar xf - done -for symsets in *; do +ls * 2>/dev/null | +while read symsets; do krel=${symsets#symsets-} for symset in $symsets/*; do class=${symset##*/} ; class=${class%.*} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
