summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Greek translationGlentadakis Dimitris2009-03-071-1/+1
|
* Update Greek translationGlentadakis Dimitris2009-03-061-4/+3
|
* Update Greek translationGlentadakis Dimitris2009-03-061-1/+4
|
* Update Greek translationGlentadakis Dimitris2009-03-061-361/+5
|
* update translation for greek languageGlentadakis Dimitris2009-03-061-2/+2
|
* updated translation for pt_BRSergio Rafael Lemke2009-03-051-6/+6
|
* update translation for greek languageGlentadakis Dimitris2009-03-051-13/+13
|
* Update zh_TW translationShiva Huang2009-03-051-543/+6
|
* translated new strings and fixed fuzzy lines for pt_BRSergio Rafael Lemke2009-03-051-19/+19
|
* 6.22.36.22.3Thierry Vignaud2009-03-052-1/+3
|
* (_check) fix verifying packages signatures in chrooted environmentsThierry Vignaud2009-03-052-1/+6
| | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against)
* Completely updated & revised Romanian translationCatalin Florin Russen2009-03-041-570/+581
|
* 6.22.16.22.2Thierry Vignaud2009-03-042-1/+3
|
* (install) close another fd leak (needed for drakx)Thierry Vignaud2009-03-042-0/+3
|
* 6.22.16.22.1Thierry Vignaud2009-03-042-1/+3
|
* (install) explicitely close the RPM DB on comleting transactionThierry Vignaud2009-03-042-0/+5
| | | | | (needed for drakx -- looks like refcount has hard work):
* Updated Estonian translation.Marek Laane2009-03-041-12/+12
|
* Update French translationChristophe Berthelé2009-03-031-22/+11
|
* 6.226.22Thierry Vignaud2009-03-032-1/+3
|
* (install) add more callbacks for installerThierry Vignaud2009-03-033-0/+6
|
* (install) enable to set 'script_fd' (needed by installer)Thierry Vignaud2009-03-031-0/+2
|
* Synced translations with templateJure Repinc2009-03-0365-32916/+33705
|
* Updated Slovenian translationJure Repinc2009-03-031-493/+500
|
* Update for pt_BR LanguageSergio Rafael Lemke2009-02-201-0/+407
|
* update translation for pt_BR languageSergio Rafael Lemke2009-02-201-419/+11
|
* updated translation for turkish languageAtilla Öntaş2009-02-181-6/+6
|
* Oops, stupid typoChristophe Fergeau2009-02-161-1/+1
|
* Improve wording of the message telling orphans can be removedChristophe Fergeau2009-02-161-2/+2
|
* update translation for greek languageGlentadakis Dimitris2009-02-151-2/+2
|
* Updated Slovenian translationJure Repinc2009-02-151-11/+11
|
* update for German translationOliver Burger2009-02-111-6/+8
|
* (do_install_3) warn when rebooting is needed after installing packagesThierry Vignaud2009-02-102-0/+10
|
* (get_updates_description) fix reading descriptions with --env=Thierry Vignaud2009-02-092-1/+3
| | | | | (needed for rpmdrake)
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-01-311-44/+82
|
* (run) no need to clean rpmdb if we're not going to use data extracted from itThierry Vignaud2009-01-301-3/+3
|
* fix previous commitPascal Rigaux2009-01-281-0/+1
| | | | | (drop support for /etc/urpmi/media.d/*.cfg)
* - drop support for /etc/urpmi/media.d/*.cfgPascal Rigaux2009-01-286-145/+5
| | | | | | | (was partially broken, non documented and hopefully unused) (mostly reverting commit 234656 which introduced that feature)
* only load LDAP binding if needed (saves a couple MB in rpmdrake)Thierry Vignaud2009-01-272-1/+3
|
* update translation for greek languageGlentadakis Dimitris2009-01-211-6/+6
|
* Release 6.21...6.21Christophe Fergeau2009-01-132-1/+3
|
* Remove urpmi.recover from args.pmChristophe Fergeau2009-01-131-11/+0
|
* Make perl-checker happyChristophe Fergeau2009-01-131-1/+1
|
* - drop urpmi.recover Pascal Rigaux2009-01-131-1/+1
| | | | | (no more possible with rpm 4.6 which doesn't handle --repackage)
* - drop urpmi.recover Pascal Rigaux2009-01-135-330/+4
| | | | | (no more possible with rpm 4.6 which doesn't handle --repackage)
* Version 6.206.20Christophe Fergeau2009-01-132-5/+7
|
* Add more tests for behaviour described in bug #45054Christophe Fergeau2009-01-131-1/+35
|
* Update NEWSChristophe Fergeau2009-01-131-0/+2
|
* Code cleanups after pixel feedbackChristophe Fergeau2009-01-131-8/+9
|
* mark packages that were initially installed through deps, removed andChristophe Fergeau2009-01-131-12/+12
| | | | reinstalled as non-orphanable, fix writing of installed-through-deps
* Mark packages as "manually installed"Christophe Fergeau2009-01-132-3/+44
| | | | | | | | With the orphan mechanism, there is no way to manually mark a package that was installed as a dep of another package as not being a potential orphan. Mimic apt and if an already package is passed as an argument to urpmi, remove it from the potential orphans list. Fixes bug #45054.