From 0995c2ab102a6c7305a4735174857120af91b13ced3977c7fdcd89671de70163 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 1 Feb 2008 18:33:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=33 --- brp.diff | 2 +- rpm-python.spec | 2 +- rpm.changes | 5 +++++ rpm.spec | 8 +++++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/brp.diff b/brp.diff index fdaf8c5..affad08 100644 --- a/brp.diff +++ b/brp.diff @@ -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 + ;; diff --git a/rpm-python.spec b/rpm-python.spec index a5c9bbd..0bd8331 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -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 diff --git a/rpm.changes b/rpm.changes index bb3f93a..04f71e4 100644 --- a/rpm.changes +++ b/rpm.changes @@ -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 diff --git a/rpm.spec b/rpm.spec index aee10d6..5f0e9fe 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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