summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.420.42Thierry Vignaud2020-04-242-1/+3
|
* fix comparing version when using a fixup rpm releaseThierry Vignaud2020-04-242-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
* explainThierry Vignaud2020-04-241-0/+3
|
* rename variable for next commitThierry Vignaud2020-04-242-4/+12
| | | | Also alter the way we count the plan
* simplify testing rpm version like URPM doesThierry Vignaud2020-04-232-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 fixThierry Vignaud2020-04-231-1/+1
|
* 0.410.41Thierry Vignaud2020-02-142-1/+3
|
* fix detecting rpm-4.15.x finalThierry Vignaud2020-02-142-0/+3
|
* 0.400.40Thierry Vignaud2019-09-092-1/+3
|
* 0.1.5Thierry Vignaud2019-09-092-1/+3
|
* fix building with rpm-4.15Thierry Vignaud2019-09-094-1/+10
|
* add 0.39 notesThierry Vignaud2018-09-181-0/+4
|
* 0.390.39Thierry Vignaud2018-09-181-1/+1
|
* *BSD/Debian/Ubuntu do not have a system wide rpmdbThierry Vignaud2018-09-183-3/+21
|
* rpmbuild is not functional on most *BSD & DebianThierry Vignaud2018-09-181-3/+6
|
* 0.380.38Thierry Vignaud2017-11-062-1/+3
|
* add git URL to CPAN metadataThierry Vignaud2017-11-062-0/+8
|
* kill useless argThierry Vignaud2017-11-061-5/+3
|
* add special case for patched rpm-4.12 in Mageia 5, various Debian & FCThierry Vignaud2017-11-063-1/+7
|
* explicitely check for rpm-4.1[0-2].0Thierry Vignaud2017-11-062-0/+7
| | | | thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign
* use strictThierry Vignaud2017-11-061-0/+1
|
* fix commentsThierry Vignaud2017-11-061-2/+2
|
* skip a test with rpm-4.1[12] due to a segfaultThierry Vignaud2017-11-062-2/+6
|
* let rpm version to be known in cpan tester logsThierry Vignaud2017-11-061-1/+3
| | | | in order to investigate some strange compilation failures
* use ExtUtils::PkgConfig in order to find rpmThierry Vignaud2017-11-063-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 hashThierry Vignaud2017-11-061-4/+6
| | | | (needed for next commit)
* list configure prereqsThierry Vignaud2017-11-062-0/+7
|
* we need at least perl => 5.8Thierry Vignaud2017-10-281-0/+1
|
* RPM4 is stableThierry Vignaud2017-10-281-0/+4
|
* add licenseThierry Vignaud2017-10-281-0/+1
|
* 0.370.37Thierry Vignaud2017-10-282-1/+3
|
* further fix docThierry Vignaud2017-10-281-1/+1
|
* fix a segfault regression with rpm-4.14Panu Matilainen2017-10-281-1/+1
| | | | | it only happens when the perl callback wrapper also calls the default librpm callback too
* fix a rpm-4.14 regressionThierry Vignaud2017-10-282-1/+4
| | | | Reloading the spec file object else next build fails with rpm-4.14
* (transreset) fix a segfaultThierry Vignaud2017-10-282-0/+2
| | | | always set root to sg sensitive
* fix docThierry Vignaud2017-10-272-15/+16
|
* disable tests that involve a pasphraseThierry Vignaud2017-10-272-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_producedtv2016-10-262-2/+4
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@266 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.360.36tv2016-10-262-1/+3
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@265 971eb68f-4bfb-0310-8326-d2484c010a4c
* reenable some teststv2016-10-262-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 anymoretv2016-10-261-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 methodstv2016-10-261-3/+0
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@262 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix segfault in testsuitetv2016-10-262-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 descriptionstv2016-10-261-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.9tv2016-10-261-2/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@259 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.350.35tv2015-08-012-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.9tv2015-08-012-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.13tv2015-08-013-0/+6
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@256 971eb68f-4bfb-0310-8326-d2484c010a4c
* simplify after last committv2015-08-011-56/+0
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@255 971eb68f-4bfb-0310-8326-d2484c010a4c
* drop support for rpm > 4.9.0tv2015-08-013-104/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@254 971eb68f-4bfb-0310-8326-d2484c010a4c