2009-09-03 08:57:20 +00:00
|
|
|
Summary: Red Hat specific rpm configuration files
|
2004-09-09 11:26:46 +00:00
|
|
|
Name: redhat-rpm-config
|
2010-02-02 09:49:38 +00:00
|
|
|
Version: 9.1.0
|
2011-06-18 07:05:16 +00:00
|
|
|
Release: 9%{?dist}
|
2009-02-16 17:12:17 +00:00
|
|
|
# No version specified.
|
|
|
|
License: GPL+
|
2004-09-09 11:26:46 +00:00
|
|
|
Group: Development/System
|
2010-02-02 09:49:38 +00:00
|
|
|
URL: http://git.fedoraproject.org/git/redhat-rpm-config
|
2007-06-19 18:56:52 +00:00
|
|
|
Source: redhat-rpm-config-%{version}.tar.bz2
|
2010-02-03 11:06:30 +00:00
|
|
|
Patch0: redhat-rpm-config-9.1.0-strict-python-bytecompile.patch
|
2010-02-15 11:49:10 +00:00
|
|
|
Patch1: redhat-rpm-config-9.1.0-fix-requires.patch
|
2010-03-01 09:06:10 +00:00
|
|
|
Patch2: redhat-rpm-config-9.1.0-no-strip-note.patch
|
2010-05-27 12:21:55 +00:00
|
|
|
Patch3: redhat-rpm-config-9.1.0-pkgconfig-private.patch
|
2011-05-27 16:30:20 +00:00
|
|
|
# the macros defined by this patch are for things that need to be defined
|
|
|
|
# at srpm creation time when it is not feasable to require the base packages
|
|
|
|
# that would otherwise be providing the macros. other language/arch specific
|
|
|
|
# macros should not be defined here but instead in the base packages that can
|
|
|
|
# be pulled in at rpm build time, this is specific for srpm creation.
|
2011-06-21 03:58:44 +00:00
|
|
|
Patch4: redhat-rpm-config-9.1.0-arches-macros.patch
|
2011-06-13 15:46:54 +00:00
|
|
|
Patch5: redhat-rpm-config-9.1.0-arm.patch
|
2004-09-09 11:26:46 +00:00
|
|
|
BuildArch: noarch
|
2007-06-19 18:56:52 +00:00
|
|
|
Requires: mktemp
|
2010-02-02 09:49:38 +00:00
|
|
|
Requires: rpm >= 4.6.0
|
|
|
|
BuildRequires: libtool
|
2004-09-09 11:26:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Red Hat specific rpm configuration files.
|
|
|
|
|
|
|
|
%prep
|
2007-06-19 18:56:52 +00:00
|
|
|
%setup -q
|
2010-02-03 11:06:30 +00:00
|
|
|
%patch0 -p1
|
2010-02-15 11:49:10 +00:00
|
|
|
%patch1 -p1
|
2010-03-01 09:06:10 +00:00
|
|
|
%patch2 -p1
|
2010-05-27 12:21:55 +00:00
|
|
|
%patch3 -p1
|
2011-05-27 16:30:20 +00:00
|
|
|
%patch4 -p1
|
2011-06-13 15:46:54 +00:00
|
|
|
%patch5 -p1
|
2004-09-09 11:26:46 +00:00
|
|
|
|
2009-09-03 08:57:20 +00:00
|
|
|
%build
|
|
|
|
|
2004-09-09 11:26:46 +00:00
|
|
|
%install
|
2007-06-19 18:56:52 +00:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
2010-02-02 09:49:38 +00:00
|
|
|
cp -p %{_datadir}/libtool/config/config.{guess,sub} ${RPM_BUILD_ROOT}/usr/lib/rpm/redhat/
|
2009-09-03 13:44:22 +00:00
|
|
|
find ${RPM_BUILD_ROOT} -name \*.orig -delete
|
2010-02-02 09:49:38 +00:00
|
|
|
# buggy makefile in 9.1.0 leaves changelog in wrong place
|
|
|
|
find ${RPM_BUILD_ROOT} -name ChangeLog -delete
|
auto-import changelog data from redhat-rpm-config-8.0.28-1.1.src.rpm
Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
- Change brp-compress to pass -n flag to gzip (per msw's request)
Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 8.0.24-3
- make config.{guess,sub} executable
Thu May 01 2003 Jens Petersen <petersen@redhat.com> - 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 <sopwith@redhat.com>
- Unset $DISPLAY in macros
2004-09-09 11:28:27 +00:00
|
|
|
|
2004-09-09 11:26:46 +00:00
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2010-02-02 09:49:38 +00:00
|
|
|
%doc ChangeLog
|
2004-09-09 11:26:46 +00:00
|
|
|
%{_prefix}/lib/rpm/redhat
|
2011-05-27 16:40:29 +00:00
|
|
|
%{_sysconfdir}/rpm/*
|
2004-09-09 11:26:46 +00:00
|
|
|
|
|
|
|
%changelog
|
2011-06-18 07:05:16 +00:00
|
|
|
* Sat Jun 18 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-9
|
|
|
|
- replace ghc_archs with ghc_excluded_archs
|
|
|
|
|
2011-06-13 15:46:54 +00:00
|
|
|
* Mon Jun 13 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-8
|
|
|
|
- add arm hardware float macros, fix up armv7l
|
|
|
|
|
2011-05-31 02:25:00 +00:00
|
|
|
* Mon May 30 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-7
|
|
|
|
- add -srpm to the arches files so that the base language macros can
|
2011-06-02 04:27:25 +00:00
|
|
|
be parallel installable with these
|
2011-05-31 02:25:00 +00:00
|
|
|
|
2011-05-27 16:30:20 +00:00
|
|
|
* Fri May 28 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-6
|
|
|
|
- add some specific macros needed at srpm creation time
|
|
|
|
|
2010-05-27 12:21:55 +00:00
|
|
|
* Thu May 27 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-5
|
|
|
|
- adjust to new pkg-config behavior wrt private dependencies (#596433)
|
|
|
|
|
2010-03-01 09:06:10 +00:00
|
|
|
* Mon Mar 01 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-4
|
|
|
|
- avoid unnecessarily running brp-strip-comment-note (#568924)
|
|
|
|
|
2010-02-15 11:49:10 +00:00
|
|
|
* Mon Feb 15 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-3
|
|
|
|
- unbreak find-requires again, doh (#564527)
|
|
|
|
|
2010-02-03 11:06:30 +00:00
|
|
|
* Wed Feb 3 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-2
|
|
|
|
- python byte-compilation errors abort the build by default
|
|
|
|
|
2010-02-02 09:49:38 +00:00
|
|
|
* Tue Feb 2 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-1
|
|
|
|
- new version, lose merged patches (fixes #521141, #455279, #496522, #458648)
|
|
|
|
- require rpm for parent dir, version >= 4.6.0 for sane keyserver behavior
|
|
|
|
- buildrequire libtool to grab copies of config.guess and config.sub
|
|
|
|
- add URL to the git repo and upstream changelog as documentation
|
|
|
|
|
2009-11-23 23:15:49 +00:00
|
|
|
* Mon Nov 23 2009 Orion Poplawski <orion@cora.nwra.com> - 9.0.3-19
|
|
|
|
- Change configure macro to use _configure to allow override (bug #489942)
|
|
|
|
|
2009-09-28 15:24:39 +00:00
|
|
|
* Mon Sep 28 2009 Bill Nottingham <notting@redhat.com>
|
|
|
|
- Drop xz compression level to 2
|
|
|
|
|
2009-09-03 13:44:22 +00:00
|
|
|
* Thu Sep 03 2009 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Delete *.orig in %%install
|
|
|
|
|
2009-09-03 08:57:20 +00:00
|
|
|
* Thu Sep 03 2009 Paul Howarth <paul@city-fan.org> 9.0.3-17
|
|
|
|
- redhat-rpm-config-9.0.3-filtering-macros.patch: Rediff so we don't ship a .orig file
|
|
|
|
- add (empty) %%build section
|
|
|
|
- fix unescaped macros in changelog
|
|
|
|
|
2009-08-19 06:08:05 +00:00
|
|
|
* Tue Aug 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 9.0.3-16
|
|
|
|
- add the filtering framework approved by the FPC/FESCo. (#516240)
|
|
|
|
|
2009-08-13 17:24:04 +00:00
|
|
|
* Thu Aug 13 2009 Adam Jackson <ajax@redhat.com> 9.0.3-15
|
|
|
|
- redhat-rpm-config-9.0.4-brpssa-speedup.patch: When looking for static
|
|
|
|
archives, only run file(1) on files named *.a. (#517101)
|
|
|
|
|
2009-08-12 17:47:31 +00:00
|
|
|
* Wed Aug 12 2009 Adam Jackson <ajax@redhat.com> 9.0.3-14
|
|
|
|
- redhat-rpm-config-9.0.3-jars-with-spaces.patch: Handle repacking jars
|
|
|
|
whose filenames contain spaces. (#461854)
|
|
|
|
|
2009-07-27 02:55:19 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-22 20:27:08 +00:00
|
|
|
* Wed Jul 22 2009 Bill Nottingham <notting@redhat.com> 9.0.3-12
|
2009-07-22 20:26:37 +00:00
|
|
|
- use XZ payload compression for binary packages
|
|
|
|
|
2009-07-21 17:35:50 +00:00
|
|
|
* Tue Jul 21 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.3-10
|
2009-09-01 19:14:30 +00:00
|
|
|
- always delete %%buildroot as first step of %%install (as long as %%buildroot is not /)
|
2009-07-21 17:35:50 +00:00
|
|
|
|
2009-07-17 19:50:47 +00:00
|
|
|
* Fri Jul 17 2009 Bill Nottingham <notting@redhat.com> 9.0.3-10
|
|
|
|
- apply fedora 12 default buildflags
|
|
|
|
|
2009-06-03 19:16:29 +00:00
|
|
|
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 9.0.3-9
|
|
|
|
- limit-smp-16-threads.patch: Rediff so we don't ship a .orig file (#500316)
|
|
|
|
|
2009-02-25 19:31:00 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 17:52:17 +00:00
|
|
|
* Mon Feb 23 2009 Jon Masters <jcm@redhat.com> - 9.0.3-7
|
|
|
|
- Change default hashing algorithm in file digests to SHA-256
|
|
|
|
- Resolves: #485826.
|
|
|
|
|
2009-02-17 20:43:27 +00:00
|
|
|
* Tue Feb 17 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-6
|
|
|
|
- add missing armv7l arch
|
|
|
|
- set the default build arch to match fedora arm build target
|
|
|
|
|
2009-02-17 00:03:08 +00:00
|
|
|
* Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-5
|
|
|
|
- apply fedora 11 default buildflags
|
|
|
|
- set 32 bit intel build arch to i586 on compatiable hardware
|
|
|
|
- set 32 bit sparc build arch to sparcv9 on compatiable hardware
|
|
|
|
|
2009-02-16 17:12:17 +00:00
|
|
|
* Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-4
|
|
|
|
- limit _smp_flags to -j16
|
|
|
|
|
|
|
|
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.3-3
|
|
|
|
- fix license tag
|
|
|
|
- nuke ancient conflicts
|
|
|
|
|
|
|
|
* Mon Aug 11 2008 Panu Matilainen <pmatilai@redhat.com> - 9.0.3-2
|
|
|
|
- Unbreak find-requires (#443015)
|
|
|
|
|
|
|
|
* Tue May 06 2008 Jon Masters <jcm@redhat.com> - 9.0.3-1
|
|
|
|
- Ensure Java Jar files have readable files within.
|
|
|
|
- Remove overwritten config.guess|sub files (testing).
|
|
|
|
- Fix Fortran flags for building using _fmoddir.
|
|
|
|
- Pull in objdump fix to upstream find-requires.
|
2008-05-06 23:54:35 +00:00
|
|
|
|
2008-04-03 07:23:59 +00:00
|
|
|
* Thu Apr 03 2008 Jon Masters <jcm@redhat.com> - 9.0.2-1
|
|
|
|
- Remove smp dependencies
|
|
|
|
- Update config.guess|sub files
|
|
|
|
- Don't call find-requires.ksyms for kmod packages (kernel kABI scripts).
|
|
|
|
|
2007-07-05 18:42:01 +00:00
|
|
|
* Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 9.0.1-1
|
|
|
|
- Remove dist defines, fedora-release does that now
|
|
|
|
- Enable post-build buildroot checking by default
|
|
|
|
|
2007-06-19 18:56:52 +00:00
|
|
|
* Tue Jun 19 2007 Jeremy Katz <katzj@redhat.com> - 9.0.0-1
|
|
|
|
- use stock find-lang.sh (#213041)
|
|
|
|
- arm fixes (Lennert Buytenhek, #243523)
|
|
|
|
- allow jar repacking to be disabled (#219731)
|
|
|
|
- fix running dist.sh --fc (#223651)
|
|
|
|
- hardlink identical .pyc and .pyo files to save space (Ville Skyttä)
|
|
|
|
- fix TMPDIR usage (Matthew Miller, #235614)
|
|
|
|
|
|
|
|
* Tue Jun 19 2007 Jeremy Katz <katzj@redhat.com> - 8.1.0-1
|
|
|
|
- add modalias tags to kmod packages and other kmod changes (jcm)
|
|
|
|
- recompress jars to avoid multilib conflicts (bkonrath)
|
2007-06-19 16:00:30 +00:00
|
|
|
|
2007-05-18 16:26:30 +00:00
|
|
|
* Fri May 18 2007 Jesse Keating <jkeating@redhat.com> 8.0.45-16
|
|
|
|
- Update macros for F8
|
|
|
|
- hardcode dist in release string, as we provide it. chicken/egg.
|
|
|
|
|
2007-04-11 19:58:55 +00:00
|
|
|
* Wed Apr 11 2007 Jon Masters <jcm@redhat.com> 8.0.45-15
|
|
|
|
- Add modalias tags to kernel module packages (kmods) for tracking.
|
|
|
|
- Further information is available at http://www.kerneldrivers.org/.
|
|
|
|
|
2007-04-03 04:07:44 +00:00
|
|
|
* Tue Apr 03 2007 Jon Masters <jcm@redhat.com> 8.0.45-14
|
|
|
|
- Rebased all previous patches (since java fix introduced offset).
|
|
|
|
- Added Fedora per-release macros to platforms section of macros.
|
|
|
|
Further debate may see these move elsewhere in the ordering.
|
|
|
|
|
2007-03-14 18:13:24 +00:00
|
|
|
* Tue Mar 13 2007 Ben Konrath <bkonrath@redhat.com> 8.0.45-13
|
2007-03-14 18:11:59 +00:00
|
|
|
- Update brp-java-repack-jars to fix issue with tomcat.
|
|
|
|
|
2006-10-18 18:40:31 +00:00
|
|
|
* Wed Oct 18 2006 Jon Masters <jcm@redhat.com> 8.0.45-12
|
2006-10-18 18:22:04 +00:00
|
|
|
- Synced kernel_module_package semantics with SuSE.
|
|
|
|
- Updated kmodtool.
|
|
|
|
|
2006-10-18 00:23:15 +00:00
|
|
|
* Tue Oct 17 2006 Jon Masters <jcm@redhat.com> 8.0.45-10
|
|
|
|
- Updated kernel_module_package.
|
|
|
|
|
2006-10-16 21:00:43 +00:00
|
|
|
* Mon Oct 16 2006 Jon Masters <jcm@redhat.com> 8.0.45-9
|
|
|
|
- Added kernel_module_package macro. Working on unified packaging.
|
|
|
|
|
2006-10-12 05:54:52 +00:00
|
|
|
* Thu Oct 12 2006 Jon Masters <jcm@redhat.com> 8.0.45-8
|
2006-10-12 04:01:29 +00:00
|
|
|
- Added patch for find-requires. Waiting on write access to public CVS.
|
|
|
|
|
2006-09-12 22:24:31 +00:00
|
|
|
* Tue Sep 12 2006 Deepak Bhole <dbhole@redhat.com> 8.0.45-6
|
2009-09-03 08:57:20 +00:00
|
|
|
- Fix brp-java-repack-jars to work with builddirs that aren't %%name-%%version
|
2006-09-12 22:24:31 +00:00
|
|
|
|
2006-09-11 19:25:05 +00:00
|
|
|
* Mon Sep 11 2006 Fernando Nasser <fnasser@redhat.com> - 8.0.45-5
|
|
|
|
- Fix order of tokens in find command (thanks mikeb@redhat.com)
|
|
|
|
|
2006-09-07 18:43:43 +00:00
|
|
|
* Thu Sep 7 2006 Ben Konrath <bkonrath@redhat.com> - 8.0.45-4
|
|
|
|
- Fix bug in repack jars script.
|
|
|
|
|
2006-09-06 13:36:49 +00:00
|
|
|
* Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-3
|
|
|
|
- path fix
|
|
|
|
|
2006-09-05 20:45:19 +00:00
|
|
|
* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-2
|
|
|
|
- Add script from Ben Konrath <bkonrath@redhat.com> to repack jars to
|
|
|
|
avoid multilib conflicts
|
|
|
|
|
2006-07-30 18:59:10 +00:00
|
|
|
* Sun Jul 30 2006 Jon Masters <jcm@redhat.com> - 8.0.45-1
|
|
|
|
- Fix inverted kernel test.
|
|
|
|
|
2006-07-30 18:50:18 +00:00
|
|
|
* Sun Jul 30 2006 Jon Masters <jcm@redhat.com> - 8.0.44-1
|
|
|
|
- Add a better check for a kernel vs. kmod.
|
|
|
|
|
2006-06-15 17:39:35 +00:00
|
|
|
* Thu Jun 15 2006 Jon Masters <jcm@redhat.com> - 8.0.43-1
|
|
|
|
- Workaround bug in find-requires/find-provides for kmods.
|
|
|
|
|
2006-06-15 14:01:46 +00:00
|
|
|
* Thu Jun 15 2006 Jon Masters <jcm@redhat.com> - 8.0.42-1
|
|
|
|
- Fix a typo in KMP find-requires.
|
|
|
|
|
2006-06-13 02:57:59 +00:00
|
|
|
* Tue Jun 13 2006 Jon Masters <jcm@redhat.com> - 8.0.41-1
|
|
|
|
- Add support for KMP Fedora Extras packaging.
|
|
|
|
|
2006-02-03 23:13:22 +00:00
|
|
|
* Fri Feb 3 2006 Jeremy Katz <katzj@redhat.com> - 8.0.40-1
|
|
|
|
- use -mtune=generic for x86 and x86_64
|
2005-12-09 22:42:59 +00:00
|
|
|
|
2005-08-17 00:33:09 +00:00
|
|
|
* Tue Aug 16 2005 Elliot Lee <sopwith@redhat.com> - 8.0.39-1
|
|
|
|
- Fix #165416
|
|
|
|
|
2005-08-01 17:55:14 +00:00
|
|
|
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.38-1
|
|
|
|
- Add -Wall into cflags
|
|
|
|
|
2005-08-01 17:46:46 +00:00
|
|
|
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.37-1
|
|
|
|
- Patch from Uli: enable stack protector, fix sparc & ppc cflags
|
|
|
|
|
2005-06-16 15:54:07 +00:00
|
|
|
* Thu Jun 16 2005 Elliot Lee <sopwith@redhat.com> - 8.0.36-1
|
|
|
|
- Fix the fix
|
|
|
|
|
2005-06-15 22:28:40 +00:00
|
|
|
* Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 8.0.35-1
|
|
|
|
- Fix #129025 (enable python byte compilation)
|
|
|
|
|
2005-03-23 20:23:04 +00:00
|
|
|
* Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
|
|
|
|
- Bug fixes
|
|
|
|
- Cflags change by drepper
|
2005-02-23 09:43:34 +00:00
|
|
|
|
2005-02-09 15:12:02 +00:00
|
|
|
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
|
|
|
|
- Change -D to -Wp,-D to make java happy
|
|
|
|
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)
|
2004-11-11 10:30:38 +00:00
|
|
|
|
2004-10-01 19:03:44 +00:00
|
|
|
* Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 8.0.32-1
|
|
|
|
- allow all symbol versioning in find_requires - matches RPM internal
|
|
|
|
behavior
|
|
|
|
|
2004-09-09 11:30:14 +00:00
|
|
|
* Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1
|
|
|
|
- Add ppc8[25]60 to rpmrc optflags
|
|
|
|
|
2004-09-09 11:30:09 +00:00
|
|
|
* Fri Jun 25 2004 Elliot Lee <sopwith@redhat.com> 8.0.29-1
|
|
|
|
- rpmrc patch from jakub to change optflags.
|
2004-09-09 11:29:04 +00:00
|
|
|
|
auto-import changelog data from redhat-rpm-config-8.0.28-1.1.src.rpm
Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
- Change brp-compress to pass -n flag to gzip (per msw's request)
Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 8.0.24-3
- make config.{guess,sub} executable
Thu May 01 2003 Jens Petersen <petersen@redhat.com> - 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 <sopwith@redhat.com>
- Unset $DISPLAY in macros
2004-09-09 11:28:27 +00:00
|
|
|
* Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
|
|
|
|
- Change brp-compress to pass -n flag to gzip (per msw's request)
|
|
|
|
|
|
|
|
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 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 <petersen@redhat.com> - 8.0.24-3
|
|
|
|
- make config.{guess,sub} executable
|
|
|
|
|
|
|
|
* Thu May 1 2003 Jens Petersen <petersen@redhat.com> - 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 <sopwith@redhat.com>
|
|
|
|
- Unset $DISPLAY in macros
|
|
|
|
|
2004-09-09 11:27:38 +00:00
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
|
|
|
|
- Just turn on -g unconditionally for now
|
|
|
|
|
|
|
|
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 8.0.20-1
|
|
|
|
- Reorganize rpmrc/macros to set cflags in a nicer manner.
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Elliot Lee <sopwith@redhat.com> 8.0.19-1
|
|
|
|
- Disable brp-implant-ident-static until it works everywhere
|
|
|
|
|
|
|
|
* Thu Jan 16 2003 Nalin Dahyabhai <nalin@redhat.com> 8.0.18-1
|
|
|
|
- add brp-implant-ident-static, which requires mktemp
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Bill Nottingham <notting@redhat.com> 8.0.17-1
|
|
|
|
- add brp-strip-static-archive from rpm-4.2-0.54
|
|
|
|
|
|
|
|
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 8.0.16-1
|
|
|
|
- make -g in rpmrc conditional on debug_package
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.15-1
|
|
|
|
- Rename -debug subpackages to -debuginfo
|
|
|
|
|
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
|
|
|
|
- tweak debug package stuff so that we are overloading %%install
|
|
|
|
instead of %%post
|
|
|
|
|
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.13-1
|
|
|
|
- turn on internal rpm dep generation by default
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 8.0.12-1
|
|
|
|
- New release with debug packages on
|
|
|
|
|
|
|
|
* Tue Dec 3 2002 Bill Nottingham <notting@redhat.com> 8.0.8-1
|
|
|
|
- turn debug packages off
|
|
|
|
- override optflags with no -g
|
|
|
|
|
|
|
|
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 8.0.7-1
|
|
|
|
- turn on debug packages
|
|
|
|
|
|
|
|
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.6-1
|
|
|
|
- Pass __strip and __objdump macros
|
|
|
|
|
|
|
|
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.5-1
|
|
|
|
- Update macros to specify find-provides/find-requires
|
|
|
|
|
|
|
|
* Thu Oct 31 2002 Elliot Lee <sopwith@redhat.com> 8.0.4-1
|
|
|
|
- Remove tracking dependency
|
|
|
|
|
|
|
|
* Wed Oct 16 2002 Phil Knirsch <pknirsch@redhat.com> 8.0.3-2
|
2009-09-03 08:57:20 +00:00
|
|
|
- Added fix for outdated config.[sub|guess] files in %%configure section
|
2004-09-09 11:27:38 +00:00
|
|
|
|
|
|
|
* Wed Oct 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.3-1
|
|
|
|
- New release that blows up on unpackaged files and missing doc files.
|
|
|
|
|
|
|
|
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> 8.0.2
|
|
|
|
- don't redefine everything in macros, just what we need to
|
|
|
|
|
|
|
|
* Mon Sep 16 2002 Alexander Larsson <alexl@redhat.com> 8.0.1
|
2009-09-03 08:57:20 +00:00
|
|
|
- Add debug package support to %%__spec_install_post
|
2004-09-09 11:27:38 +00:00
|
|
|
|
2004-09-09 11:27:14 +00:00
|
|
|
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
|
|
|
|
- bump version
|
|
|
|
|
2004-09-09 11:27:06 +00:00
|
|
|
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
|
|
|
|
- Update macrofiles
|
|
|
|
|
2004-09-09 11:26:52 +00:00
|
|
|
* Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 7.3.93-1
|
|
|
|
- Add _unpackaged_files_terminate_build and
|
|
|
|
_missing_doc_files_terminate_build to macros
|
|
|
|
|
|
|
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-6
|
|
|
|
- find-lang.sh fix from 67368
|
|
|
|
- find-requires fix from 67325
|
2004-09-09 11:26:46 +00:00
|
|
|
|
|
|
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5
|
|
|
|
- Add /etc/rpm/macros back to make #67951 go away
|
|
|
|
|
|
|
|
* Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 7.3.92-4
|
|
|
|
- fix %%configure targeting for autoconf-2.5x (#58468)
|
|
|
|
- include ~/.rpmmacros in macrofiles file path again
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 7.3.92-3
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
|
|
|
|
- Don't define _arch
|
|
|
|
|
|
|
|
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
|
|
|
|
- find-lang error detection from Havoc
|
|
|
|
|
|
|
|
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
|
|
|
|
- Update
|
|
|
|
|
|
|
|
* Sun Jun 9 2002 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- create.
|