aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix Urpm_verify_rpm during installPascal Terjan2018-01-212-9/+12
| | | | | | | Signatures can't be verified as pubkeys are not available, the code ignores it but that broke with rpm 4.14 (mga#21886). Switch to using rpmtsSetVSFlags and rpmReadPackageFile which should work with older versions too.
* skip failing tests on *BSDThierry Vignaud2017-11-063-3/+9
|
* skip all rpmdb tests on Debian/UbutunThierry Vignaud2017-11-062-1/+7
| | | | | rationale: they've patched rpm to use a user private rpmdb so most tests will fail (no installed package, no perl, ...)
* include META.json tooThierry Vignaud2017-11-061-0/+1
|
* restore rpm-4.12.x compatibilityThierry Vignaud2017-11-062-0/+6
|
* restore rpm-4.13.x compatibilityThierry Vignaud2017-11-062-0/+11
|
* enable to detect rpm versionThierry Vignaud2017-11-061-1/+17
| | | | (needed for next commit)
* advertize the proper pkg for most distrosThierry Vignaud2017-11-062-1/+4
|
* add cflags reported by pkgconfigThierry Vignaud2017-11-062-1/+4
| | | | Needed for eg: FreeBSD where rpm is installed under /usr/local
* drop bogus INC present since first releaseThierry Vignaud2017-11-061-1/+0
|
* simplify after previous commitThierry Vignaud2017-11-061-3/+1
|
* use ExtUtils::PkgConfig in order to get detect rpmThierry Vignaud2017-11-052-30/+27
| | | | | | | Thus helping cpan-testers to install the proper packages We need to include {cflags} even if empty on Linux as it contains -I/usr/local/include on eg: FreeBSD
* split configure deps hashThierry Vignaud2017-11-011-3/+5
|
* explicitely declare configure requiresThierry Vignaud2017-10-291-0/+3
|
* we need Test::PodThierry Vignaud2017-10-281-0/+3
|
* explain depsThierry Vignaud2017-10-271-1/+1
|
* cpan testers: do not test on perl < 5.8Thierry Vignaud2017-10-271-0/+1
|
* add licenseThierry Vignaud2017-10-271-0/+1
| | | | "GPL or Artistic" (from historical Mandrake's spec file) => so "perl_5"
* add abstractThierry Vignaud2017-10-271-0/+1
|
* list me as authorThierry Vignaud2017-10-271-0/+1
|
* cpan: add repository linkThierry Vignaud2017-10-271-0/+7
|
* add 'META_MERGE' section for metadataThierry Vignaud2017-10-271-0/+4
|
* we don't actually support rpm < 4.13 anymoreThierry Vignaud2017-10-272-4/+5
| | | | | technically restoring rpm-4.13 support needs a small patch We could even still support rpm-4.12 by ifdef-ing the ELEM callback
* Revert "fix segfault when checking invalid signatures"Thierry Vignaud2017-10-052-1/+4
| | | | | | | | This reverts commit 87dbde4f3b078173e53cd45cac000c2d2751b370. Rationale: rpm got fixed We could just initialize header to NULL but rpmReadPackageFile() is supposed to always set a correct value, so keep as it in order to catch another future perl regression