summaryrefslogtreecommitdiffstats
path: root/t/02create_pkgs.t
Commit message (Collapse)AuthorAgeFilesLines
* add testcase for bug #52105Anssi Hannula2009-07-071-1/+2
|
* - adapt tests to rpm 4.6:Pascal Rigaux2008-12-151-3/+0
| | | | | | | | 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
* add a testcase for #45457Pascal Rigaux2008-11-141-1/+0
|
* test reconfig.urpmiPascal Rigaux2008-09-231-0/+3
|
* skip buildroot checks for rpm5.orgPer Øyvind Karlsen2008-03-011-1/+1
|
* do set _tmppathPascal Rigaux2008-02-041-1/+3
|
* use genhdlist2 and create xml info filesPascal Rigaux2008-01-151-3/+4
|
* - check "old suggests" are still handled.Pascal Rigaux2007-12-141-0/+3
| | | | | | ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK, instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0)
* use system_() from helper.pmPascal Rigaux2007-10-161-7/+2
|
* silence gendistribPascal Rigaux2007-09-101-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-241-12/+59
|
* add some *old* pkgs (from redhat 4.0) to test rpm&URPM handle it correctlyPascal Rigaux2006-12-011-4/+13
| | | | | so that bug #27263 won't happen again :)
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-0/+8
|
* using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpmePascal Rigaux2006-11-301-0/+24
one drawback of the superuser--*.t is the need to be root (the rpmlib needs it to install in a root partition), so for now "make test" tests *.t but superuser--*.t are skipped. Then as root, run "sudo make test TEST_FILES='t/superuser--*.t'"