SHA256
3
0
forked from pool/rpm
OBS User unknown 2009-04-23 16:29:01 +00:00 committed by Git OBS Bridge
parent f576b0beb9
commit 12fecf60aa
4 changed files with 12 additions and 5 deletions

View File

@ -186,7 +186,7 @@ Index: scripts/brp-symlink
+ ;;
+ *,/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
+ ;;

View File

@ -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: 39
Release: 40
Requires: rpm = %{version}
%py_requires
Source99: rpm.spec

View File

@ -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

View File

@ -27,7 +27,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
AutoReqProv: on
Summary: The RPM Package Manager
Version: 4.4.2.3
Release: 39
Release: 40
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.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
Group: System/Libraries
Version: 1.7
Release: 487
Release: 488
# bug437293
%ifarch ppc64
Obsoletes: popt-64bit
@ -365,7 +365,7 @@ Summary: C Library for Parsing Command Line Parameters
License: LGPL v2.1 or later
Group: System/Libraries
Version: 1.7
Release: 487
Release: 488
Requires: popt = 1.7
Requires: glibc-devel
# bug437293
@ -405,6 +405,8 @@ Authors:
%doc %{_mandir}/man3/popt.3*
%changelog
* Mon Apr 06 2009 ro@suse.de
- fix typo in brp-symlink (bnc#457908)
* Tue Mar 31 2009 mmarek@suse.cz
- findksyms.diff: don't check for /boot/symsets-*, generate ksym()
requires if not present.