[yum-commits] 2 commits - ChangeLog yum-utils.spec

Tim Lauridsen timlau at osuosl.org
Wed Sep 2 11:46:51 UTC 2009


 ChangeLog      |  158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 yum-utils.spec |    5 +
 2 files changed, 162 insertions(+), 1 deletion(-)

New commits:
commit 7760fdc995d25f05cc7ef6f89a9686da0218d211
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 2 13:46:46 2009 +0200

    updated ChangeLog

diff --git a/ChangeLog b/ChangeLog
index b22fdae..3a0a2dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,161 @@
+2009-09-02  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.23
+
+2009-08-31  Seth Vidal <skvidal at fedoraproject.org>
+
+	Merge branch 'master' of
+	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
+	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   If epoch is
+	none we still want to use version in repoclosure.
+
+2009-08-31  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repoclosure.py: make sure we make the list of pkgs to look at
+	based on the latest pkgsack - complete with pkg deletions of the
+	obsoletes
+
+2009-08-12  Michael Schwendt <mschwendt at fedoraproject.org>
+
+	* repoclosure.py: If epoch is none we still want to use version in
+	repoclosure.
+
+2009-08-04  Seth Vidal <skvidal at fedoraproject.org>
+
+	* plugins/security/security.py: remove timestamp in created
+	attribute
+
+2009-08-03  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repoquery.py: make sure -q silences the repofrom path stuff
+	closes rh bug #512563
+
+2009-07-28  James Antill <james at and.org>
+
+	* find-repos-of-install.py: Cleanup tempcache, and fix -C option
+
+2009-07-23  James Antill <james at and.org>
+
+	* plugins/versionlock/versionlock.py:  pkgExcluder is all lower(), as excludepkgs/includepkgs are    So we
+	 lowercase the versionlock data.      It's possible, in theory,
+	 we'll have a false match, but no one      should be insane enough
+	 to name things the same apart from case.
+
+2009-07-20  Seth Vidal <skvidal at fedoraproject.org>
+
+	* docs/repoquery.1: add note to repoquery man page that you must
+	have srpms in your enabled repos for the archlist=src option to
+	really do anything
+
+2009-07-17  James Antill <james at and.org>
+
+	* yum-utils.spec: Bump require version for new versionlock
+
+2009-07-16  James Antill <james at and.org>
+
+	* plugins/versionlock/versionlock.py: Add excluderids, so we don't
+	get N versions
+
+2009-07-16  James Antill <james at and.org>
+
+	* plugins/versionlock/versionlock.py: Move versionlock to use
+	pkgExcluder, add versionlock command
+
+2009-07-16  James Antill <james at and.org>
+
+	* plugins/security/security.py: Add created timestamps to the
+	security plugin commands
+
+2009-07-16  James Antill <james at and.org>
+
+	* plugins/aliases/aliases.py: Add a created timestamp to the alias
+	command
+
+2009-07-14  James Antill <james at and.org>
+
+	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Remove
+	redundant (and confusing) member access on pkgSack, in auto fix
+
+2009-07-14  James Antill <james at and.org>
+
+	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Setup
+	normal repos before we setup new debuginfo. ones, fixes trac/135
+
+2009-07-08  Seth Vidal <skvidal at fedoraproject.org>
+
+	Merge branch 'master' of
+	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
+	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:
+	[fastestmirror] Add a patch from Joel Michael to support a
+	'preferred' mirror (#509479)
+
+2009-07-08  Seth Vidal <skvidal at fedoraproject.org>
+
+	* reposync.py: fix for bug:
+	https://bugzilla.redhat.com/show_bug.cgi?id=503587  - make sure we
+	don't fail to grab other metadata just b/c groups is not present
+
+2009-07-08  Luke Macken <lmacken at redhat.com>
+
+	* plugins/fastestmirror/fastestmirror.py: [fastestmirror] Add a
+	patch from Joel Michael to support a 'preferred' mirror (#509479)
+
+2009-07-07  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repoclosure.py: make repoclosure work with new archstorage class
+	in yumbase
+
+2009-07-07  Seth Vidal <skvidal at fedoraproject.org>
+
+	* docs/package-cleanup.1: document exit value if problems are found
+	in package-cleanup --problems
+
+2009-06-22  James Antill <james at and.org>
+
+	* package-cleanup.py: Use base.setCacheDir() in package-cleanup
+
+2009-06-22  James Antill <james at and.org>
+
+	* package-cleanup.py: Don't setup repos. when doing dupes processing
+
+
+2009-06-22  James Antill <james at and.org>
+
+	* plugins/changelog/changelog.py: Don't assume pkgs have sourcerpm,
+	in changelog plugin
+
+2009-06-08  James Antill <james at and.org>
+
+	* yumdownloader.py: Output a nice message for failed source repos.
+	in yumdownloader
+
+2009-06-08  James Antill <james at and.org>
+
+	* yumdb.py: Sort keys in yumdb info
+
+2009-06-08  James Antill <james at and.org>
+
+	* repoquery.py: Use setCacheDir in repoquery
+
+2009-05-28  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-builddep.py: when --nogpgcheck is passed - make sure we turn
+	off gpg checking on our read ts not just from repos
+
+2009-05-22  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-builddep.py: output a nicer error message when the srpm has an
+	unknown gpg key
+
+2009-05-19  James Antill <james at and.org>
+
+	* plugins/tmprepo/tmprepo.py: Fix tmprepo, when we have option group
+
+
+2009-05-19  Tim Lauridsen <timlau at fedoraproject.org>
+
+	* ChangeLog: updated ChangeLog
+
 2009-05-19  Tim Lauridsen <timlau at fedoraproject.org>
 
 	* yum-utils.spec: bumped yum-utils version to 1.1.22
commit 7ad8d763ec1e8670a2355c8966cb2224ca33bdea
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 2 13:46:45 2009 +0200

    bumped yum-utils version to 1.1.23

diff --git a/yum-utils.spec b/yum-utils.spec
index 1215c9c..5673e6b 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.22
+Version: 1.1.23
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -596,6 +596,9 @@ fi
 
 
 %changelog
+* Wed Sep 2 2009 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.23
+
 * Tue May 19 2009 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.22 
 


More information about the Yum-commits mailing list