No description
Find a file
Evgenii Shatokhin e502756547 urpm-package-cleanup: fix removal of the old kernels
It has been broken for a long time, may be longer than ROSA has been
using nrj kernels. The tool relied on the version and release numbers of
the kernel packages to find the proper ones - but these numbers have
been (1, 1) for at least several years now.

The relevant parts of urpm-package-cleanup have been rewritten.

There are a few more notable differences compared to the old
implementation:

1. The number of kernels to keep is now read from
/etc/urpmi/kernels.cfg.
2. --count option is no longer supported.
3. If remove_old_kernels is set to no in /etc/urpmi/kernels.cfg,
urpm-package-cleanup --oldkernels will have no effect. This may be
convenient when running urpm-package-cleanup from scripts, etc.
4. The packages required by any kernel*-latest package will not be
removed, so urpm-package-cleanup may keep more kernels than requested.
2017-08-28 19:07:26 +03:00
docs urpm-package-cleanup: fix removal of the old kernels 2017-08-28 19:07:26 +03:00
locale/ru/LC_MESSAGES urpm-package-cleanup: fix removal of the old kernels 2017-08-28 19:07:26 +03:00
rpm5utils Do not fail on req/prov strings ending with '[==' 2017-03-13 12:59:53 +03:00
stuff/urpm-repoclosure Added URPM-repoclosure stuff 2014-11-28 11:11:45 +04:00
.gitignore gitignore updated 2012-09-13 20:32:44 +04:00
AUTHORS Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00
COPYING Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00
localizer.py Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00
Makefile Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00
README Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00
urpm-downloader.py urpm-downloader have been fixed 2012-10-25 12:05:27 +04:00
urpm-package-cleanup.py urpm-package-cleanup: fix removal of the old kernels 2017-08-28 19:07:26 +03:00
urpm-repoclosure.pl URPM-repoclosure 1.8: links to update repositories in the profile are not necessary now 2014-11-28 11:04:26 +04:00
urpm-repodiff.py Fix indents in urpm-repodiff 2015-05-08 00:20:41 +04:00
urpm-repograph.py LOG - repograph: new option --tab-separated 2012-11-07 11:31:34 -05:00
urpm-repomanage.py Rename compareDEVR to compareEVRD to reflect actual usage 2016-01-05 02:26:08 +03:00
urpm-reposync.py Reposync: recognize situations when one of conflicting packages obsoletes another 2015-11-12 18:12:12 +03:00
urpm-tools.spec URPM-repoclosure 1.7.1: added -cache option, removed false positives. 2012-12-27 16:06:39 +04:00
urpmmisc.py Initial commit. Unstable urpm-reposync. 2012-09-05 15:45:44 +04:00

Urpm-tools - a set of utilities to work with Urpm repositories
They make URPM-based repositories easier and more powerful to use.
These tools include: urpm-downloader, urpm-package-cleanup, 
urpm-repoclosure, urpm-repodiff, urpm-repomanage, urpm-repograph,
urpm-reposync

rpm5utils are based on rpmUtils from yum, http://yum.baseurl.org