Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (process_problems) skip tests if no problems | Thierry Vignaud | 2022-04-27 | 1 | -0/+1 |
| | |||||
* | Enable to debug with extra verbosity | Thierry Vignaud | 2022-04-27 | 1 | -0/+3 |
| | |||||
* | Display problems | Thierry Vignaud | 2022-04-27 | 1 | -0/+1 |
| | |||||
* | Remove reference to URPM | Thierry Vignaud | 2022-04-27 | 1 | -1/+1 |
| | | | | | "Bug" introduced in commit 66504834514cdf96f5a366864982f0d2a0267ea2 when introducing the same logic as in URPM | ||||
* | Fix detecting 4.18-alpha1 | Thierry Vignaud | 2022-04-27 | 2 | -1/+2 |
| | |||||
* | Check problems after test transaction too | Thierry Vignaud | 2022-04-27 | 1 | -1/+2 |
| | |||||
* | Don't provide a number of tests in advance | Thierry Vignaud | 2022-04-27 | 1 | -2/+2 |
| | | | | It'll be simpler for next commits | ||||
* | Split process_problems() for late reuse | Thierry Vignaud | 2022-04-27 | 1 | -15/+19 |
| | |||||
* | Split callback so that it can be reused | Thierry Vignaud | 2022-04-27 | 1 | -1/+6 |
| | |||||
* | Fix & enable Problem tests | Thierry Vignaud | 2022-04-27 | 2 | -4/+3 |
| | | | | | Was disabled at least since commit 9e2966a33f9148fdc8ef81783bab1fe18e87bd34 16 years ago | ||||
* | Fix running traverse(): return 1 | Thierry Vignaud | 2022-04-27 | 2 | -0/+5 |
| | | | | | | | | | Else traverse() is short-circuited... which breaks the testsuite... I wonder how the testsuite was working previous to rpm-4.17.0 which fixed something that exposed that issue. This test runs smoothly on mga[2-8] Note for future: traverse() really should be documented... | ||||
* | Clarify some test names | Thierry Vignaud | 2022-04-26 | 1 | -5/+5 |
| | |||||
* | 0.440.44 | Thierry Vignaud | 2020-12-14 | 2 | -1/+3 |
| | |||||
* | Fix RPM4.xs/libperl.so mismatch on i586 | Thierry Vignaud | 2020-12-14 | 2 | -1/+5 |
| | | | | | | | | | | It's OK on aarch64 & on x86_64 but it's broken on i586 eg: $ perl -MRPM4 RPM4.c: loadable library and perl binaries are mismatched (got handshake key 0x9100080, needed 0x9180080) Just build with the flags used to build perl itself in order to fix it | ||||
* | 0.430.43 | Thierry Vignaud | 2020-06-03 | 2 | -1/+5 |
| | |||||
* | handle RPM version with "beta" or "rc" in it | Thierry Vignaud | 2020-06-03 | 1 | -0/+1 |
| | | | | | | | Was already done in commit d939d0fcd43955f367768b4a0f378e360d6bd3ce But got dropped in commit 66504834514cdf96f5a366864982f0d2a0267ea2 when switching to ExtUtils::PkgConfig | ||||
* | 0.420.42 | Thierry Vignaud | 2020-04-24 | 2 | -1/+3 |
| | |||||
* | fix comparing version when using a fixup rpm release | Thierry Vignaud | 2020-04-24 | 2 | -1/+4 |
| | | | | | | | | | | 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 Thus fixing detecting rpm version so that we do compile with rpm < 4.13 See eg: http://www.cpantesters.org/cpan/report/315efa38-85f8-11ea-adf4-f9341f24ea8f | ||||
* | explain | Thierry Vignaud | 2020-04-24 | 1 | -0/+3 |
| | |||||
* | rename variable for next commit | Thierry Vignaud | 2020-04-24 | 2 | -4/+12 |
| | | | | Also alter the way we count the plan | ||||
* | simplify testing rpm version like URPM does | Thierry Vignaud | 2020-04-23 | 2 | -10/+3 |
| | | | | | | | | | | It's no more needed to list all point version unless there's a change in them we want to test for (such as 4.12.90) Thus fixing detecting unlisted rpm versions such as http://www.cpantesters.org/cpan/report/1d673d18-503a-11ea-8fff-b48f1f24ea8f where 4.13.0.1 wasn't listed and thus choked on rpm >= 4.15 code path set by commit 9e3deaefdbc54910d58dea28d06c2678673c9d09 | ||||
* | typo fix | Thierry Vignaud | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | 0.410.41 | Thierry Vignaud | 2020-02-14 | 2 | -1/+3 |
| | |||||
* | fix detecting rpm-4.15.x final | Thierry Vignaud | 2020-02-14 | 2 | -0/+3 |
| | |||||
* | 0.400.40 | Thierry Vignaud | 2019-09-09 | 2 | -1/+3 |
| | |||||
* | fix building with rpm-4.15 | Thierry Vignaud | 2019-09-09 | 2 | -0/+8 |
| | |||||
* | add 0.39 notes | Thierry Vignaud | 2018-09-18 | 1 | -0/+4 |
| | |||||
* | 0.390.39 | Thierry Vignaud | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | *BSD/Debian/Ubuntu do not have a system wide rpmdb | Thierry Vignaud | 2018-09-18 | 3 | -3/+21 |
| | |||||
* | rpmbuild is not functional on most *BSD & Debian | Thierry Vignaud | 2018-09-18 | 1 | -3/+6 |
| | |||||
* | 0.380.38 | Thierry Vignaud | 2017-11-06 | 2 | -1/+3 |
| | |||||
* | add git URL to CPAN metadata | Thierry Vignaud | 2017-11-06 | 2 | -0/+8 |
| | |||||
* | kill useless arg | Thierry Vignaud | 2017-11-06 | 1 | -5/+3 |
| | |||||
* | add special case for patched rpm-4.12 in Mageia 5, various Debian & FC | Thierry Vignaud | 2017-11-06 | 3 | -1/+7 |
| | |||||
* | explicitely check for rpm-4.1[0-2].0 | Thierry Vignaud | 2017-11-06 | 2 | -0/+7 |
| | | | | thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign | ||||
* | use strict | Thierry Vignaud | 2017-11-06 | 1 | -0/+1 |
| | |||||
* | fix comments | Thierry Vignaud | 2017-11-06 | 1 | -2/+2 |
| | |||||
* | skip a test with rpm-4.1[12] due to a segfault | Thierry Vignaud | 2017-11-06 | 2 | -2/+6 |
| | |||||
* | let rpm version to be known in cpan tester logs | Thierry Vignaud | 2017-11-06 | 1 | -1/+3 |
| | | | | in order to investigate some strange compilation failures | ||||
* | use ExtUtils::PkgConfig in order to find rpm | Thierry Vignaud | 2017-11-06 | 3 | -10/+34 |
| | | | | | We need to include {cflags} even if empty on Linux as it contains -I/usr/local/include on eg: FreeBSD | ||||
* | split out configure deps hash | Thierry Vignaud | 2017-11-06 | 1 | -4/+6 |
| | | | | (needed for next commit) | ||||
* | list configure prereqs | Thierry Vignaud | 2017-11-06 | 2 | -0/+7 |
| | |||||
* | we need at least perl => 5.8 | Thierry Vignaud | 2017-10-28 | 1 | -0/+1 |
| | |||||
* | RPM4 is stable | Thierry Vignaud | 2017-10-28 | 1 | -0/+4 |
| | |||||
* | add license | Thierry Vignaud | 2017-10-28 | 1 | -0/+1 |
| | |||||
* | 0.370.37 | Thierry Vignaud | 2017-10-28 | 2 | -1/+3 |
| | |||||
* | further fix doc | Thierry Vignaud | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | fix a segfault regression with rpm-4.14 | Panu Matilainen | 2017-10-28 | 1 | -1/+1 |
| | | | | | it only happens when the perl callback wrapper also calls the default librpm callback too | ||||
* | fix a rpm-4.14 regression | Thierry Vignaud | 2017-10-28 | 2 | -1/+4 |
| | | | | Reloading the spec file object else next build fails with rpm-4.14 | ||||
* | (transreset) fix a segfault | Thierry Vignaud | 2017-10-28 | 2 | -0/+2 |
| | | | | always set root to sg sensitive |