auto-import changelog data from redhat-rpm-config-8.0-1.src.rpm
Tue Sep 03 2002 Bill Nottingham <notting@redhat.com> 8.0-1 - bump version
This commit is contained in:
parent
bd2ebc3e8f
commit
a18b34f74c
@ -1 +1 @@
|
|||||||
redhat-rpm-config-7.3.94.tar.gz
|
redhat-rpm-config-8.0.tar.gz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 7.3.94
|
Version: 8.0
|
||||||
Release: 1b
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: redhat-rpm-config-%{version}.tar.gz
|
Source: redhat-rpm-config-%{version}.tar.gz
|
||||||
Source1: redhat-rpm-config-7.3.94-s390.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: rpmbuild(VendorConfig) <= 4.1
|
Requires: rpmbuild(VendorConfig) <= 4.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -19,7 +18,6 @@ Red Hat specific rpm configuration files.
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
|
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
|
||||||
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
|
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
|
||||||
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat && patch -p1 < %{SOURCE1} )
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -29,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
|
||||||
|
- bump version
|
||||||
|
|
||||||
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
|
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
|
||||||
- Update macrofiles
|
- Update macrofiles
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user