| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The error message being in some conditions:
"The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm
line 2510."
We need both else we got:
"Tests were run but no plan was declared and done_testing() was not seen."
also fix inverted condition :-(
|
|
|
|
|
|
|
|
|
|
|
|
| |
rationale: CentOS 7's rpm doesn't support eg Recommendstag, it only
knows their definitions but is unable to parse a spec file using
Recommends
Ideally we should be able to detect a too old/unpatched rpm...
Technically, we could check whether it's Mageia < 6 which did have an
non upstream implementation (but was using Suggests tag instead of
Recommends and so would need testsuite adaption -- not worth it)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o old suggests format is no more handled
o buildroot handling changed
o build directories for root changed
- fix buildroot_default.spec: was broken since %{rpm_version} is not defined
|
| |
|
|
|
|
|
|
| |
ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK,
instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0)
|
|
|
|
|
| |
o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
o explicit error when using "urpmi ---install-src" as user with remote media
o add support for "suggests": a newly suggested package is installed as if
required, but one can remove it afterwards, or use --no-suggests
- urpmf
o handle --suggests
all the work is done in perl-URPM 1.69
|