This commit is contained in:
parent
6703143efa
commit
9ebb98650a
@ -25,7 +25,7 @@ Index: scripts/find-provides.ksyms
|
|||||||
+ flavor=${flavor%% *}
|
+ flavor=${flavor%% *}
|
||||||
+ flavor=${flavor##*-}
|
+ flavor=${flavor##*-}
|
||||||
+ nm "$module" \
|
+ 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 \
|
+done \
|
||||||
+| sort -u
|
+| sort -u
|
||||||
Index: scripts/find-requires.ksyms
|
Index: scripts/find-requires.ksyms
|
||||||
|
@ -24,7 +24,7 @@ License: GPL v2 or later
|
|||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Summary: Python Bindings for Manipulating RPM Packages
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
Version: 4.4.2.3
|
Version: 4.4.2.3
|
||||||
Release: 14
|
Release: 15
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
|
@ -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
|
Tue Nov 18 17:46:53 CET 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
8
rpm.spec
8
rpm.spec
@ -27,7 +27,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: The RPM Package Manager
|
Summary: The RPM Package Manager
|
||||||
Version: 4.4.2.3
|
Version: 4.4.2.3
|
||||||
Release: 14
|
Release: 15
|
||||||
Source: rpm-%{version}.tar.bz2
|
Source: rpm-%{version}.tar.bz2
|
||||||
Source1: RPM-HOWTO.tar.bz2
|
Source1: RPM-HOWTO.tar.bz2
|
||||||
Source2: RPM-Tips.html.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
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 462
|
Release: 463
|
||||||
#
|
#
|
||||||
|
|
||||||
%description -n popt
|
%description -n popt
|
||||||
@ -348,7 +348,7 @@ Summary: C Library for Parsing Command Line Parameters
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 462
|
Release: 463
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -383,6 +383,8 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 21 2008 mmarek@suse.cz
|
||||||
|
- fixed sed expression in find-provides.ksyms
|
||||||
* Tue Nov 18 2008 jblunck@suse.de
|
* Tue Nov 18 2008 jblunck@suse.de
|
||||||
- find-debuginfo.sh: Create symlinks reflecting the policy from brp-symlink
|
- find-debuginfo.sh: Create symlinks reflecting the policy from brp-symlink
|
||||||
* Thu Nov 13 2008 agruen@suse.de
|
* Thu Nov 13 2008 agruen@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user