Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpan_testers: skip weak deps test on CentOS 7 (unsupported) | Thierry Vignaud | 2020-04-09 | 1 | -0/+2 |
| | | | | | | | | | | | | 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) | ||||
* | kill useless Group: definitions | Thierry Vignaud | 2015-08-04 | 49 | -49/+0 |
| | | | | uneeded since rpm-4.6.0 | ||||
* | kill useless Url: definitions | Thierry Vignaud | 2015-08-04 | 49 | -49/+0 |
| | |||||
* | kill useless buildroot definitions | Thierry Vignaud | 2015-08-04 | 49 | -49/+0 |
| | | | | (uneeded since rpm-4.6+ ...) | ||||
* | s/Suggests:/Recommends:/ in testsuite | Thierry Vignaud | 2014-09-07 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-28 | 4 | -0/+54 |
| | | | | | | | | o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ; urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not remove firefox (cf #45054) (this is especially bad for DrakX/rpmsrate) | ||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 45 | -0/+622 |