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:
parent
7328903d9c
commit
5e3a15d4aa
14
rpm.spec
14
rpm.spec
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user