a4525c3
Summary: Red Hat specific rpm configuration files
cvsdist 266fbcc
Name: redhat-rpm-config
7a4a80a
Version: 9.1.0
93950ca
Release: 26%{?dist}
4bde0d0
# No version specified.
4bde0d0
License: GPL+
cvsdist 266fbcc
Group: Development/System
bb70374
URL: http://git.fedorahosted.org/git/redhat-rpm-config
ee4ba18
Source: redhat-rpm-config-%{version}.tar.bz2
da8d7a1
da8d7a1
# these two implement automagic {c,ld}flags mangling for additional ELF
da8d7a1
# hardening when _hardened_build is defined in a spec file.  gcc 4.6.1-7.fc16
da8d7a1
# or newer is needed for these to work; prior to that *self_specs was not
da8d7a1
# exposed.  If anything goes wrong, blame ajax@
da8d7a1
Source1: redhat-hardened-cc1
da8d7a1
Source2: redhat-hardened-ld
da8d7a1
f17b989
Patch0: redhat-rpm-config-9.1.0-strict-python-bytecompile.patch
cc13fe8
Patch1: redhat-rpm-config-9.1.0-fix-requires.patch
63747f2
Patch2: redhat-rpm-config-9.1.0-no-strip-note.patch
39013eb
Patch3: redhat-rpm-config-9.1.0-pkgconfig-private.patch
1e51f9b
# the macros defined by this patch are for things that need to be defined
1e51f9b
# at srpm creation time when it is not feasable to require the base packages
3e2fed4
# that would otherwise be providing the macros. other language/arch specific
1e51f9b
# macros should not be defined here but instead in the base packages that can
1e51f9b
# be pulled in at rpm build time, this is specific for srpm creation.
60590c6
Patch4: redhat-rpm-config-9.1.0-arches-macros.patch
127539e
Patch5: redhat-rpm-config-9.1.0-arm.patch
92e4921
Patch6: redhat-rpm-config-9.1.0-relro.patch
796b80f
Patch7: redhat-rpm-config-9.1.0-hardened.patch
93950ca
Patch8: redhat-rpm-config-9.1.0-ppc-no-minimal-toc.patch
cvsdist 266fbcc
BuildArch: noarch
3b39f7f
Requires: coreutils
7a4a80a
Requires: rpm >= 4.6.0
7a4a80a
BuildRequires: libtool
cvsdist 266fbcc
cvsdist 266fbcc
%description
cvsdist 266fbcc
Red Hat specific rpm configuration files.
cvsdist 266fbcc
cvsdist 266fbcc
%prep
ee4ba18
%setup -q
f17b989
%patch0 -p1
cc13fe8
%patch1 -p1
63747f2
%patch2 -p1
39013eb
%patch3 -p1
1e51f9b
%patch4 -p1
127539e
%patch5 -p1
92e4921
%patch6 -p1
796b80f
%patch7 -p1
93950ca
%patch8 -p1
cvsdist 266fbcc
a4525c3
%build
a4525c3
cvsdist 266fbcc
%install
ee4ba18
make DESTDIR=${RPM_BUILD_ROOT} install
7a4a80a
cp -p %{_datadir}/libtool/config/config.{guess,sub} ${RPM_BUILD_ROOT}/usr/lib/rpm/redhat/
da8d7a1
install -m 0444 %{SOURCE1} %{SOURCE2} ${RPM_BUILD_ROOT}/usr/lib/rpm/redhat
a28ad6b
find ${RPM_BUILD_ROOT} -name \*.orig -delete
7a4a80a
# buggy makefile in 9.1.0 leaves changelog in wrong place
7a4a80a
find ${RPM_BUILD_ROOT} -name ChangeLog -delete
cvsdist 70d2d1f
cvsdist 266fbcc
%clean
cvsdist 266fbcc
rm -rf ${RPM_BUILD_ROOT}
cvsdist 266fbcc
cvsdist 266fbcc
%files
cvsdist 266fbcc
%defattr(-,root,root)
7a4a80a
%doc ChangeLog
cvsdist 266fbcc
%{_prefix}/lib/rpm/redhat
b7a1feb
%{_sysconfdir}/rpm/*
cvsdist 266fbcc
cvsdist 266fbcc
%changelog
93950ca
* Sun Jan 15 2012 Dennis Gilmore <dennis@ausil.us> - 9.1.0-26
93950ca
- per ppc team request drop -mminimal-toc on ppc64
93950ca
8d1ad74
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.0-25
8d1ad74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d1ad74
aa2690b
* Tue Dec 27 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-24
aa2690b
- add ghc_arches_with_ghci
aa2690b
Dennis Gilmore df3fa9b
* Wed Nov 09 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-23
Dennis Gilmore df3fa9b
- remove patch that forces --disable-silent-rules to configure 
Dennis Gilmore df3fa9b
- it breaks anything set to not ignore unknown configure options
Dennis Gilmore df3fa9b
cf4ace9
* Tue Oct 18 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-22
cf4ace9
- add armv5tel to ghc_arches
cf4ace9
e5475de
* Wed Sep 28 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-21
e5475de
- build armv5tel on armv7l since they are the same abi armv7hl is 
e5475de
- a incompatable ABI
e5475de
3e2fed4
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-20
3e2fed4
- add armv7hl to ghc_arches
3e2fed4
bb70374
* Sun Sep 25 2011 Ville Skyttä <ville.skytta@iki.fi> - 9.1.0-19
bb70374
- Fix URL.
bb70374
3e26010
* Thu Sep 22 2011 Adam Jackson <ajax@redhat.com> 9.1.0-18
3e26010
- redhat-hardened-cc1: Inject -fPIE, not -fPIC.
3e26010
  cf. http://lists.fedoraproject.org/pipermail/devel/2011-September/157365.html
3e26010
688e86b
* Fri Sep 16 2011 Adam Jackson <ajax@redhat.com> 9.1.0-17
688e86b
- Expose %%_hardening_{c,ld}flags independently to make it easier for
688e86b
  packages to apply them to selected components
688e86b
Colin Walters 677db67
* Wed Aug 10 2011 Colin Walters <walters@verbum.org> - 9.1.0-16
Colin Walters 677db67
- Globally disable silent rules
Colin Walters 677db67
da8d7a1
* Wed Aug 03 2011 Adam Jackson <ajax@redhat.com> 9.1.0-15
da8d7a1
- redhat-hardened-{cc1,ld}: Move some of the rewrite magic to gcc specs so
da8d7a1
  we don't end up with both -fPIC and -fPIE on the command line
da8d7a1
796b80f
* Mon Aug 01 2011 Adam Jackson <ajax@redhat.com> 9.1.0-14
796b80f
- redhat-rpm-config-9.1.0-hardened.patch: Add macro magic for %%_hardened_build
796b80f
8e60e55
* Thu Jul 07 2011 Adam Jackson <ajax@redhat.com> 9.1.0-13
8e60e55
- redhat-rpm-config-9.1.0-relro.patch: LDFLAGS, not CFLAGS.
8e60e55
Jon Masters a51eb50
* Sat Jul 02 2011 Jon Masters <jcm@jonmasters.org> - 9.1.0-12
Jon Masters a51eb50
- redhat-rpm-config-9.1.0-arm.patch: Make armv7hl default on all v7 ARM
Jon Masters a51eb50
Jon Masters a51eb50
* Mon Jun 27 2011 Adam Jackson <ajax@redhat.com> - 9.1.0-11
92e4921
- redhat-rpm-config-9.1.0-relro.patch: Add -Wl,-z,relro to __global_cflags
92e4921
8e0316b
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-10
8e0316b
- revert last build since releng prefers exclusivearch here
8e0316b
8e0316b
* Sat Jun 18 2011 Jens Petersen <petersen@redhat.com> - 9.1.0-9
8e0316b
- replace ghc_archs with ghc_excluded_archs
8e0316b
127539e
* Mon Jun 13 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-8
127539e
- add arm hardware float macros, fix up armv7l
127539e
708e5ed
* Mon May 30 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-7
708e5ed
- add -srpm to the arches files so that the base language macros can
39a665e
  be parallel installable with these
708e5ed
1e51f9b
* Fri May 28 2011 Dennis Gilmore <dennis@ausil.us> - 9.1.0-6
1e51f9b
- add some specific macros needed at srpm creation time
1e51f9b
39013eb
* Thu May 27 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-5
39013eb
- adjust to new pkg-config behavior wrt private dependencies (#596433)
39013eb
63747f2
* Mon Mar 01 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-4
63747f2
- avoid unnecessarily running brp-strip-comment-note (#568924)
63747f2
cc13fe8
* Mon Feb 15 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-3
cc13fe8
- unbreak find-requires again, doh (#564527)
cc13fe8
f17b989
* Wed Feb 3 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-2
f17b989
- python byte-compilation errors abort the build by default
f17b989
7a4a80a
* Tue Feb 2 2010 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-1
7a4a80a
- new version, lose merged patches (fixes #521141, #455279, #496522, #458648)
7a4a80a
- require rpm for parent dir, version >= 4.6.0 for sane keyserver behavior
7a4a80a
- buildrequire libtool to grab copies of config.guess and config.sub
7a4a80a
- add URL to the git repo and upstream changelog as documentation
7a4a80a
d185d4c
* Mon Nov 23 2009 Orion Poplawski <orion@cora.nwra.com> - 9.0.3-19
d185d4c
- Change configure macro to use _configure to allow override (bug #489942)
d185d4c
bf522f7
* Mon Sep 28 2009 Bill Nottingham <notting@redhat.com>
bf522f7
- Drop xz compression level to 2
bf522f7
a28ad6b
* Thu Sep 03 2009 Adam Jackson <ajax@redhat.com>
a28ad6b
- Delete *.orig in %%install
a28ad6b
a4525c3
* Thu Sep 03 2009 Paul Howarth <paul@city-fan.org> 9.0.3-17
a4525c3
- redhat-rpm-config-9.0.3-filtering-macros.patch: Rediff so we don't ship a .orig file
a4525c3
- add (empty) %%build section
a4525c3
- fix unescaped macros in changelog
a4525c3
Chris Weyl b587b5d
* Tue Aug 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 9.0.3-16
Chris Weyl b587b5d
- add the filtering framework approved by the FPC/FESCo. (#516240)
Chris Weyl b587b5d
621c75f
* Thu Aug 13 2009 Adam Jackson <ajax@redhat.com> 9.0.3-15
621c75f
- redhat-rpm-config-9.0.4-brpssa-speedup.patch: When looking for static
621c75f
  archives, only run file(1) on files named *.a. (#517101)
621c75f
b25d4df
* Wed Aug 12 2009 Adam Jackson <ajax@redhat.com> 9.0.3-14
b25d4df
- redhat-rpm-config-9.0.3-jars-with-spaces.patch: Handle repacking jars
b25d4df
  whose filenames contain spaces. (#461854)
b25d4df
b8c8815
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-13
b8c8815
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b8c8815
3497de8
* Wed Jul 22 2009 Bill Nottingham <notting@redhat.com> 9.0.3-12
5dcbc56
- use XZ payload compression for binary packages
5dcbc56
32d33e8
* Tue Jul 21 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.3-10
a6ccaf0
- always delete %%buildroot as first step of %%install (as long as %%buildroot is not /)
32d33e8
f6271b5
* Fri Jul 17 2009 Bill Nottingham <notting@redhat.com> 9.0.3-10
f6271b5
- apply fedora 12 default buildflags
f6271b5
f2fb592
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 9.0.3-9
f2fb592
- limit-smp-16-threads.patch: Rediff so we don't ship a .orig file (#500316)
f2fb592
2fb4e83
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.3-8
2fb4e83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2fb4e83
ef20b7b
* Mon Feb 23 2009 Jon Masters <jcm@redhat.com> - 9.0.3-7
ef20b7b
- Change default hashing algorithm in file digests to SHA-256
ef20b7b
- Resolves: #485826.
ef20b7b
1885be5
* Tue Feb 17 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-6
1885be5
- add missing armv7l arch  
1885be5
- set the default build arch to match fedora arm build target
1885be5
c6ffd92
* Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-5
c6ffd92
- apply fedora 11 default buildflags
c6ffd92
- set 32 bit intel build arch to i586 on compatiable hardware
c6ffd92
- set 32 bit sparc build arch to sparcv9 on compatiable hardware
c6ffd92
4bde0d0
* Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 9.0.3-4
4bde0d0
- limit _smp_flags to -j16
4bde0d0
4bde0d0
* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.3-3
4bde0d0
- fix license tag
4bde0d0
- nuke ancient conflicts
4bde0d0
4bde0d0
* Mon Aug 11 2008 Panu Matilainen <pmatilai@redhat.com> - 9.0.3-2
4bde0d0
- Unbreak find-requires (#443015)
4bde0d0
4bde0d0
* Tue May 06 2008 Jon Masters <jcm@redhat.com> - 9.0.3-1
4bde0d0
- Ensure Java Jar files have readable files within.
4bde0d0
- Remove overwritten config.guess|sub files (testing).
4bde0d0
- Fix Fortran flags for building using _fmoddir.
4bde0d0
- Pull in objdump fix to upstream find-requires.
cb635b6
7c92c3e
* Thu Apr 03 2008 Jon Masters <jcm@redhat.com> - 9.0.2-1
7c92c3e
- Remove smp dependencies
7c92c3e
- Update config.guess|sub files
7c92c3e
- Don't call find-requires.ksyms for kmod packages (kernel kABI scripts).
7c92c3e
c46920b
* Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 9.0.1-1
c46920b
- Remove dist defines, fedora-release does that now
c46920b
- Enable post-build buildroot checking by default
c46920b
ee4ba18
* Tue Jun 19 2007 Jeremy Katz <katzj@redhat.com> - 9.0.0-1
ee4ba18
- use stock find-lang.sh (#213041)
ee4ba18
- arm fixes (Lennert Buytenhek, #243523)
ee4ba18
- allow jar repacking to be disabled (#219731)
ee4ba18
- fix running dist.sh --fc (#223651)
ee4ba18
- hardlink identical .pyc and .pyo files to save space (Ville Skyttä)
ee4ba18
- fix TMPDIR usage (Matthew Miller, #235614)
ee4ba18
ee4ba18
* Tue Jun 19 2007 Jeremy Katz <katzj@redhat.com> - 8.1.0-1
ee4ba18
- add modalias tags to kmod packages and other kmod changes (jcm)
ee4ba18
- recompress jars to avoid multilib conflicts (bkonrath)
afe42b0
2f51f0b
* Fri May 18 2007 Jesse Keating <jkeating@redhat.com> 8.0.45-16
2f51f0b
- Update macros for F8
2f51f0b
- hardcode dist in release string, as we provide it.  chicken/egg.
2f51f0b
30c63bc
* Wed Apr 11 2007 Jon Masters <jcm@redhat.com> 8.0.45-15
30c63bc
- Add modalias tags to kernel module packages (kmods) for tracking.
30c63bc
- Further information is available at http://www.kerneldrivers.org/.
30c63bc
45933be
* Tue Apr 03 2007 Jon Masters <jcm@redhat.com> 8.0.45-14
45933be
- Rebased all previous patches (since java fix introduced offset).
45933be
- Added Fedora per-release macros to platforms section of macros.
45933be
  Further debate may see these move elsewhere in the ordering.
45933be
Ben Konrath 9abf9ab
* Tue Mar 13 2007 Ben Konrath <bkonrath@redhat.com> 8.0.45-13
Ben Konrath 61a1700
- Update brp-java-repack-jars to fix issue with tomcat. 
Ben Konrath 61a1700
377c0d6
* Wed Oct 18 2006 Jon Masters <jcm@redhat.com> 8.0.45-12
0508811
- Synced kernel_module_package semantics with SuSE.
0508811
- Updated kmodtool.
0508811
141cba9
* Tue Oct 17 2006 Jon Masters <jcm@redhat.com> 8.0.45-10
141cba9
- Updated kernel_module_package.
141cba9
e53623e
* Mon Oct 16 2006 Jon Masters <jcm@redhat.com> 8.0.45-9
e53623e
- Added kernel_module_package macro. Working on unified packaging.
e53623e
e3077ee
* Thu Oct 12 2006 Jon Masters <jcm@redhat.com> 8.0.45-8
25befb7
- Added patch for find-requires. Waiting on write access to public CVS.
25befb7
de9ce50
* Tue Sep 12 2006 Deepak Bhole <dbhole@redhat.com> 8.0.45-6
a4525c3
- Fix brp-java-repack-jars to work with builddirs that aren't %%name-%%version
de9ce50
83a5b2c
* Mon Sep 11 2006 Fernando Nasser <fnasser@redhat.com> - 8.0.45-5
83a5b2c
- Fix order of tokens in find command (thanks mikeb@redhat.com)
83a5b2c
Ben Konrath fca1b59
* Thu Sep  7 2006 Ben Konrath <bkonrath@redhat.com> - 8.0.45-4
Ben Konrath fca1b59
- Fix bug in repack jars script. 
Ben Konrath fca1b59
88e25c0
* Wed Sep  6 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-3
88e25c0
- path fix
88e25c0
7b32f88
* Tue Sep  5 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-2
7b32f88
- Add script from Ben Konrath <bkonrath@redhat.com> to repack jars to 
7b32f88
  avoid multilib conflicts
7b32f88
05e77c2
* Sun Jul 30 2006 Jon Masters <jcm@redhat.com> - 8.0.45-1
05e77c2
- Fix inverted kernel test.
05e77c2
23eaa76
* Sun Jul 30 2006 Jon Masters <jcm@redhat.com> - 8.0.44-1
23eaa76
- Add a better check for a kernel vs. kmod.
23eaa76
393fc46
* Thu Jun 15 2006 Jon Masters <jcm@redhat.com> - 8.0.43-1
393fc46
- Workaround bug in find-requires/find-provides for kmods.
393fc46
51cffd0
* Thu Jun 15 2006 Jon Masters <jcm@redhat.com> - 8.0.42-1
51cffd0
- Fix a typo in KMP find-requires.
51cffd0
7123642
* Tue Jun 13 2006 Jon Masters <jcm@redhat.com> - 8.0.41-1
7123642
- Add support for KMP Fedora Extras packaging.
7123642
3d2df7f
* Fri Feb  3 2006 Jeremy Katz <katzj@redhat.com> - 8.0.40-1
3d2df7f
- use -mtune=generic for x86 and x86_64
4f4a7df
Elliot Lee 6b6f9a8
* Tue Aug 16 2005 Elliot Lee <sopwith@redhat.com> - 8.0.39-1
Elliot Lee 6b6f9a8
- Fix #165416
Elliot Lee 6b6f9a8
Elliot Lee 5986659
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.38-1
Elliot Lee 5986659
- Add -Wall into cflags
Elliot Lee 5986659
Elliot Lee 5a6e4ab
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.37-1
Elliot Lee 5a6e4ab
- Patch from Uli: enable stack protector, fix sparc & ppc cflags
Elliot Lee 5a6e4ab
Elliot Lee 306b4ae
* Thu Jun 16 2005 Elliot Lee <sopwith@redhat.com> - 8.0.36-1
Elliot Lee 306b4ae
- Fix the fix
Elliot Lee 306b4ae
Elliot Lee 2a2a922
* Wed Apr  6 2005 Elliot Lee <sopwith@redhat.com> - 8.0.35-1
Elliot Lee 2a2a922
- Fix #129025 (enable python byte compilation)
Elliot Lee 2a2a922
Elliot Lee 76783b5
* Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
Elliot Lee 76783b5
- Bug fixes
Elliot Lee 76783b5
- Cflags change by drepper
arjanv 3b8501b
Elliot Lee b1e5845
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
Elliot Lee b1e5845
- Change -D to -Wp,-D to make java happy
Elliot Lee b1e5845
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)
bf212ee
029e5f7
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 8.0.32-1
029e5f7
- allow all symbol versioning in find_requires - matches RPM internal
029e5f7
  behavior
029e5f7
cvsdist 1a54ae9
* Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1
cvsdist 1a54ae9
- Add ppc8[25]60 to rpmrc optflags
cvsdist 1a54ae9
cvsdist 3d33fcc
* Fri Jun 25 2004 Elliot Lee <sopwith@redhat.com> 8.0.29-1
cvsdist 3d33fcc
- rpmrc patch from jakub to change optflags.
cvsdist 6935aa1
cvsdist 70d2d1f
* Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
cvsdist 70d2d1f
- Change brp-compress to pass -n flag to gzip (per msw's request)
cvsdist 70d2d1f
cvsdist 70d2d1f
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 8.0.27-1
cvsdist 70d2d1f
- Fix broken configure macro find for config.guess/config.sub
cvsdist 70d2d1f
- Put host/target/build back for now
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Jul  7 2003 Jens Petersen <petersen@redhat.com> - 8.0.26-1
cvsdist 70d2d1f
- preserve the vendor field when VENDOR not set
cvsdist 70d2d1f
- put VENDOR in the final i386-libc line, not the tentative one
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Jul  7 2003 Jens Petersen <petersen@redhat.com> - 8.0.25-1
cvsdist 70d2d1f
- update config.{guess,sub} to 2003-06-17
cvsdist 70d2d1f
- define VENDOR to be redhat only when /etc/redhat-release present
cvsdist 70d2d1f
  [suggested by jbj]
cvsdist 70d2d1f
- put VENDOR in vendor field in our config.guess file for
cvsdist 70d2d1f
  ia64, ppc, ppc64, s390, s390x, x86_64 and elf32-i386 Linux
cvsdist 70d2d1f
- drop the --host, --build, --target and --program-prefix configure options
cvsdist 70d2d1f
  from %%configure, since this causes far too many problems
cvsdist 70d2d1f
cvsdist 70d2d1f
* Fri May  2 2003 Jens Petersen <petersen@redhat.com> - 8.0.24-3
cvsdist 70d2d1f
- make config.{guess,sub} executable
cvsdist 70d2d1f
cvsdist 70d2d1f
* Thu May  1 2003 Jens Petersen <petersen@redhat.com> - 8.0.22-2
cvsdist 70d2d1f
- add config.guess and config.sub (2003-02-22) with s390 patch on config.sub
cvsdist 70d2d1f
- make %%configure use them
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Mar 03 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 70d2d1f
- Unset $DISPLAY in macros
cvsdist 70d2d1f
cvsdist 1d5dc7b
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
cvsdist 1d5dc7b
- Just turn on -g unconditionally for now
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 8.0.20-1
cvsdist 1d5dc7b
- Reorganize rpmrc/macros to set cflags in a nicer manner.
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Jan 22 2003 Elliot Lee <sopwith@redhat.com> 8.0.19-1
cvsdist 1d5dc7b
- Disable brp-implant-ident-static until it works everywhere
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Jan 16 2003 Nalin Dahyabhai <nalin@redhat.com> 8.0.18-1
cvsdist 1d5dc7b
- add brp-implant-ident-static, which requires mktemp
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Jan  9 2003 Bill Nottingham <notting@redhat.com> 8.0.17-1
cvsdist 1d5dc7b
- add brp-strip-static-archive from rpm-4.2-0.54
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 8.0.16-1
cvsdist 1d5dc7b
- make -g in rpmrc conditional on debug_package
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.15-1
cvsdist 1d5dc7b
- Rename -debug subpackages to -debuginfo
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
cvsdist 1d5dc7b
- tweak debug package stuff so that we are overloading %%install
cvsdist 1d5dc7b
  instead of %%post
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.13-1
cvsdist 1d5dc7b
- turn on internal rpm dep generation by default
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 8.0.12-1
cvsdist 1d5dc7b
- New release with debug packages on
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Tue Dec  3 2002 Bill Nottingham <notting@redhat.com> 8.0.8-1
cvsdist 1d5dc7b
- turn debug packages off
cvsdist 1d5dc7b
- override optflags with no -g
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 8.0.7-1
cvsdist 1d5dc7b
- turn on debug packages
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.6-1
cvsdist 1d5dc7b
- Pass __strip and __objdump macros
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.5-1
cvsdist 1d5dc7b
- Update macros to specify find-provides/find-requires
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Oct 31 2002 Elliot Lee <sopwith@redhat.com> 8.0.4-1
cvsdist 1d5dc7b
- Remove tracking dependency
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Oct 16 2002 Phil Knirsch <pknirsch@redhat.com> 8.0.3-2
a4525c3
- Added fix for outdated config.[sub|guess] files in %%configure section
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Oct 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.3-1
cvsdist 1d5dc7b
- New release that blows up on unpackaged files and missing doc files.
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Oct  3 2002 Jeremy Katz <katzj@redhat.com> 8.0.2
cvsdist 1d5dc7b
- don't redefine everything in macros, just what we need to
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Mon Sep 16 2002 Alexander Larsson <alexl@redhat.com> 8.0.1
a4525c3
- Add debug package support to %%__spec_install_post
cvsdist 1d5dc7b
cvsdist a18b34f
* Tue Sep  3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
cvsdist a18b34f
- bump version
cvsdist a18b34f
cvsdist 82f8f0d
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
cvsdist 82f8f0d
- Update macrofiles
cvsdist 82f8f0d
cvsdist 1e8002d
* Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 7.3.93-1
cvsdist 1e8002d
- Add _unpackaged_files_terminate_build and 
cvsdist 1e8002d
_missing_doc_files_terminate_build to macros
cvsdist 1e8002d
cvsdist 1e8002d
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-6
cvsdist 1e8002d
- find-lang.sh fix from 67368
cvsdist 1e8002d
- find-requires fix from 67325
cvsdist 266fbcc
cvsdist 266fbcc
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5
cvsdist 266fbcc
- Add /etc/rpm/macros back to make #67951 go away
cvsdist 266fbcc
cvsdist 266fbcc
* Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 7.3.92-4
cvsdist 266fbcc
- fix %%configure targeting for autoconf-2.5x (#58468)
cvsdist 266fbcc
- include ~/.rpmmacros in macrofiles file path again
cvsdist 266fbcc
cvsdist 266fbcc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 7.3.92-3
cvsdist 266fbcc
- automated rebuild
cvsdist 266fbcc
cvsdist 266fbcc
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
cvsdist 266fbcc
- Don't define _arch
cvsdist 266fbcc
cvsdist 266fbcc
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
cvsdist 266fbcc
- find-lang error detection from Havoc
cvsdist 266fbcc
cvsdist 266fbcc
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
cvsdist 266fbcc
- Update
cvsdist 266fbcc
cvsdist 266fbcc
* Sun Jun  9 2002 Jeff Johnson <jbj@redhat.com>
cvsdist 266fbcc
- create.