diff --git a/findksyms.diff b/findksyms.diff index f8554e5..1734b87 100644 --- a/findksyms.diff +++ b/findksyms.diff @@ -25,7 +25,7 @@ Index: scripts/find-provides.ksyms + flavor=${flavor%% *} + flavor=${flavor##*-} + nm "$module" \ -+ | sed -r -ne "s:^0*([0-9a-f]+) A __crc_(.+):ksym($flavor:\\2) = \\1:p" ++ | sed -r -ne "s/^0*([0-9a-f]+) A __crc_(.+)/ksym($flavor:\\2) = \\1/p" +done \ +| sort -u Index: scripts/find-requires.ksyms diff --git a/rpm-python.spec b/rpm-python.spec index 93ae284..62a0cfa 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -24,7 +24,7 @@ License: GPL v2 or later Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.4.2.3 -Release: 14 +Release: 15 Requires: rpm = %{version} %py_requires Source99: rpm.spec diff --git a/rpm.changes b/rpm.changes index 37c79a6..4c81235 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 21 14:38:57 CET 2008 - mmarek@suse.cz + +- fixed sed expression in find-provides.ksyms + ------------------------------------------------------------------- Tue Nov 18 17:46:53 CET 2008 - jblunck@suse.de diff --git a/rpm.spec b/rpm.spec index 17f2981..cdf9c4b 100644 --- a/rpm.spec +++ b/rpm.spec @@ -27,7 +27,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions AutoReqProv: on Summary: The RPM Package Manager Version: 4.4.2.3 -Release: 14 +Release: 15 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -325,7 +325,7 @@ Summary: A C library for parsing command line parameters License: LGPL v2.1 or later Group: System/Libraries Version: 1.7 -Release: 462 +Release: 463 # %description -n popt @@ -348,7 +348,7 @@ Summary: C Library for Parsing Command Line Parameters License: LGPL v2.1 or later Group: System/Libraries Version: 1.7 -Release: 462 +Release: 463 Requires: popt = 1.7 Requires: glibc-devel @@ -383,6 +383,8 @@ Authors: %doc %{_mandir}/man3/popt.3* %changelog +* Fri Nov 21 2008 mmarek@suse.cz +- fixed sed expression in find-provides.ksyms * Tue Nov 18 2008 jblunck@suse.de - find-debuginfo.sh: Create symlinks reflecting the policy from brp-symlink * Thu Nov 13 2008 agruen@suse.de