764df9 - remove rpm <-> rpm-libs dependency loop.

Authored and Committed by jbj 20 years ago
    - remove rpm <-> rpm-libs dependency loop.
    - print dependency whiteout iff --anaconda is specified.
    
        
file modified
+5 -2
rpm.spec CHANGED
@@ -20,7 +20,7 @@ Name: rpm
20
20
%define version 4.3.2
21
21
Version: %{version}
22
22
%{expand: %%define rpm_version %{version}}
23
- Release: 4
23
+ Release: 5
24
24
Group: System Environment/Base
25
25
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
26
26
License: GPL
@@ -60,7 +60,6 @@ the package like its version, a description, etc.
60
60
%package libs
61
61
Summary: Libraries for manipulating RPM packages.
62
62
Group: Development/Libraries
63
- Requires: rpm = %{rpm_version}-%{release}
64
63
65
64
%description libs
66
65
This package contains the RPM shared libraries.
@@ -495,6 +494,10 @@ exit 0
495
494
%{__includedir}/popt.h
496
495
497
496
%changelog
497
+ * Fri Sep 17 2004 Jeff Johnson <jbj@redhat.com> 4.3.2-5
498
+ - remove rpm <-> rpm-libs dependency loop.
499
+ - print dependency whiteout iff --anaconda is specified.
500
+
498
501
* Wed Sep 15 2004 Jeff Johnson <jbj@redhat.com> 4.3.2-4
499
502
- print dependency loops as warning iff --anaconda is specified.
500
503
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- e0207f8b1979dac2bece5d877d7674ec rpm-4.3.2.tar.gz
1
+ 863935b1a6ddffb2d19057d6b2ff7c6a rpm-4.3.2.tar.gz