Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-27 | Back out the epoch-in-queryformat changes, too much breaks | Panu Matilainen | 1 | -3/+3 | |
2007-11-27 | Make epoch present in generated filenames too | Panu Matilainen | 1 | -2/+2 | |
2007-11-27 | Make default queryformat show epoch if present | Panu Matilainen | 1 | -1/+1 | |
2007-11-02 | Document NSS requirement, revise obsolete comment in macros.in | Panu Matilainen | 1 | -1/+1 | |
2007-10-11 | Make default _topdir vendor agnostic | Panu Matilainen | 1 | -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-08 | Add __LZMA. | Ralf Corsépius | 1 | -0/+1 | |
2007-09-27 | Add %alpha arch macro for supported alpha cpus (rhbz#295941) | Panu Matilainen | 1 | -0/+5 | |
2007-09-18 | Rename BZIP2BIN->__BZIP2. | Ralf Corsépius | 1 | -4/+4 | |
Rename GZIPBIN->__GZIP. Rename UNZIPBIN->__UNZIP. | |||||
2007-09-12 | Add __CURL. | Ralf Corsépius | 1 | -1/+1 | |
2007-09-12 | Use configurable helper application to deal with urls. | Panu Matilainen | 1 | -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-05 | New find-debuginfo script from Roland McGrath | Panu Matilainen | 1 | -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-05 | Remove CVS-Id. | Ralf Corsépius | 1 | -2/+0 | |
2007-08-29 | Fix various cases of build failing due to whitespace in dir/filenames. | Panu Matilainen | 1 | -1/+1 | |
2007-08-09 | Add arch to default query output, finally... (rhbz#221148) | Panu Matilainen | 1 | -1/+1 | |
2007-08-06 | Detect and use -gnueabi instead of -gnu on ARM as necessary. | Panu Matilainen | 1 | -1/+1 | |
Patch from Lennert Buytenhek. | |||||
2007-07-31 | Extract pkgconfig and libtool dependencies automatically. | Panu Matilainen | 1 | -0/+6 | |
Ported from rpm5.org work of Jeff Johnson. | |||||
2007-07-13 | Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings instead | Panu Matilainen | 1 | -1/+0 | |
2007-06-21 | ARM arch update. | Panu Matilainen | 1 | -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-19 | Nuke all dependency whiteouts, very much vendor-specific... | Panu Matilainen | 1 | -70/+0 | |
2007-06-19 | Make %_signature default to gpg. | Panu Matilainen | 1 | -1/+1 | |
2007-05-10 | Add mono req/provides support | Paul Nasrat | 1 | -0/+3 | |
Alexander Larsson alexl@redhat.com | |||||
2007-05-10 | Use older perl helper scripts by default | Paul Nasrat | 1 | -4/+4 | |
2007-02-22 | Disable hkp lookup by default | Paul Nasrat | 1 | -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. | jbj | 1 | -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-17 | Revert to using perl.{req,prov} instead of perldeps.pl. | jbj | 1 | -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). | jbj | 1 | -5/+5 | |
CVS patchset: 7876 CVS date: 2005/07/13 10:16:06 | |||||
2005-01-26 | - move global /var/lock/rpm/transaction to dbpath. | jbj | 1 | -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. | jbj | 1 | -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. | jbj | 1 | -1/+6 | |
CVS patchset: 7617 CVS date: 2004/11/28 21:14:41 | |||||
2004-10-20 | Add rpmtsCheck() and rpmtsOrder() to iterator. | jbj | 1 | -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. | jbj | 1 | -2/+2 | |
- adjust digest/signature stats to count #pkgs and bytes. CVS patchset: 7465 CVS date: 2004/10/15 00:14:29 | |||||
2004-10-09 | More changes from rpm-4_3 branch. | jbj | 1 | -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). | arekm | 1 | -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. | jbj | 1 | -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). | jbj | 1 | -7/+7 | |
CVS patchset: 7229 CVS date: 2004/04/08 00:12:01 | |||||
2004-03-28 | pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>. | arekm | 1 | -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-05 | Use /etc/security/selinux/file_contexts as default instead. | jbj | 1 | -2/+2 | |
CVS patchset: 7151 CVS date: 2004/03/05 23:11:51 | |||||
2004-03-05 | initial autorollback feature. | joden | 1 | -1/+5 | |
CVS patchset: 7146 CVS date: 2004/03/05 02:21:48 | |||||
2004-01-22 | - other perl variables (#114121). | jbj | 1 | -1/+5 | |
CVS patchset: 7083 CVS date: 2004/01/22 23:03:40 | |||||
2003-12-28 | revert using perldeps.pl, not yet ready. | jbj | 1 | -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). | jbj | 1 | -5/+5 | |
- use perldeps {--provides|--requires}. CVS patchset: 7037 CVS date: 2003/12/28 15:14:40 | |||||
2003-12-25 | Verify file contexts from file security context patterns. | jbj | 1 | -5/+5 | |
CVS patchset: 7005 CVS date: 2003/12/25 19:02:01 | |||||
2003-12-23 | Add filecontexts tags to header if %_build_file_contexts_path is configured. | jbj | 1 | -3/+27 | |
CVS patchset: 7002 CVS date: 2003/12/23 07:51:10 | |||||
2003-12-11 | - only internal Berkeley db from now on. | jbj | 1 | -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. | jbj | 1 | -1/+8 | |
- autorelocate ix86 package file paths on ia64. CVS patchset: 6925 CVS date: 2003/07/02 19:26:04 | |||||
2003-03-05 | Sanity. | jbj | 1 | -1/+3 | |
CVS patchset: 6652 CVS date: 2003/03/05 00:13:11 | |||||
2003-01-31 | - fix: trap SIGPIPE, close database(s). | jbj | 1 | -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}. | jbj | 1 | -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. | jbj | 1 | -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. | jbj | 1 | -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 |