From 70d2d1f25693ac699e2c22e369bfaf69f24cd861 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:28:27 +0000 Subject: auto-import changelog data from redhat-rpm-config-8.0.28-1.1.src.rpm Wed Sep 17 2003 Elliot Lee 8.0.28-1 - Change brp-compress to pass -n flag to gzip (per msw's request) Tue Jul 15 2003 Elliot Lee 8.0.27-1 - Fix broken configure macro find for config.guess/config.sub - Put host/target/build back for now Mon Jul 07 2003 Jens Petersen - 8.0.26-1 - preserve the vendor field when VENDOR not set - put VENDOR in the final i386-libc line, not the tentative one Mon Jul 07 2003 Jens Petersen - 8.0.25-1 - update config.{guess,sub} to 2003-06-17 - define VENDOR to be redhat only when /etc/redhat-release present [suggested by jbj] - put VENDOR in vendor field in our config.guess file for ia64, ppc, ppc64, s390, s390x, x86_64 and elf32-i386 Linux - drop the --host, --build, --target and --program-prefix configure options from %configure, since this causes far too many problems Fri May 02 2003 Jens Petersen - 8.0.24-3 - make config.{guess,sub} executable Thu May 01 2003 Jens Petersen - 8.0.22-2 - add config.guess and config.sub (2003-02-22) with s390 patch on config.sub - make %configure use them Mon Mar 03 2003 Elliot Lee - Unset $DISPLAY in macros --- diff --git a/.cvsignore b/.cvsignore index 550adb9..86d30fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -redhat-rpm-config-8.0.21.tar.gz +redhat-rpm-config-8.0.28.tar.gz diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index d140601..f07a50d 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.21 -Release: 1 +Version: 8.0.28 +Release: 1.1 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -20,6 +20,9 @@ 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 ) +# fix perms of config.{guess,sub} +chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub} + %clean rm -rf ${RPM_BUILD_ROOT} @@ -28,6 +31,36 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Sep 17 2003 Elliot Lee 8.0.28-1 +- Change brp-compress to pass -n flag to gzip (per msw's request) + +* Tue Jul 15 2003 Elliot Lee 8.0.27-1 +- Fix broken configure macro find for config.guess/config.sub +- Put host/target/build back for now + +* Mon Jul 7 2003 Jens Petersen - 8.0.26-1 +- preserve the vendor field when VENDOR not set +- put VENDOR in the final i386-libc line, not the tentative one + +* Mon Jul 7 2003 Jens Petersen - 8.0.25-1 +- update config.{guess,sub} to 2003-06-17 +- define VENDOR to be redhat only when /etc/redhat-release present + [suggested by jbj] +- put VENDOR in vendor field in our config.guess file for + ia64, ppc, ppc64, s390, s390x, x86_64 and elf32-i386 Linux +- drop the --host, --build, --target and --program-prefix configure options + from %%configure, since this causes far too many problems + +* Fri May 2 2003 Jens Petersen - 8.0.24-3 +- make config.{guess,sub} executable + +* Thu May 1 2003 Jens Petersen - 8.0.22-2 +- add config.guess and config.sub (2003-02-22) with s390 patch on config.sub +- make %%configure use them + +* Mon Mar 03 2003 Elliot Lee +- Unset $DISPLAY in macros + * Mon Feb 24 2003 Elliot Lee 8.0.21-1 - Just turn on -g unconditionally for now diff --git a/sources b/sources index 1f0e30d..64d87ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c046fac660227e628c7b47b3c9bb2817 redhat-rpm-config-8.0.21.tar.gz +8ba46e81cac70bb228c25e647e3229ee redhat-rpm-config-8.0.28.tar.gz