OBS User unknown 2008-02-01 18:33:28 +00:00 committed by Git OBS Bridge
parent 3c09d0e71f
commit 2e79e34327
4 changed files with 12 additions and 5 deletions

View File

@ -174,7 +174,7 @@ SUSE specific brp script patches
+ echo " skip the files from packaging)"
+ exit 1
+ ;;
+ *,/opt/kde3/share/doc/HTML/*/common) # white listed for not existant
+ *,/opt/kde3/share/doc*/HTML/*/common) # white listed for not existant
+ ;;
+ *,/proc/*) # links pointing into /proc file system
+ ;;

View File

@ -16,7 +16,7 @@ License: GPL v2 or later
Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages
Version: 4.4.2
Release: 201
Release: 203
Requires: rpm = %{version}
%py_requires
Source99: rpm.spec

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 31 15:12:55 CET 2008 - ro@suse.de
- brp-symlink: whitelist /opt/kde3/share/doc*/HTML/*/common
-------------------------------------------------------------------
Mon Jan 28 16:35:46 CET 2008 - ro@suse.de

View File

@ -20,7 +20,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
AutoReqProv: on
Summary: The RPM Package Manager
Version: 4.4.2
Release: 163
Release: 165
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2
Source2: RPM-Tips.html.tar.bz2
@ -345,7 +345,7 @@ Summary: A C library for parsing command line parameters
License: LGPL v2.1 or later
Group: System/Libraries
Version: 1.7
Release: 391
Release: 393
#
%description -n popt
@ -368,7 +368,7 @@ Summary: C Library for Parsing Command Line Parameters
License: LGPL v2.1 or later
Group: System/Libraries
Version: 1.7
Release: 391
Release: 393
Requires: popt = 1.7
Requires: glibc-devel
@ -403,6 +403,8 @@ Authors:
%doc %{_mandir}/man3/popt.3*
%changelog
* Thu Jan 31 2008 ro@suse.de
- brp-symlink: whitelist /opt/kde3/share/doc*/HTML/*/common
* Mon Jan 28 2008 ro@suse.de
- finddebuginfo.diff: disable debuginfo for mono at the moment
* Mon Jan 21 2008 mls@suse.de