Commit Graph

4911 Commits

Author SHA1 Message Date
jbj 644401875d - python: include instance in IDTXload, filename in IDTXglob, return
- python: argument to ts.addErase (if integer) deletes that instance.
- python: rpmmi methods to return this instance, and number of members.

CVS patchset: 5620
CVS date: 2002/08/09 23:14:10
2002-08-09 23:14:10 +00:00
jbj 7937158c01 - python: add (optional) ts.check() callback.
CVS patchset: 5619
CVS date: 2002/08/09 22:25:04
2002-08-09 22:25:04 +00:00
jbj c961f3f78e - python: add return codes for rollbacks and fooDB methods.
- avoid generating fingerprints for locale/zoneinfo sub-directories.

CVS patchset: 5618
CVS date: 2002/08/08 22:20:26
2002-08-08 22:20:26 +00:00
cturner 4d8ebc7c66 fix doc typo
CVS patchset: 5617
CVS date: 2002/08/08 21:38:59
2002-08-08 21:38:59 +00:00
cturner 8578aab9a7 remove some spurious warnings, clean up some ambiguities
CVS patchset: 5616
CVS date: 2002/08/08 20:48:36
2002-08-08 20:48:36 +00:00
jbj 6106bdb359 lclint fiddles.
CVS patchset: 5615
CVS date: 2002/08/08 16:06:13
2002-08-08 16:06:13 +00:00
jbj acfdb7fd57 Remove hdrVerifyFile, unusable as was (#58576).
CVS patchset: 5614
CVS date: 2002/08/07 23:19:10
2002-08-07 23:19:10 +00:00
jbj fc4fc1fe27 Round correctly so that progress bars complete to 100%.
CVS patchset: 5613
CVS date: 2002/08/07 21:55:43
2002-08-07 21:55:43 +00:00
cturner 926661cbc2 return RPM 4.0 support... sort of
CVS patchset: 5612
CVS date: 2002/08/07 17:05:35
2002-08-07 17:05:35 +00:00
cturner e98f4606b0 version bump
CVS patchset: 5611
CVS date: 2002/08/07 16:21:31
2002-08-07 16:21:31 +00:00
cturner ddec1f33d5 port 4.1 branch to this branch
CVS patchset: 5610
CVS date: 2002/08/07 16:08:45
2002-08-07 16:08:45 +00:00
jbj d0f22dcaa2 Teach unzip about %setup -q.
CVS patchset: 5609
CVS date: 2002/08/07 14:20:45
2002-08-07 14:20:45 +00:00
jbj 9f11b31f6b - fix: src.rpm installs need fd pos at payload.
CVS patchset: 5608
CVS date: 2002/08/07 13:47:59
2002-08-07 13:47:59 +00:00
jbj d0905ecafb - python: bindings to import pubkeys and display openpgp packets.
CVS patchset: 5605
CVS date: 2002/08/06 19:07:37
2002-08-06 19:07:37 +00:00
jbj 035cf961d5 - add bitmask for precise control of signature/digest verification.
CVS patchset: 5604
CVS date: 2002/08/06 01:41:44
2002-08-06 01:41:44 +00:00
jbj 5211039a20 - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.
- python: the death of rpm.headerFromPackage(), use ts.hdrFromFdno().
- python: permit direct ts.dbMatch() python iterations.
- python: the death of rpm.checksig(), use ts.hdrFromFdno() instead.

CVS patchset: 5603
CVS date: 2002/08/05 21:46:50
2002-08-05 21:46:50 +00:00
jbj bd5ee7affa - fix: check for lead magic, better error message on failure (#69751).
CVS patchset: 5602
CVS date: 2002/08/05 19:45:52
2002-08-05 19:45:52 +00:00
jbj b8656c52ed - python: enable threads on callbacks and longish rpmlib calls.
- python: expose RPMTAG_SOURCEPACKAGE to identify source headers.
- python: eliminate headerFromPackage() tuple return, deprecated.
- python: add ts.hdrFromFdno(fdno) method.

CVS patchset: 5601
CVS date: 2002/08/05 18:40:58
2002-08-05 18:40:58 +00:00
jbj 3a99677e95 - python: bare bones rollback bindings.
CVS patchset: 5600
CVS date: 2002/08/05 16:25:39
2002-08-05 16:25:39 +00:00
jbj 7132723815 - add --predefine to define macros before reading macro configuration.
CVS patchset: 5599
CVS date: 2002/08/04 19:58:12
2002-08-04 19:58:12 +00:00
jbj ae3511bfa5 - fix: don't repackage %%ghost files.
CVS patchset: 5598
CVS date: 2002/08/04 19:04:16
2002-08-04 19:04:16 +00:00
jbj de0ff3b553 - resurrect --rollback.
- renumber the callback types to be an orthogonal bit mask.
- provide repackage progress callbacks, compression is slow.

CVS patchset: 5597
CVS date: 2002/08/04 16:55:55
2002-08-04 16:55:55 +00:00
jbj 00375ca2bf Remove dbi_tear_down, now that rpmdb's are closed on signals.
lclint fiddles.

CVS patchset: 5596
CVS date: 2002/08/03 22:31:39
2002-08-03 22:31:39 +00:00
jbj f5c9fd111b - check header blobs on export (i.e. rpmdbAdd())..
- enable iterator header blob checks for install/erase modes.
- python: _vsflags_up2date macro to configure verify signature flags.

CVS patchset: 5595
CVS date: 2002/08/02 21:52:01
2002-08-02 21:52:01 +00:00
jbj 78fafefc38 Sanity.
CVS patchset: 5594
CVS date: 2002/08/02 16:46:02
2002-08-02 16:46:02 +00:00
jbj 31e9a0f278 - fix: signed pubkeys were imported incorrectly (#68291).
- include tgpg script to verify signatures using only gpg.

CVS patchset: 5593
CVS date: 2002/08/02 16:39:55
2002-08-02 16:39:55 +00:00
jbj 4a58c73baa - fix: repair --root with --verify (#70527).
CVS patchset: 5592
CVS date: 2002/08/02 14:10:33
2002-08-02 14:10:33 +00:00
jbj b2480c3ded - fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).
CVS patchset: 5591
CVS date: 2002/08/02 12:49:27
2002-08-02 12:49:27 +00:00
jbj d8eaee30df - preserve rpmdb file attributes across --rebuilddb (#70367).
CVS patchset: 5590
CVS date: 2002/08/01 21:20:26
2002-08-01 21:20:26 +00:00
jbj 77dadc40f4 Sanity.
CVS patchset: 5589
CVS date: 2002/08/01 20:21:40
2002-08-01 20:21:40 +00:00
jbj 4605223103 - python: methods to disable all new features for benchmarking.
CVS patchset: 5588
CVS date: 2002/08/01 18:37:17
2002-08-01 18:37:17 +00:00
jbj 1d1b335271 - change from default off to default on.
CVS patchset: 5587
CVS date: 2002/07/31 19:41:32
2002-07-31 19:41:32 +00:00
jbj b297e9e63c - configurable (default off) build failure iff unpackaged files (PLD).
CVS patchset: 5586
CVS date: 2002/07/31 18:27:53
2002-07-31 18:27:53 +00:00
jbj bcacb6d745 Carry PLD scripts/configuration for perl/python/php in rpm sources.
CVS patchset: 5585
CVS date: 2002/07/31 15:13:46
2002-07-31 15:13:46 +00:00
jbj 8ab4727f8c - make --querytags a common option, fix errant regex (#70135).
- db3: increase mpool and cachesize, compile w/o --enable-debug.

CVS patchset: 5584
CVS date: 2002/07/31 13:11:25
2002-07-31 13:11:25 +00:00
jbj 33e9f2c0d2 - prevent stale locks in __db files by closing databases on signals.
CVS patchset: 5583
CVS date: 2002/07/30 21:37:10
2002-07-30 21:37:10 +00:00
jbj 06b3f0c206 installplatform clean up, add athlon (PLD).
CVS patchset: 5582
CVS date: 2002/07/30 17:07:39
2002-07-30 17:07:39 +00:00
jbj f32db08a31 - detect athlon/duron with CMOV (PLD).
CVS patchset: 5581
CVS date: 2002/07/30 16:39:08
2002-07-30 16:39:08 +00:00
jbj f0ba06b85a Remove debugging printf.
CVS patchset: 5580
CVS date: 2002/07/29 23:13:54
2002-07-29 23:13:54 +00:00
jbj c27ac57735 Orphans.
CVS patchset: 5579
CVS date: 2002/07/29 23:08:02
2002-07-29 23:08:02 +00:00
jbj c8502fbab5 - update trpm.
- factor all mode-specific options into mode-specific tables.
- treat an unspecified epoch as Epoch: 0 everywhere.

CVS patchset: 5578
CVS date: 2002/07/29 23:06:06
2002-07-29 23:06:06 +00:00
jbj 5a1ebaccd5 - python: don't segfault in ts.GetKeys() on erased packages.
resurrect build modes.
add undocumented debugging options.

CVS patchset: 5577
CVS date: 2002/07/28 14:52:33
2002-07-28 14:52:33 +00:00
jbj 670ab1c845 - popt: display sub-table options only once on --usage.
- wire --nosignatures et al as common options, rework CLI options.

CVS patchset: 5575
CVS date: 2002/07/28 00:41:15
2002-07-28 00:41:15 +00:00
jbj c33342be5f - fix: --repackage repaired (#67217).
- fix: rpm2cpio disables signature checks (i.e. same behavior).

CVS patchset: 5574
CVS date: 2002/07/25 23:36:32
2002-07-25 23:36:32 +00:00
jbj e03b4bf860 - popt: fix --usage (#62234).
CVS patchset: 5573
CVS date: 2002/07/25 18:50:08
2002-07-25 18:50:08 +00:00
jbj e5761bc725 Orphan.
CVS patchset: 5572
CVS date: 2002/07/25 17:26:12
2002-07-25 17:26:12 +00:00
jbj 2881b1bb53 - python: remove the old initdb/rebuilddb methods, use ts.fooDB().
- python: 1st crack at backport to 1.5.2.

CVS patchset: 5571
CVS date: 2002/07/25 17:03:11
2002-07-25 17:03:11 +00:00
jbj 81fef98480 - python: add ts.hdrCheck(), ts.rebuildDB() methods.
- python: iterating on an ts object returns transaction elements now.
- add yellowdog as vendor.

CVS patchset: 5570
CVS date: 2002/07/25 00:13:25
2002-07-25 00:13:25 +00:00
jbj c4f6f42f94 - fix: segfault if given a text file as 2nd arg to -Uvh (#69508).
CVS patchset: 5569
CVS date: 2002/07/24 18:52:22
2002-07-24 18:52:22 +00:00
jbj ede1f445e0 - verify signatures/digests retrieved through rpmdbNextIterator().
- imbue %ghost with missingok attribute with --verify (#68933).

CVS patchset: 5568
CVS date: 2002/07/24 16:21:23
2002-07-24 16:21:23 +00:00