[yum-cvs] yum-utils: ChangeLog yum-utils.spec
Tim Lauridsen
timlau at linux.duke.edu
Tue Jul 24 10:10:34 UTC 2007
ChangeLog | 1598 ++++++++++++++++++++++++++++-----------------------------
yum-utils.spec | 4
2 files changed, 807 insertions(+), 795 deletions(-)
commit 4f0ce67da38d025b26fdf2fb11469d24db99a434
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Tue Jul 24 12:09:50 2007 +0200
bumped yum-utils version to 1.1.6
diff --git a/ChangeLog b/ChangeLog
index c3c11a8..effc010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1470 +1,1480 @@
-2007-06-18 08:02 timlau
+2007-07-24 Tim Lauridsen <tla at rasmil.dk>
+
+ * Makefile, tools/README, tools/git2cl: Make the Makefile targets
+ work with git insted of cvs. Added tools\git2cl perl script to
+ create ChangeLog from a git repository
+
+2007-07-24 Tim Lauridsen <tla at rasmil.dk>
+
+ * Makefile: Remove .git directory from tarball
+
+2007-07-24 Tim Lauridsen <tim at localhost.localdomain>
+
+ * plugins/security/security.py: Added patch to solve speed issue
+ insecurity plugin by James Antill
+
+2007-07-24 Seth Vidal <skvidal at fedoraproject.org>
+
+ * README: useless test
+
+2007-07-24 Seth Vidal <skvidal at fedoraproject.org>
+
+ * README: add link to yum wiki about yum-utils.
+
+2007-07-23 Seth Vidal <skvidal at fedoraproject.org>
+
+ * TODO: more and another test
+
+2007-07-23 Seth Vidal <skvidal at fedoraproject.org>
+
+ * README: add tim to the README and test the commits email
+
+2007-07-17 Tim Lauridisen <tla at rasmil.dk>
+
+ * yum-utils.spec: Added Requires: yum-updatesd to
+ yum-refresh-updatesd in spec file rhbz (#248181)
+
+2007-07-13 Tim Lauridisen <tla at rasmil.dk>
+
+ * updateonboot/Makefile: Added patch by Schlomo Schapiro to make
+ yum-utils build on Suse SLES 10 (wrong init.d dir)
+
+2007-07-03 Panu Matilainen <pmatilai at laiskiainen.org>
+
+ * plugins/versionlock/README, yum-utils.spec: Add versionlock list
+ format documentation (finally...)
+
+2007-06-26 Seth Vidal <skvidal at linux.duke.edu>
+
+ * repomanage.py: clean up some other calls to that particular
+ exception
+
+2007-06-26 Seth Vidal <skvidal at linux.duke.edu>
+
+ * repomanage.py: fix formatting error in repomanage closes rh bug #:
+ 245698 I believe this was caused by a change in BaseException in
+ python 2.5
+
+2007-06-26 Tim Lauridisen <tla at rasmil.dk>
+
+ * yumdownloader.py: solved issue where '--source' was not working if
+ souce repo was enabled in the .repo files (rhbz #244543). made
+ yumdownloader a little more verbose.
+
+2007-06-22 Tim Lauridisen <tla at rasmil.dk>
+
+ * plugins/protect-packages/protect-packages.py: added cleanup patch
+ to protect-packages plugin by Matthew Miller
+
+2007-06-21 Tim Lauridisen <tla at rasmil.dk>
+
+ * plugins/protect-packages/protect-packages.conf,
+ plugins/protect-packages/protect-packages.py, yum-utils.spec: Added
+ protect-packages plugin by Svetlana Anissimova and Matthew Miller
+
+2007-06-18 Tim Lauridisen <tla at rasmil.dk>
+
+ * yumdownloader.py: Make 'yumdownloader --source kernel' work as
+ nonroot with yum 3.2 & and current CVS Head.
+
+2007-06-18 Tim Lauridisen <tla at rasmil.dk>
+
+ * ChangeLog: updated ChangeLog
+
+2007-06-18 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.5
-2007-06-17 07:03 timlau
+2007-06-17 Tim Lauridisen <tla at rasmil.dk>
* plugins/merge-conf/merge-conf.py: Patch to detech vimdiff by
- Aurelien Bompard
+ Aurelien Bompard
-2007-06-15 05:55 pmatilai
+2007-06-15 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Ugly kludge to force local preferred encoding for
- stdout when redirected to a file where python defaults to
- ascii... ick. Mostly fixes rhbz#239744.
+ stdout when redirected to a file where python defaults to ascii...
+ ick. Mostly fixes rhbz#239744.
-2007-06-05 18:04 timlau
+2007-06-05 Tim Lauridisen <tla at rasmil.dk>
- * reposync.py: Added patch by Perry Myers: fixes reposync so that
- it is properly skipping packages that have already been
- downloaded.
+ * reposync.py: Added patch by Perry Myers: fixes reposync so that it
+ is properly skipping packages that have already been downloaded.
-2007-06-05 17:50 timlau
+2007-06-05 Tim Lauridisen <tla at rasmil.dk>
* repotrack.py, yumdownloader.py: Added patch by Perry Myers: fixes
- repotrack and yumdownloader so that they properly skip packages
- that have already been downloaded.
+ repotrack and yumdownloader so that they properly skip packages that
+ have already been downloaded.
-2007-05-30 21:44 skvidal
+2007-05-30 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- Commit 3 patches from Dan Berrange: 1. output better progress
- callback for the user in reposync 2. allow the user to set the
- cachedir specifically in reposync 3. allow reposync to delete
- no-longer-available packages from the local copy
+ * reposync.py: Commit 3 patches from Dan Berrange: 1. output better
+ progress callback for the user in reposync 2. allow the user to set
+ the cachedir specifically in reposync 3. allow reposync to delete
+ no-longer-available packages from the local copy
-2007-05-28 12:38 pmatilai
+2007-05-28 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/changelog/changelog.py: - filter out packages not
- updating anything to fix rhbz#238876 - drop extra newline after
- each changelog entry to make formatting nicer
+ * plugins/changelog/changelog.py: - filter out packages not updating anything to fix rhbz#238876 -
+ drop extra newline after each changelog entry to make formatting
+ nicer
-2007-05-26 03:51 skvidal
+2007-05-26 Seth Vidal <skvidal at linux.duke.edu>
- * debuginfo-install.py:
- if the transaction set is empty, don't try to run it. :) closes
- rh bug: 241466
+ * debuginfo-install.py: if the transaction set is empty, don't try
+ to run it. :) closes rh bug: 241466
-2007-05-23 14:17 jbowes
+2007-05-23 James Bowes <jbowes at redhat.com>
* repoquery.py: repoquery - remove unneeded arguments for option
- init, and load core plugins
+ init, and load core plugins
-2007-05-17 19:12 skvidal
+2007-05-17 Seth Vidal <skvidal at linux.duke.edu>
* repoquery.py: if the user doesn't specify -c then just use
- whatever the default is for the yum version they have installed.
- Don't default to /etc/yum.conf anymore.
+ whatever the default is for the yum version they have installed.
+ Don't default to /etc/yum.conf anymore.
-2007-05-16 07:48 timlau
+2007-05-16 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-05-16 07:47 timlau
+2007-05-16 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.4
-2007-05-16 07:41 timlau
-
- * plugins/security/security.py: Added patch by James Antill:
+2007-05-16 Tim Lauridisen <tla at rasmil.dk>
- It seems that on RHEL5 there are update metadata entries with
- references == None (in my FC6 testing they were always == []).
- This gives a traceback with the current code.
+ * plugins/security/security.py: Added patch by James Antill: It
+ seems that on RHEL5 there are update metadata entries with
+ references == None (in my FC6 testing they were always == []). This
+ gives a traceback with the current code.
-2007-05-09 10:11 timlau
+2007-05-09 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: removed crap from comment .
-2007-05-09 10:01 timlau
+2007-05-09 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: make the '--source' work and make it a little
- smarter so the 'reponame-source' are enabled automaticly for all
- enabled repos, when '--source' is used. (rhbz #239528)
+ smarter so the 'reponame-source' are enabled automaticly for all
+ enabled repos, when '--source' is used. (rhbz #239528)
-2007-05-08 07:54 timlau
+2007-05-08 Tim Lauridisen <tla at rasmil.dk>
* plugins/security/security.py: Added patch to security plugin by
- Luke Macken
+ Luke Macken
-2007-05-08 07:52 timlau
+2007-05-08 Tim Lauridisen <tla at rasmil.dk>
* plugins/security/security.py: Added patch by James Antill.
-2007-05-01 17:19 timlau
+2007-05-01 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-05-01 17:19 timlau
+2007-05-01 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.3
-2007-05-01 16:42 skvidal
+2007-05-01 Seth Vidal <skvidal at linux.duke.edu>
- * Makefile, yum-util-cli-template, yum-utils.spec:
- - finish added debuginfo-install to makefile - add
- yum-util-cli-template to repo and add it to %doc in spec file
- - this is a template for folks to easily add more cli-based
- yum-utils
+ * Makefile, yum-util-cli-template, yum-utils.spec: - finish added debuginfo-install to makefile - add
+ yum-util-cli-template to repo and add it to %doc in spec file -
+ this is a template for folks to easily add more cli-based yum-utils
-2007-05-01 16:35 skvidal
- * yum-utils.spec:
- add debuginfo-install to spec file
+2007-05-01 Seth Vidal <skvidal at linux.duke.edu>
-2007-05-01 16:33 skvidal
+ * yum-utils.spec: add debuginfo-install to spec file
- * debuginfo-install.py:
- add debuginfo-install to yum-utils
+2007-05-01 Seth Vidal <skvidal at linux.duke.edu>
-2007-04-30 13:27 timlau
+ * debuginfo-install.py: add debuginfo-install to yum-utils
- * docs/: Makefile, reposync.1: Added reposync man page by Daniel de
- Kok (#717)
+2007-04-30 Tim Lauridisen <tla at rasmil.dk>
-2007-04-30 10:31 timlau
+ * docs/Makefile, docs/reposync.1: Added reposync man page by Daniel
+ de Kok (#717)
- * reposync.py: Added gpgcheck option to reposync by Daniel de Kok
- (#715) adding a "-g/--gpgcheck" option that removes a newly
- downloaded package if the signature is not correct.
+2007-04-30 Tim Lauridisen <tla at rasmil.dk>
-2007-04-29 13:46 skvidal
+ * reposync.py: Added gpgcheck option to reposync by Daniel de Kok
+ (#715) adding a "-g/--gpgcheck" option that removes a newly
+ downloaded package if the signature is not correct.
- * docs/Makefile:
- make sure man8 is made before installing the man page for
- yum-security
+2007-04-29 Seth Vidal <skvidal at linux.duke.edu>
-2007-04-24 05:25 timlau
+ * docs/Makefile: make sure man8 is made before installing the man
+ page for yum-security
- * updateonboot/yum-updateonboot.init:
- Changed yum-updateonboot priorities to 25/75 -> 30/70
+2007-04-24 Tim Lauridisen <tla at rasmil.dk>
- rhbz #235509
+ * updateonboot/yum-updateonboot.init: Changed yum-updateonboot
+ priorities to 25/75 -> 30/70 rhbz #235509
-2007-04-21 12:01 timlau
+2007-04-21 Tim Lauridisen <tla at rasmil.dk>
* plugins/downloadonly/downloadonly.py: fixed traceback when using
- --downloaddir rhbz #237367
+ --downloaddir rhbz #237367
-2007-04-20 10:25 timlau
+2007-04-20 Tim Lauridisen <tla at rasmil.dk>
- * yum-utils.spec, docs/Makefile, docs/yum-security.8,
- plugins/security/security.conf, plugins/security/security.py:
- Added security plugin written by James Antill <james at and.org>
+ * docs/Makefile, docs/yum-security.8,
+ plugins/security/security.conf, plugins/security/security.py,
+ yum-utils.spec: Added security plugin written by James Antill
+ <james at and.org>
-2007-04-19 06:13 lmacken
+2007-04-19 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/: ChangeLog, fastestmirror.py: * Apr 19
- 2007 Luke Macken <lmacken at redhat.com> - 0.2.7 - Remove
- TYPE_{INTERFACE,INTERACTIVE}
+ * plugins/fastestmirror/ChangeLog,
+ plugins/fastestmirror/fastestmirror.py: * Apr 19 2007 Luke Macken <lmacken at redhat.com> - 0.2.7 - Remove
+ TYPE_{INTERFACE,INTERACTIVE}
-2007-04-13 13:07 timlau
+2007-04-13 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: create destdir if it not exists
-2007-04-12 13:46 timlau
+2007-04-12 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-04-12 13:45 timlau
+2007-04-12 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: bumped yum-utils version to 1.1.2
-2007-04-12 13:33 timlau
+2007-04-12 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.2
-2007-04-12 13:11 timlau
+2007-04-12 Tim Lauridisen <tla at rasmil.dk>
- * plugins/merge-conf/: merge-conf.conf, merge-conf.py: Added
- merge-conf plugin written by Aurelien Bompard
- <abompard at fedoraproject.org>
+ * plugins/merge-conf/merge-conf.conf,
+ plugins/merge-conf/merge-conf.py: Added merge-conf plugin written by
+ Aurelien Bompard <abompard at fedoraproject.org>
-2007-03-20 07:27 timlau
+2007-03-20 Tim Lauridisen <tla at rasmil.dk>
* plugins/kernel-module/kernel-module.py: changed
- getRpmDB().getPackages() -> getRpmDB().returnPackages()
+ getRpmDB().getPackages() -> getRpmDB().returnPackages()
-2007-03-19 10:35 timlau
+2007-03-19 Tim Lauridisen <tla at rasmil.dk>
* repoquery.py: make repoquery work, when running as normal user.
-2007-03-14 14:19 timlau
+2007-03-14 Tim Lauridisen <tla at rasmil.dk>
* plugins/skip-broken/skip-broken.py: Make the skip-broken a little
- smarter and the make the output better.
+ smarter and the make the output better.
-2007-03-13 11:53 timlau
+2007-03-13 Tim Lauridisen <tla at rasmil.dk>
* Makefile: added cleanup of test/ to Makefile.
-2007-03-13 11:42 timlau
+2007-03-13 Tim Lauridisen <tla at rasmil.dk>
- * plugins/skip-broken/: skip-broken.conf, skip-broken.py: Added
- 'check_always' option to the skip-broken plugin. Setting
- 'check_always=1' will make the skip-broken check run every time.
- (rhbz #231523)
+ * plugins/skip-broken/skip-broken.conf,
+ plugins/skip-broken/skip-broken.py: Added 'check_always' option to
+ the skip-broken plugin. Setting 'check_always=1' will make the
+ skip-broken check run every time. (rhbz #231523)
-2007-03-01 19:51 timlau
+2007-03-01 Tim Lauridisen <tla at rasmil.dk>
* plugins/skip-broken/skip-broken.py: remove special hack to work
- with current api, they are not nesesary any more.
+ with current api, they are not nesesary any more.
-2007-03-01 18:26 timlau
+2007-03-01 Tim Lauridisen <tla at rasmil.dk>
* plugins/skip-broken/skip-broken.py: more clean fix for work with
- latest yum api
+ latest yum api
-2007-03-01 09:31 timlau
+2007-03-01 Tim Lauridisen <tla at rasmil.dk>
* plugins/skip-broken/skip-broken.py: fixed issues with the latest
- changes in yum cvs head
+ changes in yum cvs head
-2007-02-27 07:37 timlau
+2007-02-27 Tim Lauridisen <tla at rasmil.dk>
- * test/: test-all, test-package-cleanup, test-repo-graph,
- test-repo-rss, test-repoclosure, test-repoquery, test-reposync,
- test-repotrack, test-yumdownloader: Added some test scripts to
- test the basic functions of the yum-utils.
+ * test/test-all, test/test-package-cleanup, test/test-repo-graph,
+ test/test-repo-rss, test/test-repoclosure, test/test-repoquery,
+ test/test-reposync, test/test-repotrack, test/test-yumdownloader:
+ Added some test scripts to test the basic functions of the
+ yum-utils.
-2007-02-20 11:23 timlau
+2007-02-20 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-02-20 11:23 timlau
+2007-02-20 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: bumped yum-utils version to 1.1.1
-2007-02-20 11:15 timlau
+2007-02-20 Tim Lauridisen <tla at rasmil.dk>
* repo-rss.py: fixed UnicodeEncodeError: 'ascii' codec can't encode
- character errors.
+ character errors.
-2007-02-19 15:22 pmatilai
+2007-02-19 Panu Matilainen <pmatilai at laiskiainen.org>
* plugins/kernel-module/kernel-module.py: - fix deprecation warning
-2007-02-19 12:38 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-02-19 12:37 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.1
-2007-02-19 12:32 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
- * repo-rss.py, repoclosure.py, repoquery.py,
- plugins/changelog/changelog.py: changed 'with=' to 'mdtype=' in
- repos.populateSack calls, because of changes in the yum API in
- YumPackageSack.populate method to avoid warnings about 'with' is
- a reserved word in Python 2.6.
+ * plugins/changelog/changelog.py, repo-rss.py, repoclosure.py,
+ repoquery.py: changed 'with=' to 'mdtype=' in repos.populateSack
+ calls, because of changes in the yum API in YumPackageSack.populate
+ method to avoid warnings about 'with' is a reserved word in Python
+ 2.6.
-2007-02-19 11:20 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: redesigned yumdownloader to use the new
- yum-utils base class introduced in yum-3.1.1. This version
- inherit all command line options from the yum-cli and also
- command line option added by yum plugins.
+ yum-utils base class introduced in yum-3.1.1. This version inherit
+ all command line options from the yum-cli and also command line
+ option added by yum plugins.
-2007-02-19 09:16 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2007-02-19 09:16 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.1.0
-2007-02-19 09:12 timlau
+2007-02-19 Tim Lauridisen <tla at rasmil.dk>
- * Makefile: - Made 'make release' work with %{?dist} tag in spec.
- - 'make ChangeLog' will follow CVS HEAD. - Added 'archive'
- dependency to 'make srpm'
+ * Makefile: - Made 'make release' work with %{?dist} tag in spec. - 'make
+ ChangeLog' will follow CVS HEAD. - Added 'archive' dependency to
+ 'make srpm'
-2007-02-15 07:38 timlau
+2007-02-15 Tim Lauridisen <tla at rasmil.dk>
- * yum-utils.spec, plugins/versionlock/versionlock.list: removed
- installation of default versionlock.list
+ * plugins/versionlock/versionlock.list, yum-utils.spec: removed
+ installation of default versionlock.list
-2007-02-14 14:31 timlau
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
* repo-rss.py: Add a better formating for description, get rid of
- the body tag for the xml generated by repo-rss. Thanks to
- Aurelien Bompard (rhbz #193111).
+ the body tag for the xml generated by repo-rss. Thanks to Aurelien
+ Bompard (rhbz #193111).
-2007-02-14 13:33 timlau
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
- * plugins/priorities/priorities.py: Make priorities plugin work
- with multiarch repositories with different repositories.
- (foo.i386 <> foo.x86_64) rhbz #227540
+ * plugins/priorities/priorities.py: Make priorities plugin work with
+ multiarch repositories with different repositories. (foo.i386 <>
+ foo.x86_64) rhbz #227540
-2007-02-14 11:46 timlau
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
- * yum-utils.spec, plugins/versionlock/versionlock.list: added
- versionlock.list to versionlock plugin to avoid at lot of
- bugzilla reports where people have installed all plugins and then
- yum,pirut etc. are failing because the versionlock.list file dont
- exist.
+ * plugins/versionlock/versionlock.list, yum-utils.spec: added
+ versionlock.list to versionlock plugin to avoid at lot of bugzilla
+ reports where people have installed all plugins and then yum,pirut
+ etc. are failing because the versionlock.list file dont exist.
-2007-02-14 10:54 timlau
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: fixed skip-broken description (--ignore-broken ->
- --skip-broken)
+ --skip-broken)
-2007-02-14 10:45 timlau
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
* repo-rss.py: Added patch to make repo-rss create one feed per
- group found in comps.xml. Thanks to Aurelien Bompard (rhbz
- #191061)
+ group found in comps.xml. Thanks to Aurelien Bompard (rhbz #191061)
-2007-02-14 10:00 timlau
- * plugins/downloadonly/downloadonly.py: Added '--downloaddir'
- option to downloadonly plugin. the option make it posible to
- change the directory where packages are downloaded. Thanks to
- Dmitry Butskoy (rhbz #213623)
+2007-02-14 Tim Lauridisen <tla at rasmil.dk>
-2007-02-14 01:44 jbowes
+ * plugins/downloadonly/downloadonly.py: Added '--downloaddir' option
+ to downloadonly plugin. the option make it posible to change the
+ directory where packages are downloaded. Thanks to Dmitry Butskoy
+ (rhbz #213623)
- * yum-utils.spec, plugins/refresh-updatesd/README,
- plugins/refresh-updatesd/refresh-updatesd.conf,
- plugins/refresh-updatesd/refresh-updatesd.py: Add
- refresh-updatesd plugin
+2007-02-14 James Bowes <jbowes at redhat.com>
-2007-02-08 13:42 timlau
+ * plugins/refresh-updatesd/README,
+ plugins/refresh-updatesd/refresh-updatesd.conf,
+ plugins/refresh-updatesd/refresh-updatesd.py, yum-utils.spec: Add
+ refresh-updatesd plugin
+
+2007-02-08 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: modified spec til to work with yum-changelog man
- pages Added missing wildcards, so it can build
+ pages Added missing wildcards, so it can build
-2007-02-08 13:25 timlau
+2007-02-08 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: modified spec til to work with yum-changelog man
- pages
+ pages
-2007-02-08 13:13 timlau
+2007-02-08 Tim Lauridisen <tla at rasmil.dk>
- * docs/: Makefile, yum-changelog.1, yum-changelog.conf.5: Added
- yum-changelog man pages by Chitlesh GOORAH and changed the docs
- Makefile to install them.
+ * docs/Makefile, docs/yum-changelog.1, docs/yum-changelog.conf.5:
+ Added yum-changelog man pages by Chitlesh GOORAH and changed the
+ docs Makefile to install them.
-2007-02-07 14:56 timlau
+2007-02-07 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: Updated spec for HEAD to require yum >= 3.1.1 and
- set the version to 1.1.0
+ set the version to 1.1.0
-2007-02-06 11:29 timlau
+2007-02-06 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: Added %{?dist} to release in spec file, so the
- spec can be used as is in Fedora Extras and it dont hurt other
- distros.
+ spec can be used as is in Fedora Extras and it dont hurt other
+ distros.
-2007-02-05 13:46 timlau
+2007-02-05 Tim Lauridisen <tla at rasmil.dk>
* repoclosure.py: Added patch by Michael Schwendt to sort
- repoclosure output (yum bz# 681)
+ repoclosure output (yum bz# 681)
-2007-01-25 18:31 timlau
+2007-01-25 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: Fix traceback in yumdownloader using --resolve
- because rpmdb was not initialized.
-
-2007-01-24 19:16 slack
+ because rpmdb was not initialized.
- * plugins/fedorakmod/: README, fedorakmod.py: Clean up some
- comments and debug statements in fedorakmod.py. Also, updated
- the TODO list in the README.
+2007-01-24 Jack Neely <slack at quackmaster.net>
-2007-01-24 07:16 pmatilai
+ * plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.py: Clean
+ up some comments and debug statements in fedorakmod.py. Also,
+ updated the TODO list in the README.
- * plugins/tsflags/tsflags.py: - fix deprecation warning on plugin
- type
+2007-01-24 Panu Matilainen <pmatilai at laiskiainen.org>
-2007-01-23 23:17 slack
+ * plugins/tsflags/tsflags.py: - fix deprecation warning on plugin type
- * plugins/fedorakmod/: fedorakmod.conf, fedorakmod.py:
- fedorakmod.conf: Turn off installallkmods by default.
+2007-01-23 Jack Neely <slack at quackmaster.net>
- fedorakmod.py: Work around Yum not populating the provides prco
- information if that is the case. With installallkmods on you can
- type "yum install kmod-sysprof" and have that module installed
- for all installed kernels and kernel types.
+ * plugins/fedorakmod/fedorakmod.conf,
+ plugins/fedorakmod/fedorakmod.py: fedorakmod.conf: Turn off
+ installallkmods by default. fedorakmod.py: Work around Yum not
+ populating the provides prco information if that is the case. With
+ installallkmods on you can type "yum install kmod-sysprof" and have
+ that module installed for all installed kernels and kernel types.
-2007-01-11 19:20 pmatilai
+2007-01-11 Panu Matilainen <pmatilai at laiskiainen.org>
- * yum-builddep.py: - resurrect builddep by package name (rh
- #220842) - enable core type plugins (eg to allow for
- fastestmirror)
+ * yum-builddep.py: - resurrect builddep by package name (rh #220842) - enable core type
+ plugins (eg to allow for fastestmirror)
-2007-01-11 17:13 pmatilai
+2007-01-11 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - fix a stupid typo breaking prco operations
-2007-01-03 14:18 timlau
+2007-01-03 Tim Lauridisen <tla at rasmil.dk>
* Makefile: minor change in the Makefile, added Makefile depencies
- to the upload section.
+ to the upload section.
-2006-12-31 20:40 timlau
+2006-12-31 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2006-12-31 20:40 timlau
+2006-12-31 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: bumped yum-utils version to 1.0.2
-2006-12-31 09:15 timlau
+2006-12-31 Tim Lauridisen <tla at rasmil.dk>
* plugins/skip-broken/skip-broken.py: Changed the CLI option to
- active the skip-broken from '--ignore-broken' to '--skip-broken',
- because it make more sense.
+ active the skip-broken from '--ignore-broken' to '--skip-broken',
+ because it make more sense.
-2006-12-20 08:16 pmatilai
+2006-12-20 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - fix deprecation warning
-2006-12-02 04:16 skvidal
+2006-12-02 Seth Vidal <skvidal at linux.duke.edu>
- * docs/yumdownloader.1:
- close rh bug # 218100 - typo in yumdownloader man page.
+ * docs/yumdownloader.1: close rh bug # 218100 - typo in
+ yumdownloader man page.
-2006-11-13 14:50 timlau
+2006-11-13 Tim Lauridisen <tla at rasmil.dk>
* plugins/versionlock/versionlock.py: fixed AttributeError:
- YumAvailablePackageSqlite instance has no attribute 'returnNevra
- in versionlock plugin yum bugzilla #667
+ YumAvailablePackageSqlite instance has no attribute 'returnNevra in
+ versionlock plugin yum bugzilla #667
-2006-11-13 14:13 timlau
+2006-11-13 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: Added patch from bugzilla #578
-2006-11-09 08:34 pmatilai
+2006-11-09 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - fix --cache and --show-dupes options
-2006-11-07 06:20 skvidal
+2006-11-07 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- add in a 'clean old dupes' option to get rid of
- version-wise-older dupes in the rpmdb
+ * package-cleanup.py: add in a 'clean old dupes' option to get rid
+ of version-wise-older dupes in the rpmdb
-2006-11-03 13:37 timlau
+2006-11-03 Tim Lauridisen <tla at rasmil.dk>
- * yumdownloader.py: Fix problem with yumdownloader prints
- everything twice because doConfigSetup was called twice.
+ * yumdownloader.py: Fix problem with yumdownloader prints everything
+ twice because doConfigSetup was called twice.
-2006-10-31 14:15 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* Makefile: add ${RELEASE} tag to filename when uploading srpm
-2006-10-31 14:11 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* Makefile: Added srpm building and upload to Makefile
-2006-10-31 14:01 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: forgot to update spec file changelog for 1.0.1
-2006-10-31 13:55 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog: updated ChangeLog
-2006-10-31 13:55 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* ChangeLog, yum-utils.spec: bumped yum-utils version to 1.0.1
-2006-10-31 13:49 timlau
+2006-10-31 Tim Lauridisen <tla at rasmil.dk>
* Makefile: added tags to make releases more easy
-2006-10-27 09:17 timlau
+2006-10-27 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: Added priorities plugin to spec file
-2006-10-27 09:13 timlau
+2006-10-27 Tim Lauridisen <tla at rasmil.dk>
- * plugins/priorities/: ChangeLog, README, priorities.conf,
- priorities.py: Added priorities plugin.
+ * plugins/priorities/ChangeLog, plugins/priorities/README,
+ plugins/priorities/priorities.conf,
+ plugins/priorities/priorities.py: Added priorities plugin.
-2006-10-25 05:29 skvidal
+2006-10-25 Seth Vidal <skvidal at linux.duke.edu>
* yumdownloader.py: merge Earl Sammons' patch to add a -c option to
- yumdownloader
+ yumdownloader
-2006-10-25 05:27 skvidal
+2006-10-25 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py, repotrack.py, yumdownloader.py:
- check in patch from Mark McLoughlin to fix handling of local
- repos in reposync, repotrack and yumdownloader.
+ * reposync.py, repotrack.py, yumdownloader.py: check in patch from
+ Mark McLoughlin to fix handling of local repos in reposync,
+ repotrack and yumdownloader.
-2006-10-23 19:37 lmacken
+2006-10-23 Luke Macken <lmacken at redhat.com>
* plugins/fastestmirror/ChangeLog: 0.2.6
-2006-10-23 02:11 lmacken
+2006-10-23 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/fastestmirror.py:
- 0.2.6 - Make the instructions less misleading - Support
- TYPE_INTERFACE for API_VERSION <= 2.3 - Remove cached mirror list
- in the clean_hook
+ * plugins/fastestmirror/fastestmirror.py: 0.2.6 - Make the
+ instructions less misleading - Support TYPE_INTERFACE for
+ API_VERSION <= 2.3 - Remove cached mirror list in the clean_hook
-2006-10-09 08:39 timlau
+2006-10-09 Tim Lauridisen <tla at rasmil.dk>
* package-cleanup.py: fixed some deprecation warnings using the
- '--oldkernels' option. Use searchNevra() insted of
- returnTuplebyKeyword()
+ '--oldkernels' option. Use searchNevra() insted of
+ returnTuplebyKeyword()
-2006-10-05 13:33 timlau
+2006-10-05 Tim Lauridisen <tla at rasmil.dk>
- * plugins/: allowdowngrade/allowdowngrade.py,
- downloadonly/downloadonly.py: TYPE_INTERFACE -> TYPE_INTERACTIVE
+ * plugins/allowdowngrade/allowdowngrade.py,
+ plugins/downloadonly/downloadonly.py: TYPE_INTERFACE ->
+ TYPE_INTERACTIVE
-2006-10-05 11:46 skvidal
+2006-10-05 Seth Vidal <skvidal at linux.duke.edu>
* yum-utils.spec: fix requires
-2006-10-05 03:18 skvidal
+2006-10-05 Seth Vidal <skvidal at linux.duke.edu>
- * ChangeLog:
- Add a changelog, finally.
+ * ChangeLog: Add a changelog, finally.
-2006-10-05 03:18 skvidal
+2006-10-05 Seth Vidal <skvidal at linux.duke.edu>
- * yum-utils.spec:
- - mark as 1.0 - update reqs to require yum 3.0 - since most of
- them do anyway
+ * yum-utils.spec: - mark as 1.0 - update reqs to require yum 3.0 - since most of them
+ do anyway
-2006-10-02 03:52 skvidal
+2006-10-02 Seth Vidal <skvidal at linux.duke.edu>
* repoclosure.py: merge Ville's patch to handle alternative arches
- better and deal with build dep closure, too.
+ better and deal with build dep closure, too.
-2006-09-30 05:29 timlau
+2006-09-30 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: my.log -> logger.info
-2006-09-29 12:50 timlau
+2006-09-29 Tim Lauridisen <tla at rasmil.dk>
* plugins/changelog/changelog.py: changed plugin type from
- TYPE_INTERFACE to TYPE_INTERACTIVE too avoid deprecation
- warnings.
+ TYPE_INTERFACE to TYPE_INTERACTIVE too avoid deprecation warnings.
-2006-09-29 11:51 timlau
+2006-09-29 Tim Lauridisen <tla at rasmil.dk>
* plugins/changelog/changelog.py: fixed plugin to work with current
- API without deprecation warnings
+ API without deprecation warnings
-2006-09-27 13:36 timlau
+2006-09-27 Tim Lauridisen <tla at rasmil.dk>
* yum-utils.spec: Added skip-broken plugin to yum-utils specfile.
-2006-09-25 13:42 timlau
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
* reposync.py: removed debug line, Thanks Menno :-)
-2006-09-25 13:36 timlau
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
* reposync.py: fixed reposync to work with the latest yum API
- (2.9.x)
+ (2.9.x)
+
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
-2006-09-25 13:04 timlau
+ * : changed skip-broken.conf CVS property to ASCII
- * plugins/skip-broken/: skip-broken.conf: changed skip-broken.conf
- CVS property to ASCII
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
-2006-09-25 13:03 timlau
+ * : changed skip-broken.conf CVS property to ASCII
- * plugins/skip-broken/: skip-broken.conf, skip-broken.py: Initial
- import of the skip-broken plugin A plugin there adds an option to
- yum to skip packages with dependency problems.
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
-2006-09-25 06:57 timlau
+ * plugins/skip-broken/skip-broken.conf,
+ plugins/skip-broken/skip-broken.py: Initial import of the
+ skip-broken plugin A plugin there adds an option to yum to skip
+ packages with dependency problems.
+
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
* repo-rss.py: Chnages to make it work with the new Yum API (2.9.x)
-2006-09-25 06:56 timlau
+
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
* repo-graph.py: Changes to make it work with the new yum API
- (2.9.x)
+ (2.9.x)
-2006-09-25 06:52 timlau
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
- * repoclosure.py: make it work with new Yum API (2.9.x) and
- replaced print statements with python logging.
+ * repoclosure.py: make it work with new Yum API (2.9.x) and replaced
+ print statements with python logging.
-2006-09-25 06:44 timlau
+2006-09-25 Tim Lauridisen <tla at rasmil.dk>
* yumdownloader.py: a my.errorlog -> logger.error fix by Andreas
- Hanke
+ Hanke
-2006-09-19 15:13 slack
+2006-09-19 Jack Neely <slack at quackmaster.net>
- * plugins/fedorakmod/: README, fedorakmod.py: Current fedorakmod
- pluging work. Most of the agreed upon functionality is there and
- the plugin should be easily extendable. There seems to be a Yum
- bug that's preventing installing a given kmod for all installed
- kernels to work properly. Attempting to track that down.
+ * plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.py:
+ Current fedorakmod pluging work. Most of the agreed upon
+ functionality is there and the plugin should be easily extendable.
+ There seems to be a Yum bug that's preventing installing a given
+ kmod for all installed kernels to work properly. Attempting to
+ track that down.
-2006-09-18 16:06 katzj
+2006-09-18 Jeremy Katz <katzj at redhat.com>
* repotrack.py: api fixes from tim
-2006-09-18 15:43 katzj
+2006-09-18 Jeremy Katz <katzj at redhat.com>
* package-cleanup.py: api change fixes from tim
-2006-09-18 15:43 katzj
+2006-09-18 Jeremy Katz <katzj at redhat.com>
* repoquery.py: patch from tim for api changes
-2006-09-18 15:40 katzj
+2006-09-18 Jeremy Katz <katzj at redhat.com>
* yumdownloader.py: api fixes from tim
-2006-09-18 15:31 katzj
+2006-09-18 Jeremy Katz <katzj at redhat.com>
* yum-builddep.py: tim's fix for api changes
-2006-09-06 05:24 pmatilai
+2006-09-06 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/versionlock/versionlock.conf: - disable versionlock
- plugin by default
+ * plugins/versionlock/versionlock.conf: - disable versionlock plugin by default
-2006-09-05 19:05 pmatilai
+2006-09-05 Panu Matilainen <pmatilai at laiskiainen.org>
- * yum-utils.spec: - actually install allowdowngrade plugin to
- buildroot, duh
+ * yum-utils.spec: - actually install allowdowngrade plugin to buildroot, duh
-2006-09-05 18:53 pmatilai
+2006-09-05 Panu Matilainen <pmatilai at laiskiainen.org>
- * yum-utils.spec, plugins/allowdowngrade/allowdowngrade.conf,
- plugins/allowdowngrade/allowdowngrade.py,
- plugins/changelog/changelog.py: - add allowdowngrade plugin - fix
- traceback in changelog plugin if package has no changelog
+ * plugins/allowdowngrade/allowdowngrade.conf,
+ plugins/allowdowngrade/allowdowngrade.py,
+ plugins/changelog/changelog.py, yum-utils.spec: - add allowdowngrade plugin - fix traceback in changelog plugin if
+ package has no changelog
-2006-08-13 21:27 skvidal
+2006-08-13 Seth Vidal <skvidal at linux.duke.edu>
* yum-utils.spec: fix the plugins/doc issue
-2006-07-20 16:39 slack
+2006-07-20 Jack Neely <slack at quackmaster.net>
- * plugins/fedorakmod/: fedorakmod.conf, fedorakmod.py: Make
- pinkernels default to off.
+ * plugins/fedorakmod/fedorakmod.conf,
+ plugins/fedorakmod/fedorakmod.py: Make pinkernels default to off.
-2006-07-07 17:53 katzj
+2006-07-07 Jeremy Katz <katzj at redhat.com>
* repoquery.py: fix for config api changes
-2006-07-05 17:54 slack
+2006-07-05 Jack Neely <slack at quackmaster.net>
- * plugins/fedorakmod/: README, fedorakmod.conf, fedorakmod.py:
- Refactor so that additional functionality can easily be added in.
- Implement pinning of kernels based on availability of kernel
- modules.
+ * plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.conf,
+ plugins/fedorakmod/fedorakmod.py: Refactor so that additional
+ functionality can easily be added in. Implement pinning of kernels
+ based on availability of kernel modules.
-2006-07-03 21:28 slack
+2006-07-03 Jack Neely <slack at quackmaster.net>
* plugins/fedorakmod/fedorakmod.py: Update to the latest Fedora
- Extras Kernel Module specs and the latest Yum API.
+ Extras Kernel Module specs and the latest Yum API.
-2006-06-29 15:15 pmatilai
+2006-06-29 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - dont try to lookup source rpms of source rpms...
-2006-06-29 14:57 pmatilai
+2006-06-29 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoclosure.py, reposync.py, repotrack.py, yum-builddep.py: -
- convert repoclosure, reposync, repotrack and yum-builddep to new
- API
+ * repoclosure.py, reposync.py, repotrack.py, yum-builddep.py: - convert repoclosure, reposync, repotrack and yum-builddep to new
+ API
-2006-06-29 11:24 pmatilai
+2006-06-29 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: - new --srpm option for automatically locating the
- source rpm of a given package and operating on it
+ * repoquery.py: - new --srpm option for automatically locating the source rpm of a
+ given package and operating on it
-2006-06-29 09:54 pmatilai
+2006-06-29 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: - add files() method to querypkg, use it for
- fmt_list() - with --alldeps, look through files as well for
- depending packages
+ * repoquery.py: - add files() method to querypkg, use it for fmt_list() - with
+ --alldeps, look through files as well for depending packages
-2006-06-16 14:45 mjs
+2006-06-16 Menno Smits <menno at freshfoo.com>
- * plugins/changelog/changelog.py: - removed registerOpt() usage.
- This is only required when adding options to Yum's own
- configuration files. It is not required for the plugin's own
- configuration files. - removed unused imports
+ * plugins/changelog/changelog.py: - removed registerOpt() usage. This is only required when adding
+ options to Yum's own configuration files. It is not required for
+ the plugin's own configuration files. - removed unused imports
-2006-06-16 14:41 mjs
+2006-06-16 Menno Smits <menno at freshfoo.com>
- * plugins/versionlock/versionlock.py: - changed to UNIX line
- endings (has DOS line endings) - removed config_hook() and use of
- registerOpt(). registerOpt() is only for adding options to
- Yum's main configuration files. It is not required for the
- plugin's own configuration file.
+ * plugins/versionlock/versionlock.py: - changed to UNIX line endings (has DOS line endings) - removed
+ config_hook() and use of registerOpt(). registerOpt() is only for
+ adding options to Yum's main configuration files. It is not required
+ for the plugin's own configuration file.
-2006-06-16 14:33 mjs
+2006-06-16 Menno Smits <menno at freshfoo.com>
* plugins/protectbase/protectbase.py: Added GPL header, author
- contact note and docstrings.
+ contact note and docstrings.
-2006-06-16 14:21 mjs
+2006-06-16 Menno Smits <menno at freshfoo.com>
* plugins/protectbase/protectbase.py: Updated to use new style
- option definitions.
+ option definitions.
-2006-06-15 02:24 lmacken
+2006-06-15 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/: ChangeLog, fastestmirror.py: * Jun 14
- 2006 Luke Macken <lmacken at redhat.com> - 0.2.5 - Use new yum 2.9.0
- api
+ * plugins/fastestmirror/ChangeLog,
+ plugins/fastestmirror/fastestmirror.py: * Jun 14 2006 Luke Macken <lmacken at redhat.com> - 0.2.5 - Use new yum
+ 2.9.0 api
-2006-06-13 15:23 pnasrat
+2006-06-13 Paul Nasrat <pnasrat at redhat.com>
* repoquery.py: new yum api
-2006-05-24 15:40 skvidal
+2006-05-24 Seth Vidal <skvidal at linux.duke.edu>
- * repomanage.py:
- - merge Nurdin Premji's patch to optparse-ize repomange. - fix
- minor bug in patch keeping -k from working
+ * repomanage.py: - merge Nurdin Premji's patch to optparse-ize repomange. - fix minor
+ bug in patch keeping -k from working
-2006-05-18 16:06 skvidal
+2006-05-18 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- make -a do something quasi-correct
+ * reposync.py: make -a do something quasi-correct
-2006-05-14 14:08 gijs
+2006-05-14 gijs <gijs>
* yumdownloader.py: Fix bug #469: Make yumdownloader download the
- correct source rpm if the provided package is a subpackage of
- another package. For example yumdownloader --source mod_ssl now
- downloads the httpd src rpm.
+ correct source rpm if the provided package is a subpackage of
+ another package. For example yumdownloader --source mod_ssl now
+ downloads the httpd src rpm.
-2006-05-08 02:50 skvidal
+2006-05-08 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- make reposync -a work
+ * reposync.py: make reposync -a work
-2006-05-07 01:53 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
* README: update readme for reposync and repotrack
-2006-05-07 01:47 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
* yum-utils.spec: fix changelog order
-2006-05-07 01:44 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- clean up the --help output of reposync
+ * reposync.py: clean up the --help output of reposync
-2006-05-07 01:36 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
- * yumdownloader.py:
- fix multiple packages specified on cli
+ * yumdownloader.py: fix multiple packages specified on cli
-2006-05-07 01:20 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
- * yum-builddep.py:
- get rid of setConfig and getConfig to kill deprecation warnings
+ * yum-builddep.py: get rid of setConfig and getConfig to kill
+ deprecation warnings
-2006-05-07 00:50 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
- * yum-utils.spec:
- add downloadonly subpkg
+ * yum-utils.spec: add downloadonly subpkg
-2006-05-07 00:45 skvidal
+2006-05-07 Seth Vidal <skvidal at linux.duke.edu>
- * plugins/downloadonly/: downloadonly.conf, downloadonly.py:
- added downloadonly plugin to yum-utils
+ * plugins/downloadonly/downloadonly.conf,
+ plugins/downloadonly/downloadonly.py: added downloadonly plugin to
+ yum-utils
-2006-04-30 03:34 skvidal
+2006-04-30 Seth Vidal <skvidal at linux.duke.edu>
- * yum-utils.spec:
- add in patch to split out each of the plugins into a separate pkg
+ * yum-utils.spec: add in patch to split out each of the plugins into
+ a separate pkg
-2006-04-30 02:51 skvidal
+2006-04-30 Seth Vidal <skvidal at linux.duke.edu>
- * Makefile, yum-utils.spec:
- update Makefile and spec for reposync
+ * Makefile, yum-utils.spec: update Makefile and spec for reposync
-2006-04-30 02:49 skvidal
+2006-04-30 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- - make it create the subdirs properly - fix it to download all
- versions by default
+ * reposync.py: - make it create the subdirs properly - fix it to download all
+ versions by default
-2006-04-11 09:06 skvidal
+2006-04-11 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- - make reposync create subdirs per repo in destination dir -
- remove confusing --newest 'toggle' for a simpler --all-versions
- option that produces the same result
+ * reposync.py: - make reposync create subdirs per repo in destination dir - remove
+ confusing --newest 'toggle' for a simpler --all-versions option
+ that produces the same result
-2006-04-11 06:25 skvidal
+2006-04-11 Seth Vidal <skvidal at linux.duke.edu>
* yumdownloader.py: add --enablerepo to yumdownloader - similar to
- patch from Miroslav Prymek - thanks!
+ patch from Miroslav Prymek - thanks!
-2006-04-03 15:45 pmatilai
+2006-04-03 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - resurrect group operations with yum 2.6.x API
-2006-03-27 16:15 pmatilai
+2006-03-27 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: - workaround for yum returning extra leading dashes
- for some directories (which posix allows but it doesn't look
- good for repoquerys purposes)
+ * repoquery.py: - workaround for yum returning extra leading dashes for some
+ directories (which posix allows but it doesn't look good for
+ repoquerys purposes)
-2006-03-16 19:27 pmatilai
+2006-03-16 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - convert tags to lower case (yum bugzilla #548)
-2006-03-16 15:46 pnasrat
+2006-03-16 Paul Nasrat <pnasrat at redhat.com>
* yum-builddep.py: Add option parsing
-2006-03-07 07:14 skvidal
+2006-03-07 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- reposync todo modification
+ * reposync.py: reposync todo modification
-2006-02-28 19:18 skvidal
+2006-02-28 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- update TODO list
+ * reposync.py: update TODO list
-2006-02-28 17:41 skvidal
+2006-02-28 Seth Vidal <skvidal at linux.duke.edu>
- * reposync.py:
- first checkin of reposync. It does, essentially, what repotrack
- does but it just iterates the package lists for a given
- repository (set of repositories) and downloads all the ones you
- don't already have downloaded into a path.
+ * reposync.py: first checkin of reposync. It does, essentially, what
+ repotrack does but it just iterates the package lists for a given
+ repository (set of repositories) and downloads all the ones you
+ don't already have downloaded into a path.
-2006-02-24 21:34 skvidal
+2006-02-24 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- add dupe-checking and output --dupes option
+ * package-cleanup.py: add dupe-checking and output --dupes option
-2006-02-23 15:50 skvidal
+2006-02-23 Seth Vidal <skvidal at linux.duke.edu>
- * yum-utils.spec:
- changed yum versioned deps
+ * yum-utils.spec: changed yum versioned deps
-2006-02-16 23:24 pmatilai
+2006-02-16 Panu Matilainen <pmatilai at laiskiainen.org>
- * yumdownloader.py: - apply patch by Ville Skytta to make
- yumdownloader compatible with yum-2.5.x
- (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175335)
+ * yumdownloader.py: - apply patch by Ville Skytta to make yumdownloader compatible with
+ yum-2.5.x
+ (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175335)
-2006-02-13 20:21 slack
+2006-02-13 Jack Neely <slack at quackmaster.net>
- * plugins/fedorakmod/: README, fedorakmod.conf, fedorakmod.py: A
- begining of support for the Fedora Extras kernel module proposal.
+ * plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.conf,
+ plugins/fedorakmod/fedorakmod.py: A begining of support for the
+ Fedora Extras kernel module proposal.
-2006-02-10 06:13 skvidal
+2006-02-10 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- simplify RepoTrack.findDeps
+ * repotrack.py: simplify RepoTrack.findDeps
-2006-02-10 05:48 skvidal
+2006-02-10 Seth Vidal <skvidal at linux.duke.edu>
- * Makefile, yum-utils.spec:
- added in repotrack, bumped version not finished checking yet,
- though
+ * Makefile, yum-utils.spec: added in repotrack, bumped version not
+ finished checking yet, though
-2006-02-07 03:14 lmacken
+2006-02-07 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/: ChangeLog, fastestmirror.py: * Feb 06
- 2006 Luke Macken <lmacken at redhat.com> - 0.2.4 - Only write the
- timedhost file if we've re-pinged the mirrors
+ * plugins/fastestmirror/ChangeLog,
+ plugins/fastestmirror/fastestmirror.py: * Feb 06 2006 Luke Macken <lmacken at redhat.com> - 0.2.4 - Only write
+ the timedhost file if we've re-pinged the mirrors
-2006-02-03 18:08 pnasrat
+2006-02-03 Paul Nasrat <pnasrat at redhat.com>
* yum-builddep.py: List not individual package
-2006-02-02 21:25 lmacken
+2006-02-02 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/: ChangeLog, fastestmirror.conf,
- fastestmirror.py: * Feb 02 2006 Luke Macken <lmacken at redhat.com>
- - 0.2.3 - Added 'maxhostfileage' option to specify how many days
- to keep the hostfile
+ * plugins/fastestmirror/ChangeLog,
+ plugins/fastestmirror/fastestmirror.conf,
+ plugins/fastestmirror/fastestmirror.py: * Feb 02 2006 Luke Macken <lmacken at redhat.com> - 0.2.3 - Added
+ 'maxhostfileage' option to specify how many days to keep the
+ hostfile
-2006-01-22 21:05 skvidal
+2006-01-22 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- make urls only print if the file needs to be download and -u is
- in cli flags.
+ * repotrack.py: make urls only print if the file needs to be
+ download and -u is in cli flags.
-2006-01-16 19:23 pmatilai
+2006-01-16 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py, docs/repoquery.1: - add --archlist option for
- limiting which package architectures to consider in queries.
+ * docs/repoquery.1, repoquery.py: - add --archlist option for limiting which package architectures to
+ consider in queries.
-2006-01-12 16:20 pmatilai
+2006-01-12 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoclosure.py: - remove unnecessary double definition of
- evrTupletoVer (patch from Brian Long)
+ * repoclosure.py: - remove unnecessary double definition of evrTupletoVer (patch from
+ Brian Long)
-2006-01-12 16:16 pmatilai
+2006-01-12 Panu Matilainen <pmatilai at laiskiainen.org>
- * docs/: Makefile, repo-rss.1, yum-builddep.1, yumdownloader.1: -
- Add man pages for yumdownloader, yum-builddep and repo-rss from
- Brian Long
+ * docs/Makefile, docs/repo-rss.1, docs/yum-builddep.1,
+ docs/yumdownloader.1: - Add man pages for yumdownloader, yum-builddep and repo-rss from
+ Brian Long
-2006-01-10 20:22 pmatilai
+2006-01-10 Panu Matilainen <pmatilai at laiskiainen.org>
- * docs/: Makefile, package-cleanup.1: - Add package-cleanup manpage
- from Brian Long
+ * docs/Makefile, docs/package-cleanup.1: - Add package-cleanup manpage from Brian Long
-2006-01-10 17:12 pmatilai
+2006-01-10 Panu Matilainen <pmatilai at laiskiainen.org>
* Makefile, repo-graph.py, yum-utils.spec: Apply patch from Brian
- Long (with slight modifications): - add fastestmirror subpackage
- - mark config files config(noreplace) - bump version to 0.4 -
- make lines in repo-graph a bit darker
+ Long (with slight modifications): - add fastestmirror subpackage -
+ mark config files config(noreplace) - bump version to 0.4 - make
+ lines in repo-graph a bit darker
-2006-01-10 16:02 pmatilai
+2006-01-10 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/kernel-module/kernel-module.py: - only look at kernel
- modules of same arch as the new kernel to be installed (patch
- by Tim Lauridsen)
+ * plugins/kernel-module/kernel-module.py: - only look at kernel modules of same arch as the new kernel to be
+ installed (patch by Tim Lauridsen)
-2006-01-10 08:56 lmacken
+2006-01-10 Luke Macken <lmacken at redhat.com>
- * plugins/fastestmirror/: fastestmirror-asyncore.py,
- fastestmirror.conf, fastestmirror.py: - Latest fastestmirror
- (0.2.2) - Updated configuration file to reflect new hostfilepath
- option - Removed fastestmirror-asyncore (deprecated and awful)
+ * plugins/fastestmirror/fastestmirror-asyncore.py,
+ plugins/fastestmirror/fastestmirror.conf,
+ plugins/fastestmirror/fastestmirror.py: - Latest fastestmirror (0.2.2) - Updated configuration file to
+ reflect new hostfilepath option - Removed fastestmirror-asyncore
+ (deprecated and awful)
-2006-01-09 07:07 skvidal
+2006-01-09 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- - make it work with yum 2.4.X, too - fix a bug where -u was
- erroring out if the destdir didn't exist
+ * repotrack.py: - make it work with yum 2.4.X, too - fix a bug where -u was erroring
+ out if the destdir didn't exist
-2006-01-09 06:56 skvidal
+2006-01-09 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- update a few comments
+ * repotrack.py: update a few comments
-2006-01-09 06:54 skvidal
+2006-01-09 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- clean up some output, check more error cases, make newest-only
- download the default
+ * repotrack.py: clean up some output, check more error cases, make
+ newest-only download the default
-2006-01-09 06:25 skvidal
+2006-01-09 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- make it, you know, actually download things
+ * repotrack.py: make it, you know, actually download things
-2006-01-06 15:06 pmatilai
+2006-01-06 Panu Matilainen <pmatilai at laiskiainen.org>
- * repo-graph.py: - add initial rough-cut version for creating
- graphviz dot files from repodata similarly to rpmgraph
+ * repo-graph.py: - add initial rough-cut version for creating graphviz dot files from
+ repodata similarly to rpmgraph
-2006-01-05 08:21 skvidal
+2006-01-05 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- rough cut of repotrack
+ * repotrack.py: rough cut of repotrack
-2006-01-04 15:51 pmatilai
+2006-01-04 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/kernel-module/kernel-module.py: - mark kernel-module
- plugin as type core (patch from Tim Lauridsen)
+ * plugins/kernel-module/kernel-module.py: - mark kernel-module plugin as type core (patch from Tim Lauridsen)
-2006-01-02 19:23 pmatilai
- * repoquery.py, docs/repoquery.1: - --all is really just a
- shorthand for '*'
+2006-01-02 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-12-20 17:25 pmatilai
+ * docs/repoquery.1, repoquery.py: - --all is really just a shorthand for '*'
- * repoquery.py, docs/repoquery.1: - add --whatobsoletes and
- --whatconflicts operations to repoquery
+2005-12-20 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-12-19 19:03 pmatilai
+ * docs/repoquery.1, repoquery.py: - add --whatobsoletes and --whatconflicts operations to repoquery
- * plugins/versionlock/versionlock.py: - allow the lockfile location
- to be specified as an url - lockfile format is envra
+2005-12-19 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-12-15 07:14 pmatilai
+ * plugins/versionlock/versionlock.py: - allow the lockfile location to be specified as an url - lockfile
+ format is envra
- * repoquery.py: - remove useless self.conf assignment, making
- repoquery work with both yum 2.4 and 2.5 (from Ville Skytta)
+2005-12-15 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-12-02 19:05 skvidal
+ * repoquery.py: - remove useless self.conf assignment, making repoquery work with
+ both yum 2.4 and 2.5 (from Ville Skytta)
- * repoclosure.py:
- make -n, --newest check newest to newest so we don't end up
- getting a provide from something that is older.
+2005-12-02 Seth Vidal <skvidal at linux.duke.edu>
-2005-11-28 16:45 pmatilai
+ * repoclosure.py: make -n, --newest check newest to newest so we
+ don't end up getting a provide from something that is older.
- * yumdownloader.py: - add support for private cache to
- yumdownloader
+2005-11-28 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-11-26 15:30 skvidal
+ * yumdownloader.py: - add support for private cache to yumdownloader
- * repomanage.py:
- typo on the placement of -c option
+2005-11-26 Seth Vidal <skvidal at linux.duke.edu>
-2005-11-26 15:27 skvidal
+ * repomanage.py: typo on the placement of -c option
- * repomanage.py:
- check in most of patch from Ville Skytta from buy #524, disables
- payload checking
+2005-11-26 Seth Vidal <skvidal at linux.duke.edu>
-2005-11-25 17:33 pmatilai
+ * repomanage.py: check in most of patch from Ville Skytta from buy
+ #524, disables payload checking
- * repoquery.py: - fix
- http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=517 - fix
- http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=523 (patch
- from Ville Skyttä)
+2005-11-25 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-11-13 09:28 pmatilai
+ * repoquery.py: - fix http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=517 - fix
+ http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=523 (patch from
+ Ville Skyttä)
+
+2005-11-13 Panu Matilainen <pmatilai at laiskiainen.org>
* docs/repoquery.1: - Document -c option in repoquery manpage
-2005-11-12 20:09 katzj
+2005-11-12 Jeremy Katz <katzj at redhat.com>
* repoquery.py: allow specifying an alternate config file
-2005-11-09 15:40 pmatilai
+2005-11-09 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - fix --resolve option
-2005-11-07 18:15 skvidal
-
- * repoclosure.py:
- make repoclosure optionally operate on only the newest packages
- in the repo
-
-2005-11-04 01:01 skvidal
-
- * package-cleanup.py:
- merge David Lutterkort's patch to add a -c conffile option to
- package-cleanup
-
-2005-11-02 19:19 pmatilai
+2005-11-07 Seth Vidal <skvidal at linux.duke.edu>
- * plugins/kernel-module/: kernel-module.conf, kernel-module.py: Add
- kernel-module plugin for livna.org style kernel-module-foo-<uname
- -r> style kernel module packaging.
+ * repoclosure.py: make repoclosure optionally operate on only the
+ newest packages in the repo
-2005-10-19 05:46 skvidal
+2005-11-04 Seth Vidal <skvidal at linux.duke.edu>
- * repomanage.py:
- fix repomanage so it won't output multiples of the same entry
+ * package-cleanup.py: merge David Lutterkort's patch to add a -c
+ conffile option to package-cleanup
-2005-10-17 20:25 pmatilai
+2005-11-02 Panu Matilainen <pmatilai at laiskiainen.org>
- * Makefile, yum-utils.spec, docs/Makefile, docs/repoquery.1: - Add
- initial manpage for repoquery - Install docs in make install
+ * plugins/kernel-module/kernel-module.conf,
+ plugins/kernel-module/kernel-module.py: Add kernel-module plugin for
+ livna.org style kernel-module-foo-<uname -r> style kernel module
+ packaging.
-2005-10-13 14:53 skvidal
+2005-10-19 Seth Vidal <skvidal at linux.duke.edu>
- * repomanage.py:
- add option to repomanage to keep latest N packages.
+ * repomanage.py: fix repomanage so it won't output multiples of the
+ same entry
- so now if you do: repomanage -k 2 -o /some/dir
+2005-10-17 Panu Matilainen <pmatilai at laiskiainen.org>
- it will list all but the newest 2 packages (by name, arch)
+ * Makefile, docs/Makefile, docs/repoquery.1, yum-utils.spec: - Add initial manpage for repoquery - Install docs in make install
- or if you do: repomanage -k 2 -n /some/dir
+2005-10-13 Seth Vidal <skvidal at linux.duke.edu>
- it will list only the newest 2 packages (by name, arch)
+ * repomanage.py: add option to repomanage to keep latest N packages.
+ so now if you do: repomanage -k 2 -o /some/dir it will list all but
+ the newest 2 packages (by name, arch) or if you do: repomanage -k 2
+ -n /some/dir it will list only the newest 2 packages (by name,
+ arch) handy for keeping the newest N packages around in a repo
- handy for keeping the newest N packages around in a repo
-
-2005-09-06 19:19 pmatilai
+2005-09-06 Panu Matilainen <pmatilai at laiskiainen.org>
* plugins/changelog/changelog.py: Avoid causing tracebacks with
- yumex and pup which don't use ConfigParser
+ yumex and pup which don't use ConfigParser
-2005-08-29 18:57 pmatilai
+2005-08-29 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: - _prco wasn't really private to pkgQuery so rename
- it - Have separate query classes for installed and available
- packages, necessary because YumInstalledPackage class doesn't
- have nearly all the methods Available class does. Now
- --pkgnarrow can actually function for real. - Clean up some old
- stuff, use existing yum methods for formatting where suitable
- etc.
+ * repoquery.py: - _prco wasn't really private to pkgQuery so rename it - Have
+ separate query classes for installed and available packages,
+ necessary because YumInstalledPackage class doesn't have nearly
+ all the methods Available class does. Now --pkgnarrow can actually
+ function for real. - Clean up some old stuff, use existing yum
+ methods for formatting where suitable etc.
-2005-08-25 19:30 pmatilai
+2005-08-25 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: - and same to HEAD
-2005-08-23 16:14 pmatilai
+2005-08-23 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/fastestmirror/: fastestmirror-asyncore.py,
- fastestmirror.conf, fastestmirror.py: Add Luke Macken's
- fastestmirror plugins (two different implementations)
+ * plugins/fastestmirror/fastestmirror-asyncore.py,
+ plugins/fastestmirror/fastestmirror.conf,
+ plugins/fastestmirror/fastestmirror.py: Add Luke Macken's
+ fastestmirror plugins (two different implementations)
-2005-08-23 16:10 pmatilai
+2005-08-23 Panu Matilainen <pmatilai at laiskiainen.org>
* plugins/changelog/changelog.py: Only load otherdata when
- --changelog is actually used
+ --changelog is actually used
-2005-08-09 16:50 pmatilai
+2005-08-09 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: - Implement --pkgnarrow=available|recent.. option -
- Add --show-dupes option
+ * repoquery.py: - Implement --pkgnarrow=available|recent.. option - Add --show-dupes
+ option
-2005-07-25 16:32 pmatilai
+2005-07-25 Panu Matilainen <pmatilai at laiskiainen.org>
- * yum-utils.spec: - Package changelog plugin, add others as %doc.
- - Bump version to 0.3.
+ * yum-utils.spec: - Package changelog plugin, add others as %doc. - Bump version to
+ 0.3.
-2005-07-25 16:31 pmatilai
+2005-07-25 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/: changelog/changelog.py, tsflags/tsflags.py,
- versionlock/versionlock.py: Add plugin type definitions to
- changelog, tsflags and versionlock plugins.
+ * plugins/changelog/changelog.py, plugins/tsflags/tsflags.py,
+ plugins/versionlock/versionlock.py: Add plugin type definitions to
+ changelog, tsflags and versionlock plugins.
-2005-07-20 11:06 pmatilai
+2005-07-20 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Don't traceback on unknown conversions.
-2005-07-20 11:00 pmatilai
+2005-07-20 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: Add support for rpmquery style string formatting,
- eg "%-25{name} %{repoid}", date conversions (%{buildtime:date}
- and :day) and fix changelog time formatting.
+ * repoquery.py: Add support for rpmquery style string formatting, eg
+ "%-25{name} %{repoid}", date conversions (%{buildtime:date} and
+ :day) and fix changelog time formatting.
-2005-07-20 07:21 pmatilai
+2005-07-20 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Unbreak --qf "%{license}"
-2005-07-20 06:22 pmatilai
+2005-07-20 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: Add --querytags option. Support \t in
- --queryformat (Paul Nasrat)
+ * repoquery.py: Add --querytags option. Support \t in --queryformat
+ (Paul Nasrat)
-2005-07-17 02:26 mjs
+2005-07-17 Menno Smits <menno at freshfoo.com>
- * plugins/protectbase/: protectbase.conf, protectbase.py: initial
- add of protectbase plugin
+ * plugins/protectbase/protectbase.conf,
+ plugins/protectbase/protectbase.py: initial add of protectbase
+ plugin
-2005-07-13 10:32 pmatilai
+2005-07-13 Panu Matilainen <pmatilai at laiskiainen.org>
- * package-cleanup.py: Add --orphans option to list locally
- installed packages, eg those which aren't available in any
- currently configured repositories.
+ * package-cleanup.py: Add --orphans option to list locally installed
+ packages, eg those which aren't available in any currently
+ configured repositories.
-2005-07-13 09:33 pmatilai
+2005-07-13 Panu Matilainen <pmatilai at laiskiainen.org>
* repo-rss.py: Add tempcache support to repo-rss.
-2005-06-29 09:00 pmatilai
+2005-06-29 Panu Matilainen <pmatilai at laiskiainen.org>
- * plugins/changelog/: changelog.conf, changelog.py: Add
- configuration option to changelog plugin to allow viewing the
- changelog deltas before or after the transaction.
+ * plugins/changelog/changelog.conf, plugins/changelog/changelog.py:
+ Add configuration option to changelog plugin to allow viewing the
+ changelog deltas before or after the transaction.
-2005-06-27 13:34 pmatilai
+2005-06-27 Panu Matilainen <pmatilai at laiskiainen.org>
* plugins/changelog/changelog.py: Doh, changelog dates were being
- compared as a string values, not ints so it wasn't working at
- all, except that there was a hardcoded limit of five latest
- entries so it *appeared* to work. Talk about embarrassing... :)
+ compared as a string values, not ints so it wasn't working at all,
+ except that there was a hardcoded limit of five latest entries so it
+ *appeared* to work. Talk about embarrassing... :)
-2005-06-23 06:27 pmatilai
+2005-06-23 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Add private cachedir support to reqoquery (default
- when non-root)
+ when non-root)
-2005-06-23 04:53 skvidal
+2005-06-23 Seth Vidal <skvidal at linux.duke.edu>
- * repoclosure.py:
- check in most of Bill Nottingham's patch to make repoclosure work
- as a class for importing from other programs
+ * repoclosure.py: check in most of Bill Nottingham's patch to make
+ repoclosure work as a class for importing from other programs
-2005-06-23 04:10 skvidal
+2005-06-23 Seth Vidal <skvidal at linux.duke.edu>
- * repoquery.py:
- properly fix up the returnPackagesByDep() method in the repoquery
- derived class
+ * repoquery.py: properly fix up the returnPackagesByDep() method in
+ the repoquery derived class
-2005-06-23 04:06 skvidal
+2005-06-23 Seth Vidal <skvidal at linux.duke.edu>
- * repoquery.py:
- make --whatprovides use returnPackagesByDep() method in yum so it
- will get all possible resolvers for the requested depstring, not
- just the 'best' one
+ * repoquery.py: make --whatprovides use returnPackagesByDep() method
+ in yum so it will get all possible resolvers for the requested
+ depstring, not just the 'best' one
-2005-06-21 19:12 pmatilai
+2005-06-21 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Repoquery: - unbreak group queries - show srpm name
- with --source like described in help text - querying the source
- rpm now happens by specifying .src as package arch - add support
- for "envra" query format
-
-2005-06-21 16:14 pmatilai
+ with --source like described in help text - querying the source rpm
+ now happens by specifying .src as package arch - add support for
+ "envra" query format
- * plugins/: changelog/changelog.py, tsflags/tsflags.py,
- versionlock/versionlock.py: Changelog plugin: - nicer formatting
- - add cli option for enabling it
+2005-06-21 Panu Matilainen <pmatilai at laiskiainen.org>
- Add GPL notices to my plugins
+ * plugins/changelog/changelog.py, plugins/tsflags/tsflags.py,
+ plugins/versionlock/versionlock.py: Changelog plugin: - nicer
+ formatting - add cli option for enabling it Add GPL notices to my
+ plugins
-2005-06-21 15:50 skvidal
+2005-06-21 Seth Vidal <skvidal at linux.duke.edu>
- * repoclosure.py:
- os.lstat() and just in time to mv to yum itself
+ * repoclosure.py: os.lstat() and just in time to mv to yum itself
-2005-06-21 13:39 gijs
+2005-06-21 gijs <gijs>
- * COPYING, yum-utils.spec: - Added GPL COPYING file and add it to
- the spec file
+ * COPYING, yum-utils.spec: - Added GPL COPYING file and add it to the spec file
-2005-06-21 05:09 skvidal
+2005-06-21 Seth Vidal <skvidal at linux.duke.edu>
- * repoclosure.py:
- fix up the getCacheDir() dir test to exclude an extremely narrow
- race condition
+ * repoclosure.py: fix up the getCacheDir() dir test to exclude an
+ extremely narrow race condition
-2005-06-20 00:09 skvidal
+2005-06-20 Seth Vidal <skvidal at linux.duke.edu>
- * repoclosure.py:
- make repoclosure use a user yum cache if not running as root.
+ * repoclosure.py: make repoclosure use a user yum cache if not
+ running as root.
-2005-06-16 21:17 pmatilai
+2005-06-16 Panu Matilainen <pmatilai at laiskiainen.org>
* plugins/tsflags/tsflags.py: Doh, remove extra print :)
-2005-06-16 21:15 pmatilai
+2005-06-16 Panu Matilainen <pmatilai at laiskiainen.org>
+
+ * plugins/tsflags/tsflags.conf, plugins/tsflags/tsflags.py: Add
+ plugin for setting tsflags from the cli
- * plugins/tsflags/: tsflags.conf, tsflags.py: Add plugin for
- setting tsflags from the cli
+2005-06-16 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-06-16 20:33 pmatilai
+ * plugins/changelog/changelog.conf, plugins/changelog/changelog.py:
+ Add plugin for showing changelog deltas between package updates.
- * plugins/changelog/: changelog.conf, changelog.py: Add plugin for
- showing changelog deltas between package updates.
+2005-06-16 Panu Matilainen <pmatilai at laiskiainen.org>
-2005-06-16 16:34 pmatilai
+ * plugins/versionlock/versionlock.conf,
+ plugins/versionlock/versionlock.py: Add versionlock plugin
- * plugins/versionlock/: versionlock.conf, versionlock.py: Add
- versionlock plugin
+2005-06-13 gijs <gijs>
-2005-06-13 17:48 gijs
+ * package-cleanup.py: - Remove old kernel-devel packages together with kernel packages
+ (this can be disabled by using the --keepdevel command line option)
- * package-cleanup.py: - Remove old kernel-devel packages together
- with kernel packages (this can be disabled by using the
- --keepdevel command line option)
-2005-06-13 05:48 skvidal
+2005-06-13 Seth Vidal <skvidal at linux.duke.edu>
- * TODO:
- todo file for yum-utils please add more
+ * TODO: todo file for yum-utils please add more
-2005-06-13 04:53 skvidal
+2005-06-13 Seth Vidal <skvidal at linux.duke.edu>
- * repomanage.py:
- call the 'arch' for src.rpms as 'src' - not the arch it was built
- on. thanks to Pasi Pirhonen for pointing it out.
+ * repomanage.py: call the 'arch' for src.rpms as 'src' - not the
+ arch it was built on. thanks to Pasi Pirhonen for pointing it out.
-2005-06-13 02:05 skvidal
+2005-06-13 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- add in a -y to allow removing kernels 'automatically'
+ * package-cleanup.py: add in a -y to allow removing kernels
+ 'automatically'
-2005-06-13 01:53 skvidal
+2005-06-13 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- various cleanups and edits
+ * package-cleanup.py: various cleanups and edits
-2005-06-13 00:15 skvidal
+2005-06-13 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- add --quiet and optimize getLocalRequires and getKernels
+ * package-cleanup.py: add --quiet and optimize getLocalRequires and
+ getKernels
-2005-06-12 22:36 skvidal
+2005-06-12 Seth Vidal <skvidal at linux.duke.edu>
- * package-cleanup.py:
- migrated the package-cleanup --leaves to use the
- returnLeafNodes() method in rpmUtils. This returns leaf nodes
- much faster.
+ * package-cleanup.py: migrated the package-cleanup --leaves to use
+ the returnLeafNodes() method in rpmUtils. This returns leaf nodes
+ much faster.
-2005-06-11 19:43 skvidal
+2005-06-11 Seth Vidal <skvidal at linux.duke.edu>
- * repotrack.py:
- stub for a new yum-util - repotrack
+ * repotrack.py: stub for a new yum-util - repotrack
-2005-06-09 20:04 pmatilai
+2005-06-09 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py: Repoquery: - don't treat --qf as a separate
- operation, it's just formatting of how packages represent
- themselves. - handle --qf with --whatrequires
+ operation, it's just formatting of how packages represent
+ themselves. - handle --qf with --whatrequires
-2005-06-09 18:14 pmatilai
+2005-06-09 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: Dont traceback on repo errors (eg cache out of
- date)
+ * repoquery.py: Dont traceback on repo errors (eg cache out of date)
-2005-06-09 00:48 pnasrat
+
+2005-06-09 Paul Nasrat <pnasrat at redhat.com>
* yum-builddep.py: Error not traceback on non-root
-2005-06-05 08:03 skvidal
+2005-06-05 Seth Vidal <skvidal at linux.duke.edu>
* yum-utils.spec: fix spec file for fedora extras
-2005-06-04 19:37 skvidal
+2005-06-04 Seth Vidal <skvidal at linux.duke.edu>
- * repoquery.py:
- allow repoquery to handle pkg args like yum
+ * repoquery.py: allow repoquery to handle pkg args like yum
-2005-06-04 17:52 skvidal
+2005-06-04 Seth Vidal <skvidal at linux.duke.edu>
- * yum-utils.spec:
- add some requires
+ * yum-utils.spec: add some requires
-2005-06-03 21:18 skvidal
+2005-06-03 Seth Vidal <skvidal at linux.duke.edu>
- * README:
- readme updates
+ * README: readme updates
-2005-06-03 20:45 skvidal
+2005-06-03 Seth Vidal <skvidal at linux.duke.edu>
- * repoclosure.py:
- make repoclosure use -r args for options, instead of just repoids
- as argv[1], argv[2] etc.
+ * repoclosure.py: make repoclosure use -r args for options, instead
+ of just repoids as argv[1], argv[2] etc.
-2005-06-03 07:11 skvidal
+2005-06-03 Seth Vidal <skvidal at linux.duke.edu>
* repoclosure.py: check in bill nottingham's patch to allow to
- specify arch and a different config file for repoclosure
+ specify arch and a different config file for repoclosure
-2005-06-02 18:59 pmatilai
+2005-06-02 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: repoquery: - Catch unknown/unsupported querytags
- and operations - Support some new ways to query things
+ * repoquery.py: repoquery: - Catch unknown/unsupported querytags and
+ operations - Support some new ways to query things
-2005-06-02 17:04 pmatilai
+2005-06-02 Panu Matilainen <pmatilai at laiskiainen.org>
- * README: Add brief description of the included utilities to
- README.
+ * README: Add brief description of the included utilities to README.
-2005-06-02 03:46 skvidal
- * plugins/README:
- Added plugins dir
+2005-06-02 Seth Vidal <skvidal at linux.duke.edu>
-2005-06-01 06:29 skvidal
+ * plugins/README: Added plugins dir
- * yum-utils.spec:
- call it 0.2 in the spec file
+2005-06-01 Seth Vidal <skvidal at linux.duke.edu>
-2005-06-01 06:24 pmatilai
+ * yum-utils.spec: call it 0.2 in the spec file
- * repoquery.py, yumdownloader.py: yumdownloader: - add --source
- option - add /usr/share/yum-cli to module search path so it
- actually works
+2005-06-01 Panu Matilainen <pmatilai at laiskiainen.org>
- reqoquery: - remove leftover debug junk
+ * repoquery.py, yumdownloader.py: yumdownloader: - add --source
+ option - add /usr/share/yum-cli to module search path so it actually
+ works reqoquery: - remove leftover debug junk
-2005-06-01 06:08 skvidal
+2005-06-01 Seth Vidal <skvidal at linux.duke.edu>
- * repoquery.py:
- --repoid help text
+ * repoquery.py: --repoid help text
-2005-05-31 18:56 pmatilai
+2005-05-31 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: More repoquery stuff: - add option to run from
- cache only - get rid of the ugly runtime extensions to
- yum.AvailablePackage class, generating new pkgQuery instances
- seems to be just as fast in practice
+ * repoquery.py: More repoquery stuff: - add option to run from cache
+ only - get rid of the ugly runtime extensions to
+ yum.AvailablePackage class, generating new pkgQuery instances
+ seems to be just as fast in practice
-2005-05-31 17:41 pmatilai
+2005-05-31 Panu Matilainen <pmatilai at laiskiainen.org>
- * repoquery.py: Some fixes to repoquery: - eliminate duplicates
- from --whatrequires --alldeps - catch various exceptions, print
- errors to stderr unless --quiet specified
+ * repoquery.py: Some fixes to repoquery: - eliminate duplicates from
+ --whatrequires --alldeps - catch various exceptions, print errors to
+ stderr unless --quiet specified
-2005-05-30 16:24 pmatilai
+2005-05-30 Panu Matilainen <pmatilai at laiskiainen.org>
* repoquery.py, yum-utils.spec: New version of repoquery: - support
- some group queries - only set caching when non-root
+ some group queries - only set caching when non-root
-2005-05-30 15:47 pmatilai
+2005-05-30 Panu Matilainen <pmatilai at laiskiainen.org>
- * Makefile, yum-builddep.py: Add yum-builddep for installing
- package build dependencies
+ * Makefile, yum-builddep.py: Add yum-builddep for installing package
+ build dependencies
-2005-05-30 12:31 skvidal
+2005-05-30 Seth Vidal <skvidal at linux.duke.edu>
* repoquery.py: let users specify repos to use repoquery against
-2005-05-23 15:38 pmatilai
+2005-05-23 Panu Matilainen <pmatilai at laiskiainen.org>
- * yum-utils.spec, updateonboot/Makefile,
- updateonboot/yum-updateonboot.init: - add Makefile for updateboot
- - create a subpackage yum-updateonboot - don't enable
- updateonboot by default on package install
+ * updateonboot/Makefile, updateonboot/yum-updateonboot.init,
+ yum-utils.spec: - add Makefile for updateboot - create a subpackage yum-updateonboot
+ - don't enable updateonboot by default on package install
-2005-05-16 19:22 gijs
+2005-05-16 gijs <gijs>
* Makefile, yum-utils.spec: Adding Makefile and spec file (both
- based on mock)
+ based on mock)
-2005-05-16 14:14 gijs
+2005-05-16 gijs <gijs>
- * README, package-cleanup.py: - Created initial version of README
- file - Added old kernel clean up to package-cleanup
+ * README, package-cleanup.py: - Created initial version of README file - Added old kernel clean up
+ to package-cleanup
-2005-04-26 18:31 gijs
+2005-04-26 gijs <gijs>
* package-cleanup.py: Adding a yum util to list leaf nodes and
- problems in the local RPM db
+ problems in the local RPM db
-2005-04-19 14:27 gijs
+2005-04-19 gijs <gijs>
* yumdownloader.py: Added a first version of dep resolving support
- to yumdownloader
+ to yumdownloader
-2005-04-10 06:13 skvidal
+2005-04-10 Seth Vidal <skvidal at linux.duke.edu>
- * yumdownloader.py:
- added --urls option to yumdownloader to just print out the urls
- it would download
+ * yumdownloader.py: added --urls option to yumdownloader to just
+ print out the urls it would download
-2005-04-01 10:19 gijs
+2005-04-01 gijs <gijs>
* yumdownloader.py: Fixed a bug in yumdownloader, causing it not to
- work if relativepath contains a directory name.
+ work if relativepath contains a directory name.
-2005-03-24 11:15 gijs
+2005-03-24 gijs <gijs>
* yumdownloader.py: Initial version of yumdownloader
-2005-03-22 19:26 gijs
+2005-03-22 gijs <gijs>
* repoquery.py, updateonboot/README,
- updateonboot/yum-updateonboot.init,
- updateonboot/yum-updateonboot.sysconfig: Adding initial versions
- of updateonboot and repoquery scripts
+ updateonboot/yum-updateonboot.init,
+ updateonboot/yum-updateonboot.sysconfig: Adding initial versions of
+ updateonboot and repoquery scripts
-2005-03-22 14:10 gijs
+2005-03-22 gijs <gijs>
* repo-rss.py: Make repo-rss work with sqlite by calling
- returnChangeLog if no changelog info is loaded for a specific
- package.
+ returnChangeLog if no changelog info is loaded for a specific
+ package.
-2005-03-22 13:54 gijs
+2005-03-22 gijs <gijs>
* repoclosure.py: Cache already resolved dependencies
-2005-03-21 08:42 skvidal
+2005-03-21 Seth Vidal <skvidal at linux.duke.edu>
- * repo-rss.py, repoclosure.py, repomanage.py:
- initial import of repo* scripts
+ * repo-rss.py, repoclosure.py, repomanage.py: initial import of
+ repo* scripts
-2005-03-21 08:36 skvidal
+2005-03-21 Seth Vidal <skvidal at linux.duke.edu>
- * README: Initial revision
+ * Initial revision
diff --git a/yum-utils.spec b/yum-utils.spec
index 70cdd8c..acf776d 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,6 +1,6 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
-Version: 1.1.5
+Version: 1.1.6
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -310,6 +310,8 @@ fi
/usr/lib/yum-plugins/protect-packages.*
%changelog
+* Tue Jul 24 2007 Tim Lauridsen <tla at rasmil.dk>
+- mark as 1.1.6
* Tue Jul 17 2007 Tim Lauridsen <tla at rasmil.dk>
- Added Requires: yum-updatesd to yum-refresh-updatesd
* Tue Jul 03 2007 Panu Matilainen <pmatilai at laiskiainen.org>
More information about the Yum-cvs-commits
mailing list