Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | detect rpm-4.14.x | Thierry Vignaud | 2018-09-16 | 1 | -0/+2 | |
| | ||||||
* | fix bug ID | Thierry Vignaud | 2018-09-14 | 1 | -1/+1 | |
| | ||||||
* | 5.195.19 | Thierry Vignaud | 2018-09-14 | 2 | -1/+3 | |
| | ||||||
* | add support for verify callback when installing | Thierry Vignaud | 2018-09-14 | 3 | -1/+16 | |
| | | | | Resolves: mga#15350 | |||||
* | sort case | Thierry Vignaud | 2018-09-14 | 1 | -2/+2 | |
| | ||||||
* | 5.185.18 | Thierry Vignaud | 2018-06-25 | 2 | -1/+3 | |
| | ||||||
* | Don't select an obsolete package to resolve dependencies/conflicts (mga#23223) | Martin Whitaker | 2018-06-25 | 2 | -0/+7 | |
| | ||||||
* | 5.175.17 | Thierry Vignaud | 2018-06-14 | 2 | -1/+3 | |
| | ||||||
* | fix finding better pkg (mga#23037) | Thierry Vignaud | 2018-06-14 | 2 | -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 list | Thierry Vignaud | 2018-06-13 | 1 | -1/+1 | |
| | | | | bug introduced in previous commit 14e1667f7c24c5c47cf0723827c22a4f3caed902 | |||||
* | typo fix (aka make greping logs consistent) | Thierry Vignaud | 2018-06-13 | 1 | -1/+1 | |
| | ||||||
* | log previous change | Thierry Vignaud | 2018-06-13 | 1 | -0/+2 | |
| | ||||||
* | make logs more reproductible | Thierry Vignaud | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | 5.165.16 | Thierry Vignaud | 2018-02-10 | 2 | -1/+3 | |
| | ||||||
* | add more details + bug ID | Thierry Vignaud | 2018-02-10 | 1 | -2/+2 | |
| | ||||||
* | Fix Urpm_verify_rpm during install | Pascal Terjan | 2018-01-21 | 2 | -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 *BSD | Thierry Vignaud | 2017-11-06 | 3 | -3/+9 | |
| | ||||||
* | skip all rpmdb tests on Debian/Ubutun | Thierry Vignaud | 2017-11-06 | 2 | -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 too | Thierry Vignaud | 2017-11-06 | 1 | -0/+1 | |
| | ||||||
* | restore rpm-4.12.x compatibility | Thierry Vignaud | 2017-11-06 | 2 | -0/+6 | |
| | ||||||
* | restore rpm-4.13.x compatibility | Thierry Vignaud | 2017-11-06 | 2 | -0/+11 | |
| | ||||||
* | enable to detect rpm version | Thierry Vignaud | 2017-11-06 | 1 | -1/+17 | |
| | | | | (needed for next commit) | |||||
* | advertize the proper pkg for most distros | Thierry Vignaud | 2017-11-06 | 2 | -1/+4 | |
| | ||||||
* | add cflags reported by pkgconfig | Thierry Vignaud | 2017-11-06 | 2 | -1/+4 | |
| | | | | Needed for eg: FreeBSD where rpm is installed under /usr/local | |||||
* | drop bogus INC present since first release | Thierry Vignaud | 2017-11-06 | 1 | -1/+0 | |
| | ||||||
* | simplify after previous commit | Thierry Vignaud | 2017-11-06 | 1 | -3/+1 | |
| | ||||||
* | use ExtUtils::PkgConfig in order to get detect rpm | Thierry Vignaud | 2017-11-05 | 2 | -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 hash | Thierry Vignaud | 2017-11-01 | 1 | -3/+5 | |
| | ||||||
* | explicitely declare configure requires | Thierry Vignaud | 2017-10-29 | 1 | -0/+3 | |
| | ||||||
* | we need Test::Pod | Thierry Vignaud | 2017-10-28 | 1 | -0/+3 | |
| | ||||||
* | explain deps | Thierry Vignaud | 2017-10-27 | 1 | -1/+1 | |
| | ||||||
* | cpan testers: do not test on perl < 5.8 | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 | |
| | ||||||
* | add license | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 | |
| | | | | "GPL or Artistic" (from historical Mandrake's spec file) => so "perl_5" | |||||
* | add abstract | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 | |
| | ||||||
* | list me as author | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 | |
| | ||||||
* | cpan: add repository link | Thierry Vignaud | 2017-10-27 | 1 | -0/+7 | |
| | ||||||
* | add 'META_MERGE' section for metadata | Thierry Vignaud | 2017-10-27 | 1 | -0/+4 | |
| | ||||||
* | we don't actually support rpm < 4.13 anymore | Thierry Vignaud | 2017-10-27 | 2 | -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 Vignaud | 2017-10-05 | 2 | -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 | |||||
* | 5.155.15 | Thierry Vignaud | 2017-10-03 | 2 | -1/+3 | |
| | ||||||
* | fix segfault when checking invalid signatures | Thierry Vignaud | 2017-10-03 | 2 | -1/+2 | |
| | | | | | This is a rpm-4.14 regression where rpmReadPackageFile() no longer initialize the header when the pkg is corrupted | |||||
* | Revert "workaround perl-5.26 vs librpm bug" | Thierry Vignaud | 2017-09-14 | 2 | -4/+3 | |
| | | | | | This reverts commit 4cb2fcc5bf443de9f3f05fe085c42a317101321b. This is no more needed as of rpm-4.14.0-0.rc1.3.mga7 | |||||
* | 5.145.14 | Thierry Vignaud | 2017-09-07 | 2 | -1/+3 | |
| | ||||||
* | use native 64bit integers instead of Math::Int64 | Thierry Vignaud | 2017-09-07 | 2 | -8/+11 | |
| | | | | it's now possible since perl-5.26.0-8.mga7 | |||||
* | Revert "make sure to use int64 on 32bit arch" | Thierry Vignaud | 2017-09-07 | 2 | -4/+0 | |
| | | | | This reverts commit 8aceb9b6a318668d0795af52bf9ea9dbb33351d9. | |||||
* | Revert "add support for int64, using Math::Int64 C API" | Thierry Vignaud | 2017-09-07 | 6 | -227/+0 | |
| | | | | This reverts commit 12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735. | |||||
* | simplify: drop obsolete svn2cl | Thierry Vignaud | 2017-08-26 | 1 | -20/+0 | |
| | ||||||
* | 5.135.13 | Thierry Vignaud | 2017-08-23 | 2 | -1/+3 | |
| | ||||||
* | log previous change | Thierry Vignaud | 2017-08-23 | 1 | -0/+2 | |
| | ||||||
* | add support to rpm-4.14 | Thierry Vignaud | 2017-08-16 | 1 | -4/+4 | |
| | | | | thus breaking support for rpm <= 4.13 |