This commit is contained in:
parent
8d13ad200d
commit
9423a0f5e9
@ -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: 94
|
||||
Release: 95
|
||||
Requires: rpm = %{version}
|
||||
|
||||
%py_requires
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 16:48:22 CET 2007 - rguenther@suse.de
|
||||
|
||||
- do not require build-key
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 20:19:40 CET 2007 - rguenther@suse.de
|
||||
|
||||
|
9
rpm.spec
9
rpm.spec
@ -14,13 +14,12 @@ Name: rpm
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Packages
|
||||
Provides: rpminst
|
||||
Requires: build-key
|
||||
%define popt_version 1.7
|
||||
PreReq: %insserv_prereq %fillup_prereq popt = %{popt_version} permissions
|
||||
Autoreqprov: on
|
||||
Summary: The RPM Package Manager
|
||||
Version: 4.4.2
|
||||
Release: 87
|
||||
Release: 88
|
||||
Source: rpm-%{version}.tar.bz2
|
||||
Source1: RPM-HOWTO.tar.bz2
|
||||
Source2: RPM-Tips.html.tar.bz2
|
||||
@ -314,7 +313,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: 315
|
||||
Release: 316
|
||||
#
|
||||
|
||||
%description -n popt
|
||||
@ -337,7 +336,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: 315
|
||||
Release: 316
|
||||
Requires: popt = 1.7
|
||||
Requires: glibc-devel
|
||||
|
||||
@ -375,6 +374,8 @@ Authors:
|
||||
%doc %{_mandir}/man3/popt.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 19 2007 - rguenther@suse.de
|
||||
- do not require build-key
|
||||
* Tue Mar 06 2007 - rguenther@suse.de
|
||||
- adjust cflags_profile_generate and cflags_profile_feedback to
|
||||
enable tree profiling
|
||||
|
Loading…
Reference in New Issue
Block a user