From 6485e3dfdcea7aec16645a7bf2c2768339be169832d1b3af161a50402ddcd200 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 22 Mar 2007 18:49:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=6 --- files.diff | 11 +++++++++++ rpm-python.spec | 2 +- rpm.changes | 6 ++++++ rpm.spec | 12 ++++++++---- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 files.diff diff --git a/files.diff b/files.diff new file mode 100644 index 0000000..0f7051a --- /dev/null +++ b/files.diff @@ -0,0 +1,11 @@ +--- build/files.c 2007/03/19 11:52:22 1.103 ++++ build/files.c 2007/03/19 14:13:05 +@@ -2517,6 +2517,8 @@ + if (checkFiles(check_fileList) > 0) + res = 1; + } ++ else ++ checkFiles(check_fileList); + + check_fileList = freeStringBuf(check_fileList); + diff --git a/rpm-python.spec b/rpm-python.spec index 0e07f52..57d4acb 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL) Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.4.2 -Release: 96 +Release: 97 Requires: rpm = %{version} %py_requires diff --git a/rpm.changes b/rpm.changes index 529e2ac..3f014a6 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 22 16:41:44 CET 2007 - stbinner@suse.de + +- files.diff: when checking %files list also show unpackaged files + after "not found" error message [#255780] + ------------------------------------------------------------------ Thu Mar 22 10:45:08 CET 2007 - dmueller@suse.de diff --git a/rpm.spec b/rpm.spec index 9a25ae3..80e1df6 100644 --- a/rpm.spec +++ b/rpm.spec @@ -19,7 +19,7 @@ PreReq: %insserv_prereq %fillup_prereq popt = %{popt_version} permission Autoreqprov: on Summary: The RPM Package Manager Version: 4.4.2 -Release: 89 +Release: 90 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -118,6 +118,7 @@ Patch89: querybuffer.diff Patch90: testmode.diff Patch91: popt-so-version.diff Patch92: po-file-fixes.diff +Patch93: files.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -187,7 +188,7 @@ rm -f rpmdb/db.h %patch -P 60 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79 %patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85 -P 86 -P 87 -P 88 -P 89 -%patch -P 90 -P 91 -P 92 +%patch -P 90 -P 91 -P 92 -P 93 chmod 755 scripts/find-supplements{,.ksyms} chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms tar -xjvf %{SOURCE1} @@ -313,7 +314,7 @@ Summary: A C library for parsing command line parameters License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Version: 1.7 -Release: 317 +Release: 318 # %description -n popt @@ -336,7 +337,7 @@ Summary: C Library for Parsing Command Line Parameters License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Version: 1.7 -Release: 317 +Release: 318 Requires: popt = 1.7 Requires: glibc-devel @@ -372,6 +373,9 @@ Authors: %doc %{_mandir}/man3/popt.3* %changelog +* Thu Mar 22 2007 - stbinner@suse.de +- files.diff: when checking %%files list also show unpackaged files + after "not found" error message [#255780] * Thu Mar 22 2007 - dmueller@suse.de - remove strangely duplicated libpopt - remove static popt and corresponding .la file to reduce