summaryrefslogtreecommitdiffstats
path: root/t/data
Commit message (Collapse)AuthorAgeFilesLines
* fix testuite if glibc-static-devel isn't installedThierry Vignaud2020-05-011-0/+2
| | | | On some older distributions (eg: Mageia 2), it would fail.
* %find_lang sometimes fails on FreeBSDThierry Vignaud2020-04-293-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 compiledThierry Vignaud2020-04-291-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 --dereferenceThierry Vignaud2020-04-292-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-develThierry Vignaud2020-04-291-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 Vignaud2020-04-291-0/+2
| | | | historically we were used static dash but that was too Mageia centered
* cpan-testers: fix failing test on Debian 9/FreeBSDThierry Vignaud2020-04-281-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 FreeBSDThierry Vignaud2020-04-094-0/+12
|
* FreeBSD's cpio doesn't support --dereferenceThierry Vignaud2020-04-091-1/+7
|
* cpan-testers: fix building rpms on FreeBSDThierry Vignaud2020-04-0932-34/+35
| | | | install do not have -d option on FreeBSD
* cpan-testers: fix an error on FreeBSDThierry Vignaud2020-04-091-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 Vignaud2020-04-091-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 processThierry Vignaud2020-01-171-0/+4
|
* fix a testsuite warningThierry Vignaud2015-08-041-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 debuginfoThierry Vignaud2015-08-041-0/+3
|
* convert trigger scriptlets from lua to shThierry Vignaud2015-08-0414-42/+42
| | | | | needed for next commit because: lua's exit(1) is ignored since rpm-4.9.0
* add /bin/sh providerThierry Vignaud2015-08-041-0/+12
| | | | (needed for next commit)
* kill useless Group: definitionsThierry Vignaud2015-08-04298-299/+0
| | | | uneeded since rpm-4.6.0
* kill useless Url: definitionsThierry Vignaud2015-08-04298-298/+0
|
* kill useless buildroot definitionsThierry Vignaud2015-08-04279-279/+0
| | | | (uneeded since rpm-4.6+ ...)
* disable debuginfoThierry Vignaud2015-08-041-0/+3
| | | | thus fixing noise in testsuite output
* s/Suggests:/Recommends:/ in testsuiteThierry Vignaud2014-09-077-8/+8
|
* wrap commentThierry Vignaud2013-02-031-3/+2
|
* fix that test when prelink is installedThierry Vignaud2013-01-311-0/+7
|
* Add urpmi testcase for bug #57224 (disabled until fixed)Anssi Hannula2010-01-245-0/+72
|
* undefine distepoch & disttag so that it won't affect buildroot namePer Øyvind Karlsen2009-08-191-0/+2
|
* Add urpmi testcase for bug #52667. (disabled until fixed)Anssi Hannula2009-08-055-0/+69
|
* Add testcase for bug #52135 (disabled). Adding g.spec changes hdlist orderingAnssi Hannula2009-07-081-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 #52105Anssi Hannula2009-07-074-0/+55
|
* Add testcase for bug #50666 (failing-promotion)Anssi Hannula2009-07-066-0/+82
|
* Remove duplicated definitions in test specsChristophe Fergeau2009-03-235-70/+0
|
* Test case from Anssi Hannula for bug #47803Christophe Fergeau2009-03-205-0/+140
|
* Add new testcase for bug #46874Christophe Fergeau2009-01-076-0/+86
|
* - adapt tests to rpm 4.6:Pascal Rigaux2008-12-154-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 dataPascal Rigaux2008-11-241-0/+13
|
* add a testcase for #45457Pascal Rigaux2008-11-141-3/+3
|
* do not use builrequires dash-static, use gcc to build a special binary, soPascal Rigaux2008-10-317-34/+50
| | | | | that we are less mandriva centered
* - urpmiPascal Rigaux2008-10-284-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 ofPascal Rigaux2008-10-0814-0/+238
| | | | | drakxtools-backend in mdv2009.0
* test reconfig.urpmiPascal Rigaux2008-09-231-0/+2
|
* test srpms mediaPascal Rigaux2008-09-231-0/+7
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-0782-0/+1120
|
* add a testPascal Rigaux2008-06-302-0/+63
|
* Add a testcase for urpmi wrongly considering epochless conflicts to match anyAnssi Hannula2008-06-133-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#40842Pascal Rigaux2008-05-194-0/+55
|
* add a test case for something that currently failsPascal Rigaux2008-04-0310-0/+134
|
* add a test for "should-restart"Pascal Rigaux2008-03-183-0/+41
|
* add a test that is fixed in perl-URPM 3.12Pascal Rigaux2008-03-077-0/+97
|
* skip buildroot checks for rpm5.orgPer Øyvind Karlsen2008-03-012-0/+8
|
* add a test case for "sort choices on virtual package by provided version ↵Pascal Rigaux2008-02-257-0/+104
| | | | (#12645)"