auto-import rpm-4.3-0.9 from rpm-4.3-0.9.src.rpm
This commit is contained in:
parent
1bb29b32b3
commit
7dd0daeab4
11
rpm.spec
11
rpm.spec
@ -20,10 +20,9 @@ Name: rpm
|
|||||||
%define version 4.3
|
%define version 4.3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 0.7.1
|
Release: 0.9
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||||
Patch0: rpm-py.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Conflicts: patch < 2.5
|
Conflicts: patch < 2.5
|
||||||
%ifos linux
|
%ifos linux
|
||||||
@ -39,7 +38,7 @@ BuildRequires: elfutils-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
BuildRequires: beecrypt-devel >= 3.0.1
|
BuildRequires: beecrypt-devel >= 3.0.1
|
||||||
Requires: beecrypt-devel >= 3.0.1
|
Requires: beecrypt >= 3.0.1
|
||||||
|
|
||||||
# XXX Red Hat 5.2 has not bzip2 or python
|
# XXX Red Hat 5.2 has not bzip2 or python
|
||||||
%if %{with_bzip2}
|
%if %{with_bzip2}
|
||||||
@ -118,7 +117,6 @@ shell-like rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .python
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -484,9 +482,8 @@ exit 0
|
|||||||
%{__includedir}/popt.h
|
%{__includedir}/popt.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 4.3-0.7.1
|
* Mon Jan 19 2004 Jeff Johnson <jbj@jbj.org> 4.2-0.9
|
||||||
- add patch from nasrat to fix rpm-python problems that show
|
- python: return None for NEVRAO, [] for everything else.
|
||||||
up in anaconda (#113387)
|
|
||||||
|
|
||||||
* Mon Jan 12 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.7
|
* Mon Jan 12 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.7
|
||||||
- fix: handle files w/o contexts correctly.
|
- fix: handle files w/o contexts correctly.
|
||||||
|
Loading…
Reference in New Issue
Block a user