summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-22Exit non-zero with bogus args.jbj23-282/+280
CVS patchset: 6021 CVS date: 2003/01/22 12:28:41
2003-01-22Make robustly stand alone.jbj1-4/+5
CVS patchset: 6020 CVS date: 2003/01/22 12:06:15
2003-01-21fix: check arch for null before appending.jbj1-1/+1
CVS patchset: 6019 CVS date: 2003/01/21 00:59:36
2003-01-20Splint fiddles.jbj9-61/+26
CVS patchset: 6018 CVS date: 2003/01/20 23:52:04
2003-01-20Restore compiler warnings now tthat elfutil's -Werror is not there.jbj24-618/+617
CVS patchset: 6017 CVS date: 2003/01/20 16:12:12
2003-01-17- duplicate package checks with arch/os checks if colored.jbj33-1378/+1545
- file conflict checks with colors. CVS patchset: 6013 CVS date: 2003/01/17 17:43:04
2003-01-16Update to latest.jbj1-23/+33
CVS patchset: 6012 CVS date: 2003/01/16 16:59:47
2003-01-16Nitpicky fix.jbj1-1/+1
CVS patchset: 6011 CVS date: 2003/01/16 16:34:02
2003-01-14Link /usr/lib/rpm/rpmi statically.jbj1-4/+2
CVS patchset: 6010 CVS date: 2003/01/14 22:08:35
2003-01-13- teach rpmquery to return "owning" package(s) in spite of alternatives.jbj26-395/+391
CVS patchset: 6009 CVS date: 2003/01/13 20:58:21
2003-01-12typo.jbj1-1/+1
CVS patchset: 6008 CVS date: 2003/01/12 21:26:08
2003-01-12- file: *really* read elf64 notes correctly.jbj4-9/+17
- python: restore thread context on errorCB (#80744). CVS patchset: 6007 CVS date: 2003/01/12 21:23:49
2003-01-12Create.jbj1-0/+211
CVS patchset: 6006 CVS date: 2003/01/12 18:39:01
2003-01-10Sanity.jbj21-22/+22
CVS patchset: 6005 CVS date: 2003/01/10 20:37:45
2003-01-10- fix: obscure corner case(s) with rpmvercmp (#50977).jbj4-3/+11
CVS patchset: 6004 CVS date: 2003/01/10 20:34:26
2003-01-08Teach python subdirs lib64 too.jbj2-1/+5
CVS patchset: 6003 CVS date: 2003/01/08 23:27:51
2003-01-08Use $(shell ...) in Makefile.am, duh.jbj1-1/+1
CVS patchset: 6002 CVS date: 2003/01/08 22:36:23
2003-01-08- python: put rpmmodule.so where python expects to find.jbj31-461/+475
- add brp-strip-static-archive build root policy helper. - add -lelf to rpm LDFLAGS, not LDADD, since there is no libelf.la now. CVS patchset: 6001 CVS date: 2003/01/08 21:37:01
2003-01-07- file: read elf64 notes correctly.jbj3-3/+26
CVS patchset: 6000 CVS date: 2003/01/07 23:13:52
2003-01-07- add perldeps.pl, start to replace perl.{prov,req}.jbj5-3/+17
CVS patchset: 5999 CVS date: 2003/01/07 00:49:55
2003-01-06- for DSO's, provide the file basename if DT_SONAME not found.jbj24-27/+59
CVS patchset: 5998 CVS date: 2003/01/06 23:55:44
2003-01-06- portabilitly: solaris fixes.jbj6-4/+18
CVS patchset: 5997 CVS date: 2003/01/06 19:47:33
2003-01-05- file: avoid ogg/vorbis file classification problems.jbj26-62/+82
CVS patchset: 5996 CVS date: 2003/01/05 19:30:54
2003-01-03fix: inverted logic in RPMPROB_FILTER_REPLACENEWFILES filtering.jbj1-1/+1
CVS patchset: 5995 CVS date: 2003/01/03 21:30:33
2003-01-01- fix: dependency helpers now rate limited at 10ms, not 1s.jbj28-1827/+1884
- add per-arch canonical color, only x86_64 enabled for now. CVS patchset: 5994 CVS date: 2003/01/01 20:33:21
2003-01-01Update CHANGES.jbj2-1/+7
CVS patchset: 5993 CVS date: 2003/01/01 17:32:51
2003-01-01fix: file dependency dictionary has size other than #files.jbj2-9/+15
CVS patchset: 5992 CVS date: 2003/01/01 17:26:46
2003-01-01fix: restore upgrade functionality with colors.jbj8-15/+69
CVS patchset: 5991 CVS date: 2003/01/01 16:54:04
2002-12-31Dump multilib code, colored depndencies instead.jbj12-267/+20
CVS patchset: 5990 CVS date: 2002/12/31 02:12:02
2002-12-311st crack at colored installs.jbj21-161/+206
CVS patchset: 5989 CVS date: 2002/12/31 01:23:03
2002-12-30- fix: typo in assertion.jbj28-149/+156
CVS patchset: 5988 CVS date: 2002/12/30 14:50:33
2002-12-30- use rpmfiFDepends() underneath --fileprovide and --filerequire.jbj28-197/+400
- python: add fi.FColor() and fi.FClass() methods. - calculate dependency color and refernces. - python: add ds.Color() and ds.Refs() methods. CVS patchset: 5987 CVS date: 2002/12/30 02:37:01
2002-12-30- use rpmfiFDepends() underneath --fileprovide/--filerequire.jbj4-75/+88
CVS patchset: 5986 CVS date: 2002/12/30 00:03:53
2002-12-29- fix :armor query extension, tgpg mktmp handling (#80684).jbj7-42/+66
- use rpmfiClass underneath --fileclass. CVS patchset: 5985 CVS date: 2002/12/29 22:31:00
2002-12-29splint fiddles.jbj3-2/+14
CVS patchset: 5984 CVS date: 2002/12/29 19:44:18
2002-12-29- python: eliminate hash.[ch] and upgrade.[ch], methods too.jbj8-799/+11
CVS patchset: 5983 CVS date: 2002/12/29 19:28:30
2002-12-29- don't segfault with packages produced by rpm-2.93 (#80618).jbj25-136/+176
CVS patchset: 5982 CVS date: 2002/12/29 18:19:19
2002-12-29- add rpmfi methods to access color, class, and dependencies.jbj30-1772/+1900
CVS patchset: 5981 CVS date: 2002/12/29 01:06:58
2002-12-28splint fiddles.jbj7-98/+79
CVS patchset: 5980 CVS date: 2002/12/28 23:17:06
2002-12-28- error if querying with iterator on different sized arrays.jbj27-473/+772
CVS patchset: 5979 CVS date: 2002/12/28 19:31:21
2002-12-28- fix builddir relative inclusion, add %%pubkeys to rpm header.jbj29-293/+345
- fix: package relocations were broken (#75057). CVS patchset: 5978 CVS date: 2002/12/28 00:24:14
2002-12-27- ignore ENOENT return from db->close (#80514,#79314).jbj24-194/+201
CVS patchset: 5977 CVS date: 2002/12/27 19:42:22
2002-12-27- disable perl module magic rule.jbj5-4/+8
CVS patchset: 5976 CVS date: 2002/12/27 18:01:00
2002-12-27- add BETA-GPG-KEY (but not in headers using %%pubkey yet).jbj4-4/+7
CVS patchset: 5975 CVS date: 2002/12/27 16:12:09
2002-12-26Don't fire helper for executable requires.jbj1-2/+4
CVS patchset: 5974 CVS date: 2002/12/26 23:19:17
2002-12-26- resurrect automagic perl(foo) dependency generation.jbj24-42/+62
CVS patchset: 5973 CVS date: 2002/12/26 20:38:26
2002-12-26Initialize differently if using rpc access.jbj22-226/+238
CVS patchset: 5972 CVS date: 2002/12/26 17:18:01
2002-12-24- add Red Hat pubkeys to rpm header.jbj1-3/+5
CVS patchset: 5971 CVS date: 2002/12/24 20:37:39
2002-12-24- permit both relative/absolute paths, display 'P' when verifying.jbj25-299/+308
CVS patchset: 5970 CVS date: 2002/12/24 20:06:33
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj28-1967/+2299
CVS patchset: 5969 CVS date: 2002/12/24 19:49:06