This commit is contained in:
parent
f576b0beb9
commit
12fecf60aa
2
brp.diff
2
brp.diff
@ -186,7 +186,7 @@ Index: scripts/brp-symlink
|
|||||||
+ ;;
|
+ ;;
|
||||||
+ *,/opt/kde3/share/doc*/HTML/*/common) # white listed for not existant
|
+ *,/opt/kde3/share/doc*/HTML/*/common) # white listed for not existant
|
||||||
+ ;;
|
+ ;;
|
||||||
+ *,usr/share/doc/kde/HTML/*/common) # white listed for not existant
|
+ *,/usr/share/doc/kde/HTML/*/common) # white listed for not existant
|
||||||
+ ;;
|
+ ;;
|
||||||
+ *,/proc/*) # links pointing into /proc file system
|
+ *,/proc/*) # links pointing into /proc file system
|
||||||
+ ;;
|
+ ;;
|
||||||
|
@ -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: 39
|
Release: 40
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 6 02:09:43 CEST 2009 - ro@suse.de
|
||||||
|
|
||||||
|
- fix typo in brp-symlink (bnc#457908)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 31 11:25:14 CEST 2009 - mmarek@suse.cz
|
Tue Mar 31 11:25:14 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
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: 39
|
Release: 40
|
||||||
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
|
||||||
@ -337,7 +337,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: 487
|
Release: 488
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: popt-64bit
|
Obsoletes: popt-64bit
|
||||||
@ -365,7 +365,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: 487
|
Release: 488
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -405,6 +405,8 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 06 2009 ro@suse.de
|
||||||
|
- fix typo in brp-symlink (bnc#457908)
|
||||||
* Tue Mar 31 2009 mmarek@suse.cz
|
* Tue Mar 31 2009 mmarek@suse.cz
|
||||||
- findksyms.diff: don't check for /boot/symsets-*, generate ksym()
|
- findksyms.diff: don't check for /boot/symsets-*, generate ksym()
|
||||||
requires if not present.
|
requires if not present.
|
||||||
|
Loading…
Reference in New Issue
Block a user