Commit Graph

  • 84b567815c add "-f" (--force) to gunzip and bunzip2 for corner cases so that rpmbuild doesn't interactively ask to overwrite when it doesn't need to Adrian Havill 2004-10-15 21:02:36 +0000
  • 029e5f78f0 update redhat-rpm-config-8_0_32-1 RHEL-4-split FC-3-split Bill Nottingham 2004-10-01 19:03:44 +0000
  • 7a4e10bb65 don't filter symbol versioning Bill Nottingham 2004-10-01 18:54:27 +0000
  • 1a54ae94fd auto-import changelog data from redhat-rpm-config-8.0.31-1.src.rpm Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1 - Add ppc8[25]60 to rpmrc optflags redhat-rpm-config-8_0_31-1 present-on-devel cvsdist 2004-09-09 11:30:14 +0000
  • 3d33fcc12a auto-import changelog data from redhat-rpm-config-8.0.30-1.src.rpm Fri Jun 25 2004 Elliot Lee <sopwith@redhat.com> 8.0.29-1 - rpmrc patch from jakub to change optflags. redhat-rpm-config-8_0_30-1 cvsdist 2004-09-09 11:30:09 +0000
  • 6935aa1065 auto-import changelog data from redhat-rpm-config-8.0.28-1.1.1.src.rpm Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt redhat-rpm-config-8_0_28-1_1_1 cvsdist 2004-09-09 11:29:04 +0000
  • 70d2d1f256 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 redhat-rpm-config-8_0_28-1_1 FC-2-split FC-1-split cvsdist 2004-09-09 11:28:27 +0000
  • 1d5dc7b6b8 auto-import changelog data from redhat-rpm-config-8.0.21-1.src.rpm 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 09 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 03 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 - Added fix for outdated config.[sub|guess] files in CFLAGS="${CFLAGS:--O2}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=noarch-redhat-linux --build=noarch-redhat-linux \ --target=noarch-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info section 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 03 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 - Add debug package support to /usr/lib/rpm/redhat/brp-compress /usr/lib/rpm/redhat/brp-strip /usr/bin/strip /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump redhat-rpm-config-8_0_21-1 RHL-9-split RHL-8-split RHEL-3-split cvsdist 2004-09-09 11:27:38 +0000
  • a18b34f74c auto-import changelog data from redhat-rpm-config-8.0-1.src.rpm Tue Sep 03 2002 Bill Nottingham <notting@redhat.com> 8.0-1 - bump version scratch-split redhat-rpm-config-8_0-1 cvsdist 2004-09-09 11:27:14 +0000
  • bd2ebc3e8f auto-import redhat-rpm-config-7.3.94-1b from redhat-rpm-config-7.3.94-1b.src.rpm redhat-rpm-config-7_3_94-1b cvsdist 2004-09-09 11:27:08 +0000
  • 82f8f0d847 auto-import changelog data from redhat-rpm-config-7.3.94-1.src.rpm Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1 - Update macrofiles redhat-rpm-config-7_3_94-1 cvsdist 2004-09-09 11:27:06 +0000
  • 1e8002d413 auto-import changelog data from redhat-rpm-config-7.3.93-1.src.rpm 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 redhat-rpm-config-7_3_93-1 cvsdist 2004-09-09 11:26:52 +0000
  • 266fbcc80c auto-import changelog data from redhat-rpm-config-7.3.92-6.src.rpm Mon Jul 15 2002 Karsten Hopp <karsten@redhat.de> - fix typo in the latest change to enable ~/.rpmmacros agin 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 09 2002 Jeff Johnson <jbj@redhat.com> - create. redhat-rpm-config-7_3_92-6 cvsdist 2004-09-09 11:26:46 +0000
  • b4afe5ed42 Setup of module redhat-rpm-config cvsdist 2004-09-09 11:26:44 +0000
  • 4b07b8dbc6 8.0.31 Elliot Lee 2004-06-28 19:48:43 +0000
  • 0f91dc03fc add optflags for PPC 8260/8520 Elliot Lee 2004-06-28 14:07:05 +0000
  • c9593fd884 fix typo Elliot Lee 2004-06-25 16:16:14 +0000
  • fbb9bd1577 oops Elliot Lee 2004-06-25 16:15:56 +0000
  • 2c52d52eec 8.0.29 Elliot Lee 2004-06-25 16:02:37 +0000
  • 3e612b63b9 sync Elliot Lee 2004-06-25 16:01:38 +0000
  • 92708fa515 #117217 Elliot Lee 2004-04-23 14:23:32 +0000
  • 2eb59b7156 sync Elliot Lee 2004-03-01 17:29:43 +0000
  • ecdfe2c6d3 fix 108049 Elliot Lee 2003-11-03 20:35:50 +0000
  • 421fb7784f 8.0.28-1.1 Elliot Lee 2003-09-17 12:41:38 +0000
  • ff150bb9f8 8.0.28 Elliot Lee 2003-09-17 12:36:32 +0000
  • 4ccbbe76dc 8.0.27-1 Elliot Lee 2003-07-15 13:44:02 +0000
  • a2894a5e9a 8.0.27-1 Elliot Lee 2003-07-15 13:38:58 +0000
  • 9d388dbd19 * 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 Jens Petersen 2003-07-07 02:32:13 +0000
  • 7bf42f4c8d * 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 Jens Petersen 2003-07-07 01:18:33 +0000
  • fb0d40d7ad For Cambridge too. Jens Petersen 2003-05-02 10:05:02 +0000
  • dec5bd1983 8.0.24-2 - force config.{guess,sub} executable by chmod in spec file. Jens Petersen 2003-05-02 10:00:46 +0000
  • 0c7a682bd0 8.0.24-1 - Re-add config.{sub,guess} executable. Jens Petersen 2003-05-02 09:51:49 +0000
  • b14b80a980 Remove non-executable config.{sub,guess}. Jens Petersen 2003-05-02 09:48:05 +0000
  • 7bd518af03 Up the release. Jens Petersen 2003-05-02 09:41:17 +0000
  • 3f7f45e72a 8.0.23-1 - make config.{guess,sub} executable Jens Petersen 2003-05-02 09:27:06 +0000
  • 0a7adcf375 8.0.22-2 for Taroon Jens Petersen 2003-05-01 12:27:40 +0000
  • 1688b12454 8.0.22-1 - apply s390 patch to config.sub Jens Petersen 2003-05-01 08:19:29 +0000
  • 2a08d46318 - add config.guess and config.sub (2003-02-22) - make %%configure use them Jens Petersen 2003-05-01 08:13:14 +0000
  • 4410abdbbb Unset $DISPLAY in macros Elliot Lee 2003-03-03 16:16:20 +0000
  • ae8ce229ab 8.0.21 Elliot Lee 2003-02-24 18:39:29 +0000
  • e7eb34f089 Reorganize rpmrc/macros to set cflags in a nicer manner. Elliot Lee 2003-02-13 16:33:31 +0000
  • 47b9f849d4 8.0.19 Elliot Lee 2003-01-22 18:30:56 +0000
  • 7d233e283e add brp-implant-ident-static, which requires mktemp Nalin Dahyabhai 2003-01-20 20:06:50 +0000
  • fd6018eddb happy new year Bill Nottingham 2003-01-09 19:52:24 +0000
  • 3397996dd9 add brp-strip-static-archive Bill Nottingham 2003-01-09 19:52:00 +0000
  • 89a0b75d71 make '-g' in optflags dependent on whether or not debug_package has a value. This is Ugly(tm). Bill Nottingham 2002-12-17 07:12:32 +0000
  • 5fbe73ed91 8.0.15-1 Elliot Lee 2002-12-16 18:53:55 +0000
  • 1640cd5cac more debug macro tweaks Tim Powers 2002-12-14 20:37:32 +0000
  • 28188548fc forgot the changelog Tim Powers 2002-12-14 18:01:21 +0000
  • 4707ac95be add internal dep generation macro, turn it on Tim Powers 2002-12-14 17:57:23 +0000
  • ff2bb81934 use internal dependency generator Bill Nottingham 2002-12-13 23:04:56 +0000
  • d4c201f555 8.0.12-1 Elliot Lee 2002-12-13 17:20:16 +0000
  • d18a947668 Make a temporary copy of the debug_package macro so that we get the noarch fix Alexander Larsson 2002-12-13 17:13:18 +0000
  • cec7d078f8 someday I will get it right Elliot Lee 2002-12-11 18:05:00 +0000
  • 09f5ffd107 add -g Elliot Lee 2002-12-11 15:39:47 +0000
  • e44c237bfb 8.0.9 Elliot Lee 2002-12-11 15:05:08 +0000
  • 555b69e7a2 i like make archive :) Bill Nottingham 2002-12-04 04:57:53 +0000
  • 47209decbe nuke -g Bill Nottingham 2002-12-04 04:55:22 +0000
  • c643f846ce 8.0.7-2 Elliot Lee 2002-11-25 20:44:00 +0000
  • 3f184f50a8 add -g Elliot Lee 2002-11-25 19:27:56 +0000
  • 389ef3b072 8.0.7 Elliot Lee 2002-11-22 18:57:51 +0000
  • dce3663fe6 enable debug packages, etc. Elliot Lee 2002-11-22 18:56:01 +0000
  • 53cca9f509 More reasons why rpmrc's "macrofiles" directive is broken. Elliot Lee 2002-11-21 17:22:31 +0000
  • 1de7d81cf0 Pass __strip and __objdump macros Elliot Lee 2002-11-21 16:54:33 +0000
  • 3b777d0999 8.0.5 Elliot Lee 2002-11-21 15:16:38 +0000
  • 27ac1446b0 Make brp-strip* not strip debug objects Add a _enable_debug_packages macro (commented out) Alexander Larsson 2002-11-20 16:55:36 +0000
  • f3e01161c3 Fix from bug #77849. Elliot Lee 2002-11-14 12:48:21 +0000
  • d4970a5d33 8.0.4 Elliot Lee 2002-11-06 16:32:52 +0000
  • fa316006e8 remove tracking dependency Elliot Lee 2002-10-31 16:23:46 +0000
  • 164e1163e4 find-lang fix(?) for symlinks Elliot Lee 2002-10-21 15:28:51 +0000
  • 0a68ef9360 - Added fix for outdated config.[sub|guess] files in %configure section. Phil Knirsch 2002-10-16 18:07:49 +0000
  • d5044b55bf 8.0.3 Elliot Lee 2002-10-16 17:19:55 +0000
  • 7f05ca8c77 Be stricter now. Elliot Lee 2002-10-04 13:45:14 +0000
  • be06bd913d bump to 8.0.2, add a changelog entry Jeremy Katz 2002-10-03 16:32:45 +0000
  • 8a919b8bb9 We shouldn't be redefining everything in the redhat-rpm-config macros file, because that will start overriding things like %{_lib} -- probably more could have been snipped, but the remaining bits are at least moderately reasonable to make sure are defined according to "our policy" Jeremy Katz 2002-10-03 16:31:51 +0000
  • 61fb9e24cc Add debug package support to %__spec_install_post Alexander Larsson 2002-09-16 16:22:01 +0000
  • bfb314aef8 bump version Bill Nottingham 2002-09-04 03:12:16 +0000
  • 122edab416 7.3.94 Elliot Lee 2002-08-28 18:45:29 +0000
  • 3031bc234c 7.3.93 Elliot Lee 2002-07-31 18:57:20 +0000
  • f0352fc040 Part two of new macros Elliot Lee 2002-07-31 18:56:20 +0000
  • 00cbca969b Add comment about missing docs flag. Elliot Lee 2002-07-31 17:05:22 +0000
  • 7f634c575d typo Karsten Hopp 2002-07-15 13:45:55 +0000
  • 8617b2fe71 find-requires fix from 67325 Elliot Lee 2002-07-11 18:48:52 +0000
  • 38aa583967 find-lang.sh fix from 67368 Elliot Lee 2002-07-11 18:46:14 +0000
  • 3faabb2c8f fix from 67368 Elliot Lee 2002-07-11 18:43:40 +0000
  • 3827110e0a Add /etc/rpm/macros back to make #67951 go away Elliot Lee 2002-07-11 17:07:42 +0000
  • 22b27c88b9 tidy rpm changelog entry Jens Petersen 2002-06-28 06:19:26 +0000
  • cb63b82a2d Add %{?_gnu} to _target_platform. Use --host, --build, --target and --program-prefix in %configure. 7.3.92-4 Jens Petersen 2002-06-28 05:25:23 +0000
  • f6a0040f2b ~/.rpmmacros Elliot Lee 2002-06-26 14:24:45 +0000
  • 3687e63a72 sync Elliot Lee 2002-06-21 18:17:17 +0000
  • d5db7f5ded 7.3.92-2 Elliot Lee 2002-06-21 18:13:56 +0000
  • 3ee6bad5b9 find-lang fixes Elliot Lee 2002-06-20 20:56:07 +0000
  • 8c076a37c8 find-lang fixes Elliot Lee 2002-06-20 20:56:07 +0000
  • 668485e883 Locale hack. Elliot Lee 2002-06-12 21:04:24 +0000
  • 99968383d1 7.3.91 Elliot Lee 2002-06-12 13:26:24 +0000
  • f494dd7f79 7.3.91 Elliot Lee 2002-06-12 13:19:22 +0000
  • 72cfc641ce sync Elliot Lee 2002-06-12 13:18:39 +0000
  • 03bb2914ea Initial revision Elliot Lee 2002-06-12 12:59:50 +0000