aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* restore support for rpm-4.9Thierry Vignaud2020-04-293-1/+20
|
* fix comparing version when using a fixup rpm releaseThierry Vignaud2020-04-291-1/+2
| | | | | | | force using a version object rationale: - 4.12.0.2 < 4.12.90 will wrongly pass - v4.12.0.2 < 4.12.90 will check as we expect
* fix testing on pre UsrMove Linuxes (eg: mga2)Thierry Vignaud2020-04-292-1/+3
|
* 5.265.26Thierry Vignaud2020-04-212-1/+3
|
* restore support for building on mga4Thierry Vignaud2020-04-212-1/+3
| | | | It got broken in commit 9c8f8e738664f2905e3927e5806bb14da4a5272b (5.24)
* bump needed Test::PodThierry Vignaud2020-04-151-1/+1
|
* 5.255.25Thierry Vignaud2020-04-082-1/+3
|
* workaround rpm-4.16 adding provides to SRPMsThierry Vignaud2020-04-082-1/+3
| | | | | | | | rationale: rpm-4.16 adds provides for all generated RPMS to SRPMs, which breaks urpmi's testsuite (t/superuser--srpm-bootstrapping.t) See rpm's commit 75ec16e660e784d7897b37cac1a2b9b135825f25
* Make sure debugging with Data::Dumper is easierThierry Vignaud2020-03-051-0/+3
| | | | by ensuring dumps are always sorted the same way instead of randomly
* add support for reinstall (needs rpm >= 4.12.x)Thierry Vignaud2020-03-054-2/+27
|
* 5.24.15.24.1Thierry Vignaud2020-01-173-2/+4
|
* make test more universalThierry Vignaud2020-01-172-2/+4
|
* update NEWSThierry Vignaud2020-01-171-0/+2
|
* 5.245.24Thierry Vignaud2020-01-172-2/+2
|
* fix a test on Fedora where perl main package is perl-interpreterThierry Vignaud2020-01-172-2/+4
|
* force provides URPM (RT#127881)Thierry Vignaud2020-01-172-0/+5
|
* Workaround CPAN testers that run CentOS 7 (RT#131163)Thierry Vignaud2020-01-073-1/+8
| | | | | Their rpm is patched for weak deps. An alternative would be to have a better check
* Workaround CPAN testers that run FreeBSD (RT#131162)Thierry Vignaud2020-01-072-0/+4
| | | | | The proper fix would be to patch /usr/lib/rpm/brp-strip-static-archive in order to behave on FreeBSD like on Darwin
* cpan_testers: display rpm version in flagsThierry Vignaud2020-01-072-1/+3
| | | | in order to know rpm version from failed reports
* fix support for hdlist compressed with !gzipThierry Vignaud2020-01-072-4/+6
| | | | | | we were always defaulting to gzip format, whatever is the decompressor specified in the archive bug introduced in commit 18723d2d47f9e069667753703c12ba5139661957
* 5.23.25.23.2Thierry Vignaud2019-12-302-1/+3
|
* restore compatibility with rpm build w/o support for zstdThierry Vignaud2019-12-302-0/+4
|
* enhanced logsThierry Vignaud2019-12-301-1/+2
|
* 5.235.23Thierry Vignaud2019-12-302-1/+3
|
* use proper version (RT#127142)Thierry Vignaud2019-12-231-1/+1
|
* add support for synthesis compressed with zstdThierry Vignaud2019-12-232-0/+6
|
* document URPM::SignatureThierry Vignaud2019-12-232-4/+36
|
* 5.225.22Thierry Vignaud2018-09-212-1/+3
|
* add provides for proper CPAN indexation (RT#119936)Thierry Vignaud2018-09-212-0/+8
|
* 5.215.21Thierry Vignaud2018-09-182-1/+3
|
* restore rpm-4.11.x compatibilityThierry Vignaud2018-09-183-1/+11
|
* simplify testing rpm versionThierry Vignaud2018-09-181-2/+1
| | | | | no more needed to list all point version unless there's a change in them we want to test for (such as 4.14.2)
* fix callback parameters docThierry Vignaud2018-09-172-3/+5
| | | | | should have been done along commit b5249dafb882fbc105f05853c80fd30503d57a3f which reverted commit b0cd1853933d8c68610c9e173721525c6a17e8ce
* 5.205.20Thierry Vignaud2018-09-162-1/+3
|
* restore support for rpm < 4.14.2Thierry Vignaud2018-09-162-0/+10
|
* detect rpm-4.14.xThierry Vignaud2018-09-161-0/+2
|
* fix bug IDThierry Vignaud2018-09-141-1/+1
|
* 5.195.19Thierry Vignaud2018-09-142-1/+3
|
* add support for verify callback when installingThierry Vignaud2018-09-143-1/+16
| | | | Resolves: mga#15350
* sort caseThierry Vignaud2018-09-141-2/+2
|
* 5.185.18Thierry Vignaud2018-06-252-1/+3
|
* Don't select an obsolete package to resolve dependencies/conflicts (mga#23223)Martin Whitaker2018-06-252-0/+7
|
* 5.175.17Thierry Vignaud2018-06-142-1/+3
|
* fix finding better pkg (mga#23037)Thierry Vignaud2018-06-142-1/+3
| | | | | | | 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
* fix displaying always the same name in the listThierry Vignaud2018-06-131-1/+1
| | | | bug introduced in previous commit 14e1667f7c24c5c47cf0723827c22a4f3caed902
* typo fix (aka make greping logs consistent)Thierry Vignaud2018-06-131-1/+1
|
* log previous changeThierry Vignaud2018-06-131-0/+2
|
* make logs more reproductibleThierry Vignaud2018-06-121-1/+1
|
* 5.165.16Thierry Vignaud2018-02-102-1/+3
|
* add more details + bug IDThierry Vignaud2018-02-101-2/+2
|