[tw] - enabled prereqs again
This commit is contained in:
parent
6a92fd0e50
commit
59fd0bd6c2
7
rpm.spec
7
rpm.spec
@ -20,7 +20,7 @@ Name: rpm
|
||||
%define version 4.4.1
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 8
|
||||
Release: 9
|
||||
Group: System Environment/Base
|
||||
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
|
||||
Patch0: rpm-4.4.1-posttrans.patch
|
||||
@ -28,6 +28,7 @@ Patch1: rpm-4.4.1-gcc4.patch
|
||||
Patch2: rpm-4.4.1-hkp-disable.patch
|
||||
Patch3: rpm-4.4.1-read-macro.patch
|
||||
Patch4: rpm-4.4.1-fileconflicts.patch
|
||||
Patch5: rpm-4.4.1-prereq.patch
|
||||
License: GPL
|
||||
Conflicts: patch < 2.5
|
||||
%ifos linux
|
||||
@ -141,6 +142,7 @@ shell-like rules.
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1 -b .fileconflicts
|
||||
%patch5 -p1 -b .prereq
|
||||
|
||||
%build
|
||||
|
||||
@ -511,6 +513,9 @@ exit 0
|
||||
%{__includedir}/popt.h
|
||||
|
||||
%changelog
|
||||
* Thu Mar 31 2005 Thomas Woerner <twoerner@redhat.com> 4.4.1-9
|
||||
- enabled prereqs again
|
||||
|
||||
* Mon Mar 21 2005 Paul Nasrat <pnasrat@redhat.com> 4.4.1-8
|
||||
- Add devel requires libselinux-devel
|
||||
- Fileconflicts as FC3 (#151609)
|
||||
|
Loading…
Reference in New Issue
Block a user