- fix posttrans callback check being backwards (#149524)
This commit is contained in:
parent
f2efffa81f
commit
c0236141b6
7
rpm.spec
7
rpm.spec
@ -20,9 +20,10 @@ Name: rpm
|
|||||||
%define version 4.4.1
|
%define version 4.4.1
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 2
|
Release: 3
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
|
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
|
||||||
|
Patch0: rpm-4.4.1-posttrans.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Conflicts: patch < 2.5
|
Conflicts: patch < 2.5
|
||||||
%ifos linux
|
%ifos linux
|
||||||
@ -130,6 +131,7 @@ shell-like rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -500,6 +502,9 @@ exit 0
|
|||||||
%{__includedir}/popt.h
|
%{__includedir}/popt.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 28 2005 Jeremy Katz <katzj@redhat.com> - 4.4.1-3
|
||||||
|
- fix posttrans callback check being backwards (#149524)
|
||||||
|
|
||||||
* Sun Feb 13 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-1
|
* Sun Feb 13 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-1
|
||||||
- don't classify files in /dev (#146623).
|
- don't classify files in /dev (#146623).
|
||||||
- don't build with sqlite3 if <sqlite3.h> is missing.
|
- don't build with sqlite3 if <sqlite3.h> is missing.
|
||||||
|
Loading…
Reference in New Issue
Block a user