Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 0.1.5 | Thierry Vignaud | 2019-09-09 | 2 | -1/+3 |
| | |||||
* | fix building with rpm-4.15 | Thierry Vignaud | 2019-09-09 | 4 | -1/+10 |
| | |||||
* | 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 | ||||
* | fix doc | Thierry Vignaud | 2017-10-27 | 2 | -15/+16 |
| | |||||
* | disable tests that involve a pasphrase | Thierry Vignaud | 2017-10-27 | 2 | -3/+5 |
| | | | | | | rationale: since rpm-4.13, rpm no more offer to ask for passphrase, this is left to gpg see commit 0bce5fcf270711a2e077fba0fb7c5979ea007eb5 | ||||
* | fix running rpm_produced | tv | 2016-10-26 | 2 | -2/+4 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@266 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | 0.360.36 | tv | 2016-10-26 | 2 | -1/+3 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@265 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | reenable some tests | tv | 2016-10-26 | 2 | -3/+4 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@264 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | fix & reenable a test since injecting a header is not supported anymore | tv | 2016-10-26 | 1 | -3/+3 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@263 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | kill commented tests about no more existing methods | tv | 2016-10-26 | 1 | -3/+0 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@262 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | fix segfault in testsuite | tv | 2016-10-26 | 2 | -2/+3 |
| | | | | | | | | | | | else we segfault in plugins/syslog.c's syslog_tsm_pre() because rpmtsRootDir(ts) returns NULL rpmlib expects rootdir to always have been set testsuite was segfaulting since at least mga5/rpm-4.12 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@261 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | fix some wrong descriptions | tv | 2016-10-26 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@260 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | the minimal version supported is actually 4.9 | tv | 2016-10-26 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@259 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | 0.350.35 | tv | 2015-08-01 | 2 | -1/+3 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@258 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | drop methods only supported in rpm < 4.9 | tv | 2015-08-01 | 2 | -50/+1 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@257 971eb68f-4bfb-0310-8326-d2484c010a4c | ||||
* | fix compiling with rpm-4.13 | tv | 2015-08-01 | 3 | -0/+6 |
| | | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@256 971eb68f-4bfb-0310-8326-d2484c010a4c |