This commit is contained in:
parent
26e78fd91b
commit
87de421a8b
11
files.diff
Normal file
11
files.diff
Normal file
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
12
rpm.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user