Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at 2013-09-08 13:03:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-09-04 14:04:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2013-09-08 13:03:38.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 5 12:01:51 UTC 2013 - [email protected] + +- brp-compress-no-img.patch: don't compress image files + +------------------------------------------------------------------- New: ---- brp-compress-no-img.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ rpm-python.spec: same change ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.NsLCaS/_old 2013-09-08 13:03:40.000000000 +0200 +++ /var/tmp/diff_new_pack.NsLCaS/_new 2013-09-08 13:03:40.000000000 +0200 @@ -136,6 +136,7 @@ Patch82: noposttrans.diff Patch83: debug_gdb_scripts.diff Patch84: beedigest.diff +Patch85: brp-compress-no-img.patch Patch6464: auto-config-update-aarch64.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -222,7 +223,7 @@ %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79 -%patch -P 80 -P 81 -P 82 -P 83 -P 84 +%patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85 %ifarch aarch64 %patch6464 %endif ++++++ brp-compress-no-img.patch ++++++ --- scripts/brp-compress 2013-09-02 19:00:09.000000000 +0200 +++ scripts/brp-compress 2013-09-02 19:03:12.000000000 +0200 @@ -47,6 +47,7 @@ do find $d -type f ! -name dir | while read f do [ -f "$f" ] || continue + case $(file "$f") in *"image data"*) continue;; esac case "$f" in *.gz|*.Z) gunzip "$f" || check_for_hard_link $d "$f"; b=`echo $f | sed -e 's/\.\(gz\|Z\)$//'`;; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
