aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a commentPascal Rigaux2009-01-091-0/+1
|
* add some commentPascal Rigaux2009-01-091-0/+3
|
* - @unsatisfied is a better var name than @lPascal Rigaux2009-01-091-8/+9
| | | | | - add some comment
* make it clear the func is localPascal Rigaux2009-01-081-3/+3
|
* add a commentPascal Rigaux2009-01-081-0/+2
|
* Favour required packages when we have several choices to fulfillChristophe Fergeau2009-01-082-0/+14
| | | | a "requires", fixes bug #46874
* - add some commentPascal Rigaux2009-01-061-4/+33
| | | | | - enhance a comment
* document a "hack"Pascal Rigaux2009-01-061-0/+7
|
* - fix sorting choices on provided version (feature introduced in 3.08, Pascal Rigaux2008-12-152-4/+12
| | | | | but was not working if packages were coming from different repository)
* 3.233.23Pascal Rigaux2008-12-152-1/+3
|
* - fix bad free() (thanks to glibc for detecting it)Pascal Rigaux2008-12-152-4/+6
|
* 3.223.22Pascal Rigaux2008-12-122-1/+3
|
* - fix scriptlet failing:Pascal Rigaux2008-12-122-2/+5
| | | | | adapt to librpm4.6, rpmtsSetRootDir(ts, "") is forbidden
* revert wrong commitPascal Rigaux2008-12-091-5/+4
|
* correctly clean temp directoriesPascal Rigaux2008-12-091-4/+5
|
* 3.213.21Pascal Rigaux2008-12-092-2/+4
|
* - adapt to librpm4.6Pascal Rigaux2008-12-092-2/+3
|
* - adapt to rpm 4.6 changes:Pascal Rigaux2008-12-091-11/+16
| | | | | | | - headerNextIterator -> headerNext - headerAddEntry -> headerPut - headerModifyEntry -> headerMod
* - adapt to rpm 4.6 changes: headerGetEntry -> headerGetPascal Rigaux2008-12-091-104/+112
|
* - adapt to some easy rpm 4.6 changes:Pascal Rigaux2008-12-091-31/+29
| | | | | | | | - headerSprintf -> headerFormat - headerAddEntry -> headerPutString - headerRemoveEntry -> headerDel - rpmProblemGetLong -> rpmProblemGetDiskNeed
* free the iterator *after* usePascal Rigaux2008-12-091-2/+4
| | | | | (otherwise it segfaults with 4.6.0-rc1, and i wonder how it worked before...)
* do free the ts after user, this is especially needed since rpmVerifySignaturePascal Rigaux2008-12-091-0/+1
| | | | | | (wrongly) called in rpmReadPackageFile can open the rpmdb which won't get closed if ts is not closed
* - don't handle %_sourcedir specially, it's not neededPascal Rigaux2008-12-091-2/+2
| | | | | | - use an absolute filename for %_topdir, it seems to help (bug in rpm 4.6.0-rc1?)
* - list_rpm_tag() is no morePascal Rigaux2008-12-091-8/+1
| | | | | - remove a failing test (old)
* - drop list_rpm_tag()Pascal Rigaux2008-12-093-34/+4
|
* adapt types to rpm-4.6.xPascal Rigaux2008-12-091-56/+58
|
* fix rpmRelocation usage with rpm 5.2Per Øyvind Karlsen2008-12-081-2/+13
|
* 3.203.20Pascal Rigaux2008-10-142-1/+3
|
* - $trans->run can now return both the translated errors, and some parsablePascal Rigaux2008-10-142-5/+11
| | | | | errors (useful for example to detect diskspace issues)
* use rpmuint64_t rather than long long, we know that it should stay compatible:)Per Øyvind Karlsen2008-10-141-1/+1
|
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-10-101-5/+11
|
* 3.193.19Pascal Rigaux2008-10-072-1/+3
|
* - handle flag "replacefiles"Pascal Rigaux2008-10-072-0/+4
|
* add filelinktos() & dirnames() to URPM::PackagePer Øyvind Karlsen2008-07-182-0/+20
|
* ensure that initSourceHeader gets run for rpm5.org, otherwise querying of ↵Per Øyvind Karlsen2008-07-171-0/+2
| | | | spec files won't work
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-07-141-0/+9
|
* 3.183.18Pascal Rigaux2008-07-072-1/+3
|
* - revert change introduced in 3.16 (it breaks too much, egPascal Rigaux2008-07-073-2/+8
| | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead
* fix typo in descriptionPascal Rigaux2008-07-071-1/+1
|
* 3.173.17Pascal Rigaux2008-07-042-1/+3
|
* add removed_or_obsoleted_packages()Pascal Rigaux2008-07-042-1/+7
|
* - handle $state->{orphans_to_remove} in selected_size() andPascal Rigaux2008-07-043-0/+13
| | | | | build_transaction_set()
* - add traverse_tag_find()Pascal Rigaux2008-07-043-0/+51
|
* perl_checker compliancePascal Rigaux2008-07-031-3/+3
|
* remove unused varsPascal Rigaux2008-07-031-4/+3
|
* create packages_to_remove() and use it to factorize codePascal Rigaux2008-07-031-10/+13
|
* create rpmtag_from_string() out of Db_traverse_tagPascal Rigaux2008-07-011-15/+19
|
* 3.163.16Pascal Rigaux2008-06-262-1/+3
|
* - when not selecting a package because already installed,Pascal Rigaux2008-06-263-4/+9
| | | | | but it in $state->{rejected} with flags {installed}
* adapt tests to ->compare changePascal Rigaux2008-06-241-9/+15
|