This commit is contained in:
parent
0268bad108
commit
a31aa5cbc4
@ -17,7 +17,7 @@ License: GPL v2 or later
|
|||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Summary: Python Bindings for Manipulating RPM Packages
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 221
|
Release: 222
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 14:54:04 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- leave the rpm package itself with bzip payload to
|
||||||
|
avoid blocking updates from within running system
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 27 14:43:24 CET 2008 - coolo@suse.de
|
Thu Mar 27 14:43:24 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
11
rpm.spec
11
rpm.spec
@ -21,7 +21,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: The RPM Package Manager
|
Summary: The RPM Package Manager
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 180
|
Release: 181
|
||||||
Source: rpm-%{version}.tar.bz2
|
Source: rpm-%{version}.tar.bz2
|
||||||
Source1: RPM-HOWTO.tar.bz2
|
Source1: RPM-HOWTO.tar.bz2
|
||||||
Source2: RPM-Tips.html.tar.bz2
|
Source2: RPM-Tips.html.tar.bz2
|
||||||
@ -134,6 +134,8 @@ Patch104: lzma-payload.diff
|
|||||||
Patch105: lzma-payload-2.diff
|
Patch105: lzma-payload-2.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#
|
#
|
||||||
|
# avoid bootstrapping problem
|
||||||
|
%define _binary_payload w9.bzdio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RPM Package Manager is the main tool for managing the software packages
|
RPM Package Manager is the main tool for managing the software packages
|
||||||
@ -348,7 +350,7 @@ Summary: A C library for parsing command line parameters
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 408
|
Release: 409
|
||||||
#
|
#
|
||||||
|
|
||||||
%description -n popt
|
%description -n popt
|
||||||
@ -371,7 +373,7 @@ Summary: C Library for Parsing Command Line Parameters
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 408
|
Release: 409
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -406,6 +408,9 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 28 2008 coolo@suse.de
|
||||||
|
- leave the rpm package itself with bzip payload to
|
||||||
|
avoid blocking updates from within running system
|
||||||
* Thu Mar 27 2008 coolo@suse.de
|
* Thu Mar 27 2008 coolo@suse.de
|
||||||
- switch payload default to lzma -2
|
- switch payload default to lzma -2
|
||||||
- flag GNOME docu as %%doc (bnc#358838)
|
- flag GNOME docu as %%doc (bnc#358838)
|
||||||
|
Loading…
Reference in New Issue
Block a user