summaryrefslogtreecommitdiff
path: root/macros.in
AgeCommit message (Collapse)AuthorFilesLines
2007-11-27Back out the epoch-in-queryformat changes, too much breaksPanu Matilainen1-3/+3
2007-11-27Make epoch present in generated filenames tooPanu Matilainen1-2/+2
2007-11-27Make default queryformat show epoch if presentPanu Matilainen1-1/+1
2007-11-02Document NSS requirement, revise obsolete comment in macros.inPanu Matilainen1-1/+1
2007-10-11Make default _topdir vendor agnosticPanu Matilainen1-1/+1
- follow Suse behavior by using /usr/src/packages instead of /usr/src/redhat - the default should probably be %(echo $HOME)/rpmbuild instead for sane non-root behavior, revisit this later...
2007-10-08Add __LZMA.Ralf Corsépius1-0/+1
2007-09-27Add %alpha arch macro for supported alpha cpus (rhbz#295941)Panu Matilainen1-0/+5
2007-09-18Rename BZIP2BIN->__BZIP2.Ralf Corsépius1-4/+4
Rename GZIPBIN->__GZIP. Rename UNZIPBIN->__UNZIP.
2007-09-12Add __CURL.Ralf Corsépius1-1/+1
2007-09-12Use configurable helper application to deal with urls.Panu Matilainen1-0/+6
- hijack ufdOpen() operation to call an external helper (if configured) to fetch any remote url's, return fd to local temporary file
2007-09-05New find-debuginfo script from Roland McGrathPanu Matilainen1-1/+12
- new options for using -g on DSO's - support for multiple output files (multiple debuginfo subpackages) - build ID support - symlink and hardlink support - new macro to optionally terminate build on missing build id's
2007-09-05Remove CVS-Id.Ralf Corsépius1-2/+0
2007-08-29Fix various cases of build failing due to whitespace in dir/filenames.Panu Matilainen1-1/+1
2007-08-09Add arch to default query output, finally... (rhbz#221148)Panu Matilainen1-1/+1
2007-08-06Detect and use -gnueabi instead of -gnu on ARM as necessary.Panu Matilainen1-1/+1
Patch from Lennert Buytenhek.
2007-07-31Extract pkgconfig and libtool dependencies automatically.Panu Matilainen1-0/+6
Ported from rpm5.org work of Jeff Johnson.
2007-07-13Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings insteadPanu Matilainen1-1/+0
2007-06-21ARM arch update.Panu Matilainen1-0/+4
Adds more ARM sub-archs, and adds some bits to deal properly with the new ARM ABI (EABI). Patch from Lennert Buytenhek.
2007-06-19Nuke all dependency whiteouts, very much vendor-specific...Panu Matilainen1-70/+0
2007-06-19Make %_signature default to gpg.Panu Matilainen1-1/+1
2007-05-10Add mono req/provides supportPaul Nasrat1-0/+3
Alexander Larsson alexl@redhat.com
2007-05-10Use older perl helper scripts by defaultPaul Nasrat1-4/+4
2007-02-22Disable hkp lookup by defaultPaul Nasrat1-2/+2
This patch turns off RPM's hkp lookup by default. Having this on by default caused heavy load on the keyservers.
2005-07-21- fix: magic_file() closes stdin when given directory path.jbj1-6/+21
- use perldeps.pl, phase out perl.{req,prov} (again). - document __vsflags (#147489). CVS patchset: 7918 CVS date: 2005/07/21 01:45:44
2005-07-17Revert to using perl.{req,prov} instead of perldeps.pl.jbj1-5/+5
CVS patchset: 7910 CVS date: 2005/07/17 18:58:29
2005-07-13- use perldeps.pl, phase out perl.{req,prov} (#161921).jbj1-5/+5
CVS patchset: 7876 CVS date: 2005/07/13 10:16:06
2005-01-26- move global /var/lock/rpm/transaction to dbpath.jbj1-1/+13
- permit fcntl path to be configured through rpmlock_path macro. CVS patchset: 7712 CVS date: 2005/01/26 04:05:34
2004-12-05- force *.py->*.pyo byte code compilation with brp-python-bytecompile.jbj1-1/+4
- automagically detect and emit "python(abi) = 2.4" dependencies. CVS patchset: 7628 CVS date: 2004/12/05 20:05:46
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-1/+6
CVS patchset: 7617 CVS date: 2004/11/28 21:14:41
2004-10-20Add rpmtsCheck() and rpmtsOrder() to iterator.jbj1-1/+30
Add rpmgi.[ch] to Dpxyfiles.in and POTFOLES.in CVS patchset: 7492 CVS date: 2004/10/20 02:34:17
2004-10-15- disable expensive header+payload verifies in default config.jbj1-2/+2
- adjust digest/signature stats to count #pkgs and bytes. CVS patchset: 7465 CVS date: 2004/10/15 00:14:29
2004-10-09More changes from rpm-4_3 branch.jbj1-2/+16
CVS patchset: 7441 CVS date: 2004/10/09 20:22:01
2004-06-17- conditional build support/unification (jajcus,malekith,qboosh,wiget@PLD).arekm1-1/+51
(see macros.in for detailed explanation) CVS patchset: 7344 CVS date: 2004/06/17 20:18:34
2004-05-30- use /etc/selinux/targeted/contexts/files/file_contexts for now.jbj1-7/+10
- disable file contexts into package metadata during build. CVS patchset: 7280 CVS date: 2004/05/30 17:52:57
2004-04-08- perl: use __perl for perl variable macros (#115156).jbj1-7/+7
CVS patchset: 7229 CVS date: 2004/04/08 00:12:01
2004-03-28pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>.arekm1-2/+2
Modified Files: installplatform macros.in rpmrc.in lib/rpmrc.c lib/rpmts.c CVS patchset: 7198 CVS date: 2004/03/28 02:41:32
2004-03-05Use /etc/security/selinux/file_contexts as default instead.jbj1-2/+2
CVS patchset: 7151 CVS date: 2004/03/05 23:11:51
2004-03-05initial autorollback feature.joden1-1/+5
CVS patchset: 7146 CVS date: 2004/03/05 02:21:48
2004-01-22- other perl variables (#114121).jbj1-1/+5
CVS patchset: 7083 CVS date: 2004/01/22 23:03:40
2003-12-28revert using perldeps.pl, not yet ready.jbj1-6/+6
CVS patchset: 7044 CVS date: 2003/12/28 18:27:40
2003-12-28- perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).jbj1-5/+5
- use perldeps {--provides|--requires}. CVS patchset: 7037 CVS date: 2003/12/28 15:14:40
2003-12-25Verify file contexts from file security context patterns.jbj1-5/+5
CVS patchset: 7005 CVS date: 2003/12/25 19:02:01
2003-12-23Add filecontexts tags to header if %_build_file_contexts_path is configured.jbj1-3/+27
CVS patchset: 7002 CVS date: 2003/12/23 07:51:10
2003-12-11- only internal Berkeley db from now on.jbj1-1/+5
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-1/+8
- autorelocate ix86 package file paths on ia64. CVS patchset: 6925 CVS date: 2003/07/02 19:26:04
2003-03-05Sanity.jbj1-1/+3
CVS patchset: 6652 CVS date: 2003/03/05 00:13:11
2003-01-31- fix: trap SIGPIPE, close database(s).jbj1-1/+6
- configurable default query output format. CVS patchset: 6034 CVS date: 2003/01/31 22:55:28
2003-01-07- add perldeps.pl, start to replace perl.{prov,req}.jbj1-1/+2
CVS patchset: 5999 CVS date: 2003/01/07 00:49:55
2003-01-01- fix: dependency helpers now rate limited at 10ms, not 1s.jbj1-1/+8
- add per-arch canonical color, only x86_64 enabled for now. CVS patchset: 5994 CVS date: 2003/01/01 20:33:21
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-1/+15
- add rpmdb_{deadlock,dump,load,svc,stat,verify} utilities. - include srpm pkgid in binary headers (#71460). - add %check scriptlet to run after %install (#64137). CVS patchset: 5957 CVS date: 2002/12/21 20:37:37