diff --git a/.cvsignore b/.cvsignore index 737bfde..dacc98a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -redhat-rpm-config-7.3.94.tar.gz +redhat-rpm-config-8.0.tar.gz diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4f796a8..ecaba59 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,11 +1,10 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 7.3.94 -Release: 1b +Version: 8.0 +Release: 1 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz -Source1: redhat-rpm-config-7.3.94-s390.patch BuildArch: noarch Requires: rpmbuild(VendorConfig) <= 4.1 BuildRoot: %{_tmppath}/%{name}-root @@ -19,7 +18,6 @@ Red Hat specific rpm configuration files. rm -rf ${RPM_BUILD_ROOT} 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/redhat && patch -p1 < %{SOURCE1} ) %clean rm -rf ${RPM_BUILD_ROOT} @@ -29,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Tue Sep 3 2002 Bill Nottingham 8.0-1 +- bump version + * Wed Aug 28 2002 Elliot Lee 7.3.94-1 - Update macrofiles diff --git a/sources b/sources index 0eb4fc9..bff3e35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b48b0398ece8348f18ed9f1bae74d557 redhat-rpm-config-7.3.94.tar.gz +619f6cc71eebd404ae863a1927bb86f2 redhat-rpm-config-8.0.tar.gz