a4525c3
Summary: Red Hat specific rpm configuration files
cvsdist 266fbcc
Name: redhat-rpm-config
7a4a80a
Version: 9.1.0
6e5c107
Release: 57%{?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
6ef9b40
# gcc specs files for hardened builds
da8d7a1
Source1: redhat-hardened-cc1
da8d7a1
Source2: redhat-hardened-ld
da8d7a1
499f65f
# 16082013 snapshots from http://git.savannah.gnu.org/gitweb/?p=config.git
9c8971c
Source10: config.guess
9c8971c
Source11: config.sub
9c8971c
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
5316e51
Patch9: redhat-rpm-config-9.1.0-dwz.patch
e95fc20
Patch10: redhat-rpm-config-9.1.0-minidebuginfo.patch
94c3f75
# https://bugzilla.redhat.com/show_bug.cgi?id=783433
94fba4e
Patch11: redhat-rpm-config-9.1.0-python-hardlink-spaces-in-filenames.patch
94c3f75
# https://bugzilla.redhat.com/show_bug.cgi?id=853216
94c3f75
Patch12:redhat-rpm-config-9.1.0-use-prefix-macro.patch
94c3f75
# https://bugzilla.redhat.com/show_bug.cgi?id=648996
94c3f75
Patch13: redhat-rpm-config-9.1.0-kernel-source.patch
94c3f75
# https://bugzilla.redhat.com/show_bug.cgi?id=465664
94c3f75
Patch14: redhat-rpm-config-9.1.0-java-repack-order.patch
5c4ec18
# https://bugzilla.redhat.com/show_bug.cgi?id=741089
5c4ec18
Patch15: 0001-Drop-un-setting-LANG-and-DISPLAY-in-various-build-st.patch
62a6fd7
# https://bugzilla.redhat.com/show_bug.cgi?id=783932
62a6fd7
Patch16: redhat-rpm-config-9.1.0-filtering-spaces-in-filename.patch
83cfe60
# https://bugzilla.redhat.com/show_bug.cgi?id=872737
83cfe60
Patch17: redhat-rpm-config-9.1.0-java-repack-spaces-in-filenames.patch
5ec4cc6
# https://bugzilla.redhat.com/show_bug.cgi?id=951669
5ec4cc6
Patch18: redhat-rpm-config-9.1.0-record-switches.patch
9c8971c
# https://bugzilla.redhat.com/show_bug.cgi?id=951442
9c8971c
Patch19: redhat-rpm-config-9.1.0-configfoo.patch
4b27de8
# https://bugzilla.redhat.com/show_bug.cgi?id=909788
4b27de8
Patch20: redhat-rpm-config-9.1.0-aarch64.patch
234364e
# https://bugzilla.redhat.com/show_bug.cgi?id=914831
234364e
Patch21: redhat-rpm-config-9.1.0-fcflags.patch
3be8fc4
# https://bugzilla.redhat.com/show_bug.cgi?id=669638
3be8fc4
Patch22: redhat-rpm-config-9.1.0-ncpus-max.patch
8153763
# https://bugzilla.redhat.com/show_bug.cgi?id=978763
8153763
Patch23: redhat-rpm-config-9.1.0-stackprotector-strong.patch
15fbd4c
# https://bugzilla.redhat.com/show_bug.cgi?id=905573
15fbd4c
Patch24: redhat-rpm-config-9.1.0-jar-repack-perms.patch
e6fe460
# Hacky fix for hardened build and libtool. 
e6fe460
# Should be dropped as soon as libtool is fixed. 
e6fe460
# https://bugzilla.redhat.com/show_bug.cgi?id=978949
e6fe460
Patch25: redhat-rpm-config-9.1.0-libtool-hardened-build.patch
e6fe460
%if 0%{?fedora} >= 20
e6fe460
# Drop versioning on docdirs in Fedora 20+
e6fe460
# https://bugzilla.redhat.com/show_bug.cgi?id=986871
e6fe460
Patch26: redhat-rpm-config-9.1.0-unversioned-docdirs.patch
d1c22ee
# Enable "-Werror=format-security" by default
d1c22ee
Patch27: redhat-rpm-config-9.1.0-strict-format.patch
e6fe460
%endif
e6fe460
cvsdist 266fbcc
BuildArch: noarch
3b39f7f
Requires: coreutils
51aea39
Requires: perl-srpm-macros
5c4ec18
Requires: rpm >= 4.8.0
5316e51
Requires: dwz >= 0.4
94c3f75
Requires: zip
ea63b1b
Provides: system-rpm-config = %{version}-%{release}
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
5316e51
%patch9 -p1
e95fc20
%patch10 -p1
94fba4e
%patch11 -p1
94c3f75
%patch12 -p1
94c3f75
%patch13 -p1
94c3f75
%patch14 -p1
5c4ec18
%patch15 -p1
62a6fd7
%patch16 -p1
83cfe60
%patch17 -p1
5ec4cc6
%patch18 -p1
9c8971c
%patch19 -p1
4b27de8
%patch20 -p1
234364e
%patch21 -p1
3be8fc4
%patch22 -p1
8153763
%patch23 -p1
15fbd4c
%patch24 -p1
e04bd96
%patch25 -p1
e6fe460
# Only make docs change in Fedora 20+
e6fe460
%if 0%{?fedora} >= 20
e6fe460
%patch26 -p1
e6fe460
%endif
cvsdist 266fbcc
d1c22ee
%patch27 -p1
a4525c3
%build
a4525c3
cvsdist 266fbcc
%install
ee4ba18
make DESTDIR=${RPM_BUILD_ROOT} install
da8d7a1
install -m 0444 %{SOURCE1} %{SOURCE2} ${RPM_BUILD_ROOT}/usr/lib/rpm/redhat
6e5c107
install -m 0755 %{SOURCE10} %{SOURCE11} ${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
6e5c107
* Fri Feb 07 2014 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-57
6e5c107
- config.guess/sub don't need to be group-writable (#1061762)
6e5c107
e04bd96
* Sun Jan 12 2014 Kevin Fenzi <kevin@scrye.com> 9.1.0-56
e04bd96
- Update libtool hardening hack and re-enable (#978949)
e04bd96
d1c22ee
* Wed Dec 18 2013 Dhiru Kholia <dhiru@openwall.com> - 9.1.0-55
d1c22ee
- Enable "-Werror=format-security" by default (#1043495)
d1c22ee
f808f77
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 9.1.0-54
f808f77
- update config.sub with ppc64p7 support (from Fedora automake)
f808f77
499f65f
* Fri Aug 16 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-53
499f65f
- updated config.guess/sub from upstream for little-endian ppc archs
499f65f
8716aaa
* Mon Jul 29 2013 Petr Pisar <ppisar@redhat.com> - 9.1.0-52
8716aaa
- Perl 5.18 rebuild
8716aaa
daac6df
* Thu Jul 25 2013 Tomas Mraz <tmraz@redhat.com> 9.1.0-51
daac6df
- Disable the libtool hack as it is breaking builds
daac6df
e6fe460
* Wed Jul 24 2013 Kevin Fenzi <kevin@scrye.com> 9.1.0-50
e6fe460
- Make docdirs unversioned on Fedora 20+ (#986871)
e6fe460
- Hack around libtool issue for hardened build for now (#978949)
e6fe460
3610794
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 9.1.0-49
3610794
- Perl 5.18 rebuild
3610794
15fbd4c
* Fri Jul 05 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-48
15fbd4c
- fix brp-java-repack-jars failing on strange permissions (#905573)
15fbd4c
8153763
* Thu Jul 04 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-47
8153763
- switch from -fstack-protector to -fstack-protector-strong (#978763)
8153763
3be8fc4
* Thu Jun 27 2013 Panu Matilainen <pmatilai@redhat.com> - - 9.1.0-46
3be8fc4
- make cpu limit for building configurable through _smp_ncpus_max macro
3be8fc4
490aabb
* Tue May 21 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 9.1.0-45
490aabb
- add nodejs_arches macro for ExclusiveArch for Node.js packages
490aabb
3cff8f9
* Mon May 13 2013 Adam Jackson <ajax@redhat.com> 9.1.0-44
3cff8f9
- redhat-config-*: Use + to append rather than %%rename, to protect against
3cff8f9
  multiple -specs= ending up in the command line. (#892837)
3cff8f9
4b27de8
* Tue Apr 23 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-43
4b27de8
- Add optflags stack protector override for AArch64 (#909788)
234364e
- Also set FCFLAGS from %%configure (#914831)
4b27de8
9c8971c
* Mon Apr 22 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-42
9c8971c
- Switch back to manual config.guess/sub copies for reproducability
9c8971c
- Replace config.guess/sub from %%configure again (#951442)
9c8971c
5ec4cc6
* Mon Apr 22 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-41
5ec4cc6
- Add -grecord-gcc-switches to global CFLAGS (#951669)
5ec4cc6
ea63b1b
* Mon Mar 25 2013 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-40
ea63b1b
- Add virtual system-rpm-config provide
ea63b1b
6ec83fd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.0-39
6ec83fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6ec83fd
1b89fd3
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 9.1.0-38
1b89fd3
- add ARM to ghc_arches_with_ghci for ghc-7.4.2 ghci support
1b89fd3
  (NB this change should not be backported before ghc-7.4.2)
1b89fd3
83cfe60
* Fri Nov  9 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 9.1.0-37
83cfe60
- Patch to fix spaces in java jar files
83cfe60
  https://bugzilla.redhat.com/show_bug.cgi?id=872737
83cfe60
62a6fd7
* Fri Nov  9 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 9.1.0-36
62a6fd7
- Patch to fix spaces in files used in filtering macros
62a6fd7
  https://bugzilla.redhat.com/show_bug.cgi?id=783932
62a6fd7
5c4ec18
* Wed Oct  3 2012 Ville Skyttä <ville.skytta@iki.fi> - 9.1.0-35
5c4ec18
- Drop (un)setting LANG and DISPLAY in build stages, require rpm >= 4.8.0.
5c4ec18
94c3f75
* Wed Oct  3 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 9.1.0-34
94fba4e
- Add patch from https://bugzilla.redhat.com/show_bug.cgi?id=783433
94fba4e
  to fix spaces in files and directories that are fed to the
94fba4e
  brp-python-hardlink script
94c3f75
- Require zip since java repack jars requires it
94c3f75
  https://bugzilla.redhat.com/show_bug.cgi?id=857479
94c3f75
- Java jars need the MANIFEST.MF file to be first in the archive
94c3f75
  https://bugzilla.redhat.com/show_bug.cgi?id=465664
94c3f75
- Fix kernel_source macro to match the directory that kernel sources are installed in
94c3f75
  https://bugzilla.redhat.com/show_bug.cgi?id=648996
94c3f75
- Patch _mandir, _infodir, and _defaultocdir to use _prefix
94c3f75
  https://bugzilla.redhat.com/show_bug.cgi?id=853216
94fba4e
0577043
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.0-33
0577043
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0577043
e95fc20
* Wed Jun 27 2012 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-32
e95fc20
- enable minidebuginfo generation (#834073)
e95fc20
7f5c2c3
* Mon Jun 25 2012 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-31
7f5c2c3
- revert back to plain -g, -g3 seems to cancel dwz size improvements
7f5c2c3
5316e51
* Mon Jun 25 2012 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-30
5316e51
- require dwz, enable dwarf compression for debuginfo packages (#833311)
5316e51
51aea39
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 9.1.0-29
51aea39
- Pull in dependency with macros specific for building Perl source packages
51aea39
6ce3396
* Sat Mar  3 2012 Jens Petersen <petersen@redhat.com> - 9.1.0-28
6ce3396
- add s390 and s390x to ghc_arches
6ce3396
b2f900e
* Wed Feb 22 2012 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-27
b2f900e
- add GNAT arch definitions
b2f900e
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
9781bba
* Fri May 27 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.