| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Was disabled at least since commit 9e2966a33f9148fdc8ef81783bab1fe18e87bd34
16 years ago
|
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Was already done in commit d939d0fcd43955f367768b4a0f378e360d6bd3ce
But got dropped in commit 66504834514cdf96f5a366864982f0d2a0267ea2
when switching to ExtUtils::PkgConfig
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Also alter the way we count the plan
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign
|
| |
|
| |
|
| |
|
|
|
|
| |
in order to investigate some strange compilation failures
|
|
|
|
|
| |
We need to include {cflags} even if empty on Linux as it contains
-I/usr/local/include on eg: FreeBSD
|
|
|
|
| |
(needed for next commit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
it only happens when the perl callback wrapper also calls the default
librpm callback too
|
|
|
|
| |
Reloading the spec file object else next build fails with rpm-4.14
|
|
|
|
| |
always set root to sg sensitive
|
| |
|
|
|
|
|
|
| |
rationale:
since rpm-4.13, rpm no more offer to ask for passphrase, this is left to gpg
see commit 0bce5fcf270711a2e077fba0fb7c5979ea007eb5
|
|
|
|
| |
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@266 971eb68f-4bfb-0310-8326-d2484c010a4c
|
|
|
|
| |
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@265 971eb68f-4bfb-0310-8326-d2484c010a4c
|
|
|
|
| |
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@264 971eb68f-4bfb-0310-8326-d2484c010a4c
|
|
|
|
| |
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@263 971eb68f-4bfb-0310-8326-d2484c010a4c
|
|
|
|
| |
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@262 971eb68f-4bfb-0310-8326-d2484c010a4c
|
|
|
|
|
|
|
|
|
|
|
| |
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
|