RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Per Øyvind Karlsen Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 10-Nov-2011 13:04:49 Branch: HEAD Handle: 2011111012044801 Modified files: rpm CHANGES rpm/scripts find-debuginfo.sh Log: fix find-debuginfo.sh mime-type matching. Summary: Revision Changes Path 1.3684 +1 -0 rpm/CHANGES 1.17 +1 -1 rpm/scripts/find-debuginfo.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3683 -r1.3684 CHANGES --- rpm/CHANGES 19 Oct 2011 12:52:31 -0000 1.3683 +++ rpm/CHANGES 10 Nov 2011 12:04:49 -0000 1.3684 @@ -1,4 +1,5 @@ HEAD: + - proyvind: fix find-debuginfo.sh mime-type matching. - proyvind: fix different epoch being ignored when comparing two packages with same NVRA. - proyvind: add %ruby_sitedir and %ruby_vendor macros. @@ . patch -p0 <<'@@ .' Index: rpm/scripts/find-debuginfo.sh ============================================================================ $ cvs diff -u -r1.16 -r1.17 find-debuginfo.sh --- rpm/scripts/find-debuginfo.sh 26 May 2011 14:26:27 -0000 1.16 +++ rpm/scripts/find-debuginfo.sh 10 Nov 2011 12:04:48 -0000 1.17 @@ -98,7 +98,7 @@ local g= $strip_r && r=--reloc-debug-sections $strip_g && case "$(file -bi "$2")" in - application/x-sharedlib,*) g=-g ;; + application/x-sharedlib*) g=-g ;; esac eu-strip --remove-comment $r $g -f "$1" "$2" || exit chmod 444 "$1" || exit @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
