aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 1.461.46Rafael Garcia-Suarez2006-09-062-1/+31
|
* Oops, remove debug codeRafael Garcia-Suarez2006-09-061-1/+0
|
* prefer kernel-source-stripped over kernel-sourceRafael Garcia-Suarez2006-09-061-0/+18
|
* Micro-optimisation, and make comments more explicitRafael Garcia-Suarez2006-09-051-4/+9
|
* Bump version, regen changelog1.45Rafael Garcia-Suarez2006-08-072-5/+49
|
* Remove perl-URPM.spec, checked in in repsysRafael Garcia-Suarez2006-08-072-855/+0
|
* - cleanup useless imported rpm dclOlivier Thauvin2006-08-071-154/+0
|
* - remove useless declarationOlivier Thauvin2006-08-071-6/+0
|
* Fix a FD leak (patch by Pascal Terjan, bug #24112)Rafael Garcia-Suarez2006-08-041-0/+1
|
* strict-arch doesn't apply to src packagesRafael Garcia-Suarez2006-08-011-2/+2
|
* - add comment into code, need reviewOlivier Thauvin2006-07-251-0/+5
|
* One might have an undefined package in the depslist (not sure why)Rafael Garcia-Suarez2006-07-041-0/+1
|
* Verify if we can open the rpmdb, and abort if we can't (bug #22527)Rafael Garcia-Suarez2006-06-142-3/+6
|
* That wasn't actually necessaryv1_44Rafael Garcia-Suarez2006-06-121-4/+0
|
* Bump version numberV1_44Rafael Garcia-Suarez2006-06-123-6/+22
|
* Fix passing of rpmRelocation structure with new layout in 4.4.6Rafael Garcia-Suarez2006-06-121-0/+4
|
* Fix rpm version detection. Generate ChangeLog under C locale.Rafael Garcia-Suarez2006-06-121-1/+2
|
* Remove cvsignore fileRafael Garcia-Suarez2006-06-071-7/+0
|
* Use svn2cl to generate ChangeLog, and regenerate itRafael Garcia-Suarez2006-06-072-678/+759
|
* It's nice to be able to compile with rpm 4.4.6, but it's nice to be able toRafael Garcia-Suarez2006-06-012-3/+11
| | | | | compile with older rpms too.
* - rpm 4.4.6 fixesOlivier Thauvin2006-05-311-2/+5
|
* Add metafilev1_43Rafael Garcia-Suarez2006-05-231-0/+11
|
* 1.43V1_43Rafael Garcia-Suarez2006-05-233-2/+23
|
* - fix urpmi .spec: aka ensure the rpm config is read with all macros before ↵Olivier Thauvin2006-05-231-0/+2
| | | | parsing a spec
* Don't clobber rpm's changelog with too many details, there is a real ↵Rafael Garcia-Suarez2006-05-221-1/+1
| | | | changelog for that
* add bug reference in 1.42-1mdk's changelogThierry Vignaud2006-05-221-1/+1
|
* 1.42V1_42Rafael Garcia-Suarez2006-05-223-2/+13
|
* Patch by Pascal Terjan to fix a FD leak (bug #22632)Rafael Garcia-Suarez2006-05-221-0/+1
|
* 1.41V1_41Rafael Garcia-Suarez2006-05-023-2/+19
|
* Add function to traverse transactionsRafael Garcia-Suarez2006-04-072-0/+35
|
* RPMTAG_SOURCEPACKAGE is going to be obsolete. Replace it by RPMTAG_SOURCERPM.Rafael Garcia-Suarez2006-04-021-10/+10
|
* 1.40v1_40Rafael Garcia-Suarez2006-03-153-2/+42
|
* Get version comparison rightRafael Garcia-Suarez2006-03-131-1/+1
|
* Define new symbol in Makefile.PL depending on detected rpm versionRafael Garcia-Suarez2006-03-131-1/+6
| | | | | (no simpler way to get it from the C preprocessor, it seems)
* Fix for undocumented ABI changes in rpm 4.4.5 callback interfaceRafael Garcia-Suarez2006-03-131-2/+9
|
* Protection when no data is passed to transaction callbacksRafael Garcia-Suarez2006-03-131-0/+3
|
* Fix misplaced break in switch statementRafael Garcia-Suarez2006-03-131-43/+47
|
* "triggeredby" in traverse_tag never worked.Rafael Garcia-Suarez2006-03-101-2/+2
|
* Fix small memleak on db open errorRafael Garcia-Suarez2006-03-081-0/+1
|
* 1.39V1_39Rafael Garcia-Suarez2006-03-073-3/+28
|
* Clean up gcc optionsRafael Garcia-Suarez2006-03-071-2/+1
|
* Protect rpmtsRun with a new link to the transaction objectRafael Garcia-Suarez2006-03-071-0/+2
|
* Spec file nit.v1_38Rafael Garcia-Suarez2006-03-061-1/+1
|
* Also, increase refcounts.Rafael Garcia-Suarez2006-03-061-0/+1
|
* 1.38V1_38Rafael Garcia-Suarez2006-03-063-2/+28
|
* Perform this test fasterRafael Garcia-Suarez2006-03-061-1/+1
|
* Be more Test::More-ish, add a TODO testRafael Garcia-Suarez2006-03-061-14/+19
|
* It wasn't a good idea to completely remove the refcount, because it's used toRafael Garcia-Suarez2006-03-061-3/+5
| | | | | | free the underlying C glue structure. Also, and rpmtsLink was misplaced.
* Don't use our own reference counter, but the rpmlib's, for transactions.Rafael Garcia-Suarez2006-03-061-14/+18
|
* 1.37v1_37Rafael Garcia-Suarez2006-03-033-2/+83
|