aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 5.12.25.12.2distro/mga6Thierry Vignaud2018-06-252-1/+3
|
* Don't select an obsolete package to resolve dependencies/conflicts (mga#23223)Martin Whitaker2018-06-252-0/+7
| | | | (cherry picked from commit da6cfc1161f8bde5379fafd58296bd0a1f96698a)
* 5.12.15.12.1Thierry Vignaud2018-06-142-1/+3
|
* fix finding better pkg (mga#23037)Thierry Vignaud2018-06-142-1/+4
| | | | | | | | | alter commit ef5c24cccff5f374232276b3064813aba88ee888 so that sorting pkgs got a better one in first place, by: - comparing EVRs before name - comparing EVRs rather than synthesis ids (cherry picked from commit 3ab0f02ec1b5bc55fd320df7982622387f3a42c2)
* 5.125.12Thierry Vignaud2016-11-102-1/+3
|
* make sure to use int64 on 32bit archPascal Terjan2016-11-102-0/+4
| | | | | else we may got total size to overflow (mga#19686) v2 by Thierry Vignaud: use native int64 on 64bit
* log previous commitsThierry Vignaud2016-11-101-0/+2
|
* silent another warningThierry Vignaud2016-11-101-1/+1
| | | | rationale: we don't set any private data with rpmlogSetCallback()
* silent a warningThierry Vignaud2016-11-101-2/+1
| | | | | | by reverting a bit of commit b0cd1853933d8c68610c9e173721525c6a17e8ce that should have gone with along: commit b5249dafb882fbc105f05853c80fd30503d57a3f
* simplify (drop commented out message)Thierry Vignaud2016-11-101-6/+1
| | | | | | | This message was never displayed: see commit 66dd07d4237c6ee773c48c4c5a1471fdc25f8828 And anyway urpmi already takes care of warning about import errors
* explainThierry Vignaud2016-11-101-1/+1
|
* add bug IDThierry Vignaud2016-10-201-1/+1
|
* 5.115.11Thierry Vignaud2016-10-202-1/+3
|
* fix crash introduced by mga#15353 fix (mga#19618)Thierry Vignaud2016-10-202-1/+2
| | | | | | | | rationale: - {debug_URPM} only exists if we're in debug mode - as this is an actual error, let's just always report it bug introduced in commit 070f1be3d5c3aa813f61d061c2a0fd38c2477c08
* fix another (old) compilation warningsThierry Vignaud2016-10-182-1/+3
| | | | use rpmTagGetValue() to get the char* name of the tag
* silent compilation warnings on x86_64Thierry Vignaud2016-10-181-2/+2
|
* 5.105.10Thierry Vignaud2016-10-182-1/+3
|
* (get_int2) try new 64bit tag else old 32bit tagThierry Vignaud2016-10-182-3/+13
| | | | | | thus enabling to report size of >4Gb packages (however insane this is): rpmlib uses the old small tag for small packages and the new big tag for big packages (mga#19571)
* switch to uint64_t for sizes (mga#19571)Thierry Vignaud2016-10-182-9/+11
| | | | Thus we use 64bit for package size on 32bit too, thanks to Math::Int64
* add support for int64, using Math::Int64 C APIThierry Vignaud2016-10-186-0/+227
| | | | previously it was missing on 32bit arches
* 5.095.09Thierry Vignaud2016-10-162-1/+3
|
* bump copyrightThierry Vignaud2016-10-163-3/+3
|
* log previous fixThierry Vignaud2016-10-161-0/+2
|
* silent perl_checkerThierry Vignaud2016-10-161-3/+4
|
* mga#15353 don't crash if re is wrongAngelo Naselli2016-10-161-7/+10
|
* fix compiling on 32bitThierry Vignaud2016-10-141-1/+1
|
* 5.085.08Thierry Vignaud2016-10-142-1/+3
|
* Revert "prevent distepoch & disttag to be added and appended to package ↵Thierry Vignaud2016-10-141-5/+0
| | | | | | filename" This reverts commit a4b836dfe43cf1a498e93094d54d498a55142fef.
* reports obsoletes issues tooThierry Vignaud2016-10-141-0/+3
| | | | | RPMPROB_OBSOLETE was added in rpm-4.9.0 (5 years ago) but wasn't handled until now
* (check) fix reporting problemsThierry Vignaud2016-10-142-7/+2
| | | | | | | | | | | | | | | | | for at least 12 years, since swiching rpm to 4.2 (see commit 60031191b7012fdfe8e1af6bd43ff9b36b0c5825) $trans->check() failed to actually report issues rationale: rpmtsCheck() only actually return !0 if it fails to open rpmdb... in order to check if any problem was found by rpmtsCheck(), one must call retrieving the problem set with rpmtsProblems() rpmtsCheck() success only means that the resolution was successfully attempted for all packages in the set, which isn't that usefull... this might help mga#15350...
* fix reporting size on big packages (mga#19571)Thierry Vignaud2016-10-132-6/+6
|
* simplify: do not reinvent get_arch()Thierry Vignaud2016-10-131-1/+1
|
* perl_checker cleanupThierry Vignaud2016-10-131-1/+1
|
* shrink .perl_checker blacklistsThierry Vignaud2016-09-162-1/+0
| | | | (need latest perl_checker)
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-16/+0
| | | | (need latest perl_checker)
* 5.075.07Thierry Vignaud2016-04-142-1/+3
|
* don't push $fullname to callback stackThierry Vignaud2016-04-142-7/+2
| | | | that's no more needed...
* add support for "elem" callbackThierry Vignaud2016-04-143-2/+16
| | | | | This callback will be fired before each pkg being installed/removed Needs rpm >= rpm-4.13.0-0.rc1.28
* 5.065.06Thierry Vignaud2015-04-122-1/+3
|
* fix upgrade when package's in several mediaThierry Vignaud2015-04-122-2/+4
| | | | | | | | sort by ids (like in other places) when promoting (b/c of eg: conflicts), thus fixing upgrade when the same package is offered in several media (mga#15350) see commit 53e38beae4d9638f41b219521b802a2969d68909 for similar issue
* 5.055.05Thierry Vignaud2015-02-262-1/+3
|
* fix a segfault when callbacks don't get a headerPascal Terjan2015-02-262-2/+8
|
* 5.045.04Thierry Vignaud2015-02-262-1/+3
|
* callbacks now get pkg name instead of just pkg idThierry Vignaud2015-02-263-5/+12
| | | | thus fixing unknown package name on erases (mga#15032)
* move PUTBACK in branchThierry Vignaud2014-11-171-1/+1
|
* 5.035.03Thierry Vignaud2014-11-142-1/+3
|
* Handle non numeric returns for traverse_tag_find callbackPascal Terjan2014-11-142-3/+7
| | | | fix a warning spot by Angelo Naselli
* add a missing PUTBACK in traverse_tag_find()Thierry Vignaud2014-11-142-0/+3
| | | | | | this is needed after using POPi bug introduced in commit 4294365db5d78909ae5a490e0714db379502cd80
* 5.025.02Thierry Vignaud2014-10-262-1/+3
|
* add >recommends method (mga#14376)Thierry Vignaud2014-10-263-0/+6
| | | | unlike recommends_nosense, it returns version too