Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | %find_lang sometimes fails on FreeBSD | Thierry Vignaud | 2020-04-29 | 3 | -0/+18 |
| | | | | | + /usr/local/lib/rpm/find-lang.sh /usr/home/cpansand/.cpan/build/2020042613/urpmi-v8.121.20-6/t/tmp/BUILDROOT/various-1-1.x86_64 test-various error: Bad exit status from /usr/home/cpansand/.cpan/build/2020042613/urpmi-v8.121.20-6/t/tmp/rpm-tmp.kKrrdT (%install) | ||||
* | use a more neutral C compiled | Thierry Vignaud | 2020-04-29 | 1 | -2/+2 |
| | | | | | | Aka adapt to a world where gcc is no more the apex predator... Several Linux distros as well as FreeBSD >= 10 default to clang instead of gcc. | ||||
* | simplify: BSD support -L but not --dereference | Thierry Vignaud | 2020-04-29 | 2 | -12/+2 |
| | | | | | | | This might help the following failure: http://www.cpantesters.org/cpan/report/c8c690aa-8587-11ea-81c4-93681f24ea8f cpio: Can't lstat /bin/sh: cpio: Can't lstat /usr/local/bin/rpm: | ||||
* | cpan-testers: work without glibc-static-devel | Thierry Vignaud | 2020-04-29 | 1 | -3/+17 |
| | | | | | | just build a dynamic binary but exclude its deps rationale: quite a lot of CPAN testers do not have static libs installed... | ||||
* | explain why we need our own "static shell" | Thierry Vignaud | 2020-04-29 | 1 | -0/+2 |
| | | | | historically we were used static dash but that was too Mageia centered | ||||
* | cpan-testers: fix failing test on Debian 9/FreeBSD | Thierry Vignaud | 2020-04-28 | 1 | -2/+2 |
| | | | | | | commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about silencing a warning, so let's not break other OSes who do not have that lib or not in this location | ||||
* | cpan_testers: strip as used by rpm fails on FreeBSD | Thierry Vignaud | 2020-04-09 | 4 | -0/+12 |
| | |||||
* | FreeBSD's cpio doesn't support --dereference | Thierry Vignaud | 2020-04-09 | 1 | -1/+7 |
| | |||||
* | cpan-testers: fix building rpms on FreeBSD | Thierry Vignaud | 2020-04-09 | 32 | -34/+35 |
| | | | | install do not have -d option on FreeBSD | ||||
* | cpan-testers: fix an error on FreeBSD | Thierry Vignaud | 2020-04-09 | 1 | -0/+2 |
| | | | | | | commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about silencing a warning, so let's not break other OSes who do not have that lib or not in this location | ||||
* | 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) | ||||
* | explain build process | Thierry Vignaud | 2020-01-17 | 1 | -0/+4 |
| | |||||
* | fix a testsuite warning | Thierry Vignaud | 2015-08-04 | 1 | -1/+1 |
| | | | | | | | | Explicitely adding libnss3.so fixes installing that package: warning: %post(rpm-query-in-scriptlet-1-1.x86_64) scriptlet failed, exit status 127 Which is b/c of: error: Failed to initialize NSS library | ||||
* | speedup build by skipping debuginfo | Thierry Vignaud | 2015-08-04 | 1 | -0/+3 |
| | |||||
* | convert trigger scriptlets from lua to sh | Thierry Vignaud | 2015-08-04 | 14 | -42/+42 |
| | | | | | needed for next commit because: lua's exit(1) is ignored since rpm-4.9.0 | ||||
* | add /bin/sh provider | Thierry Vignaud | 2015-08-04 | 1 | -0/+12 |
| | | | | (needed for next commit) | ||||
* | kill useless Group: definitions | Thierry Vignaud | 2015-08-04 | 298 | -299/+0 |
| | | | | uneeded since rpm-4.6.0 | ||||
* | kill useless Url: definitions | Thierry Vignaud | 2015-08-04 | 298 | -298/+0 |
| | |||||
* | kill useless buildroot definitions | Thierry Vignaud | 2015-08-04 | 279 | -279/+0 |
| | | | | (uneeded since rpm-4.6+ ...) | ||||
* | disable debuginfo | Thierry Vignaud | 2015-08-04 | 1 | -0/+3 |
| | | | | thus fixing noise in testsuite output | ||||
* | s/Suggests:/Recommends:/ in testsuite | Thierry Vignaud | 2014-09-07 | 7 | -8/+8 |
| | |||||
* | wrap comment | Thierry Vignaud | 2013-02-03 | 1 | -3/+2 |
| | |||||
* | fix that test when prelink is installed | Thierry Vignaud | 2013-01-31 | 1 | -0/+7 |
| | |||||
* | Add urpmi testcase for bug #57224 (disabled until fixed) | Anssi Hannula | 2010-01-24 | 5 | -0/+72 |
| | |||||
* | undefine distepoch & disttag so that it won't affect buildroot name | Per Øyvind Karlsen | 2009-08-19 | 1 | -0/+2 |
| | |||||
* | Add urpmi testcase for bug #52667. (disabled until fixed) | Anssi Hannula | 2009-08-05 | 5 | -0/+69 |
| | |||||
* | Add testcase for bug #52135 (disabled). Adding g.spec changes hdlist ordering | Anssi Hannula | 2009-07-08 | 1 | -0/+14 |
| | | | | | | | and changes result of another test in handle-conflict-deps; change the test accordingly and clarify the WARNING text for that test to explain why it happens. | ||||
* | add testcase for bug #52105 | Anssi Hannula | 2009-07-07 | 4 | -0/+55 |
| | |||||
* | Add testcase for bug #50666 (failing-promotion) | Anssi Hannula | 2009-07-06 | 6 | -0/+82 |
| | |||||
* | Remove duplicated definitions in test specs | Christophe Fergeau | 2009-03-23 | 5 | -70/+0 |
| | |||||
* | Test case from Anssi Hannula for bug #47803 | Christophe Fergeau | 2009-03-20 | 5 | -0/+140 |
| | |||||
* | Add new testcase for bug #46874 | Christophe Fergeau | 2009-01-07 | 6 | -0/+86 |
| | |||||
* | - adapt tests to rpm 4.6: | Pascal Rigaux | 2008-12-15 | 3 | -80/+1 |
| | | | | | | | | 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 | ||||
* | sync tests data | Pascal Rigaux | 2008-11-24 | 1 | -0/+13 |
| | |||||
* | do not use builrequires dash-static, use gcc to build a special binary, so | Pascal Rigaux | 2008-10-31 | 7 | -34/+50 |
| | | | | | that we are less mandriva centered | ||||
* | - 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) | ||||
* | add tests, esp. for %triggerpostun failing that blocks upgrade of | Pascal Rigaux | 2008-10-08 | 14 | -0/+238 |
| | | | | | drakxtools-backend in mdv2009.0 | ||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 82 | -0/+1120 |
| | |||||
* | add a test | Pascal Rigaux | 2008-06-30 | 2 | -0/+63 |
| | |||||
* | Add a testcase for urpmi wrongly considering epochless conflicts to match any | Anssi Hannula | 2008-06-13 | 3 | -0/+41 |
| | | | | | | | epoch in a case when urpmi should upgrade a conflicting package to an actually non-conflicting version. Disabled for now until fixed. | ||||
* | add a test case for mdvbz#40842 | Pascal Rigaux | 2008-05-19 | 4 | -0/+55 |
| | |||||
* | add a test case for something that currently fails | Pascal Rigaux | 2008-04-03 | 10 | -0/+134 |
| | |||||
* | add a test for "should-restart" | Pascal Rigaux | 2008-03-18 | 3 | -0/+41 |
| | |||||
* | add a test that is fixed in perl-URPM 3.12 | Pascal Rigaux | 2008-03-07 | 7 | -0/+97 |
| | |||||
* | skip buildroot checks for rpm5.org | Per Øyvind Karlsen | 2008-03-01 | 2 | -0/+8 |
| | |||||
* | add a test case for "sort choices on virtual package by provided version ↵ | Pascal Rigaux | 2008-02-25 | 7 | -0/+104 |
| | | | | (#12645)" | ||||
* | ash is no more static in mandriva, use dash.static instead (for our test ↵ | Pascal Rigaux | 2008-02-23 | 1 | -2/+2 |
| | | | | purpose) | ||||
* | add a test case: conflicting manpages | Pascal Rigaux | 2008-01-23 | 2 | -0/+46 |
| | |||||
* | add some tests (including a failing one) | Pascal Rigaux | 2008-01-18 | 4 | -0/+55 |
| | |||||
* | add a failing test case | Pascal Rigaux | 2008-01-18 | 4 | -0/+54 |
| |