auto-import changelog data from rpm-4.0.3-0.69.src.rpm

Thu Jul 12 2001 Jeff Johnson <jbj@redhat.com>
- fix: scope multi-mode options like --nodeps correctly (#48825).
This commit is contained in:
cvsdist 2004-09-09 11:54:31 +00:00
parent 7328903d9c
commit 5e3a15d4aa
2 changed files with 12 additions and 4 deletions

View File

@ -14,15 +14,15 @@ Summary: The Red Hat package management system.
Name: rpm Name: rpm
%define version 4.0.3 %define version 4.0.3
Version: %{version} Version: %{version}
Release: 0.66 Release: 0.69
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL Copyright: GPL
Conflicts: patch < 2.5 Conflicts: patch < 2.5
%ifos linux %ifos linux
Prereq: gawk fileutils textutils mktemp shadow-utils Prereq: gawk fileutils textutils mktemp shadow-utils
Requires: popt
%endif %endif
Requires: popt = 1.6.3
%if !%{with_internal_db} %if !%{with_internal_db}
BuildRequires: db3-devel BuildRequires: db3-devel
@ -54,7 +54,7 @@ the package like its version, a description, etc.
%package devel %package devel
Summary: Development files for applications which will manipulate RPM packages. Summary: Development files for applications which will manipulate RPM packages.
Group: Development/Libraries Group: Development/Libraries
Requires: rpm = %{version}, popt Requires: rpm = %{version}, popt = 1.6.3
%description devel %description devel
This package contains the RPM C library and header files. These This package contains the RPM C library and header files. These
@ -82,6 +82,7 @@ Summary: Python bindings for apps which will manipulate RPM packages.
Group: Development/Libraries Group: Development/Libraries
Requires: rpm = %{version} Requires: rpm = %{version}
Requires: python >= 1.5.2 Requires: python >= 1.5.2
Requires: popt = 1.6.3
%description python %description python
The rpm-python package contains a module which permits applications The rpm-python package contains a module which permits applications
@ -429,8 +430,15 @@ fi
%{__prefix}/include/popt.h %{__prefix}/include/popt.h
%changelog %changelog
* Thu Jul 12 2001 Jeff Johnson <jbj@redhat.com>
- fix: scope multi-mode options like --nodeps correctly (#48825).
* Wed Jul 11 2001 Jeff Johnson <jbj@redhat.com> * Wed Jul 11 2001 Jeff Johnson <jbj@redhat.com>
- fix: adjust arg count for --POPTdesc/--POPTargs deletion. - fix: adjust arg count for --POPTdesc/--POPTargs deletion.
- add linux per-platform macro %_smp_mflags <sopwith@redhat.com>.
- document more popt aliases for --help usage.
- remove --tarbuild from man page(s), use -t[abpcils] instead (#48666).
- add explicit version to Requires: popt
* Tue Jul 10 2001 Jeff Johnson <jbj@redhat.com> * Tue Jul 10 2001 Jeff Johnson <jbj@redhat.com>
- fix: -i CLI context broken Yet Again. - fix: -i CLI context broken Yet Again.

View File

@ -1 +1 @@
0d47162de989df4d7bfb8600e196e83f rpm-4.0.3.tar.gz 36f6b2335654ea7436813ea2119e4e0c rpm-4.0.3.tar.gz