[yum-cvs] 2 commits - ChangeLog yum-utils.spec
Tim Lauridsen
timlau at linux.duke.edu
Thu Jan 3 14:59:29 UTC 2008
ChangeLog | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
yum-utils.spec | 4 +-
2 files changed, 110 insertions(+), 1 deletion(-)
New commits:
commit 99781828669e51957282a012d89d5c080ec19c0b
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Thu Jan 3 15:55:33 2008 +0100
updated ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 1a3d568..d8d9f46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2008-01-03 Tim Lauridsen <tla at rasmil.dk>
+
+ * yum-utils.spec: bumped yum-utils version to 1.1.10
+
+2007-12-21 James Antill <james at and.org>
+
+ * plugins/aliases/aliases.py: Quick work around for yumex
+
+2007-12-21 Seth Vidal <skvidal at fedoraproject.org>
+
+ * debuginfo-install.py: make sure we're root to run
+ debuginfo-install closes rh bug #426470
+
+2007-12-20 James Antill <james at and.org>
+
+ * .gitignore: Match foo.py~ for backup files
+
+2007-12-20 James Antill <james at and.org>
+
+ * yum-utils.spec: Fix typo
+
+2007-12-20 James Antill <james at and.org>
+
+ * yum-utils.spec: Add yum-aliases to the specfile
+
+2007-12-20 James Antill <james at and.org>
+
+ * plugins/aliases/aliases, plugins/aliases/aliases.conf,
+ plugins/aliases/aliases.py: Add aliases module
+
+2007-12-17 Luke Macken <lmacken at redhat.com>
+
+ * plugins/fastestmirror/ChangeLog,
+ plugins/fastestmirror/fastestmirror.py: Update fastestmirrors
+ ChangeLog, and do a rev bump
+
+2007-12-17 Luke Macken <lmacken at redhat.com>
+
+ * plugins/fastestmirror/fastestmirror.py: Strip any
+ username:passwords from our mirrors hostname before we display it
+
+2007-12-17 Luke Macken <lmacken at redhat.com>
+
+ * plugins/fastestmirror/fastestmirror.py: Only display our mirrors
+ if we have some
+
+2007-12-17 Seth Vidal <skvidal at fedoraproject.org>
+
+ * plugins/priorities/priorities.py: apply patch to fix rh bug:
+ 421961 - make sure we're passing in opts before we get the value of
+ the opts.
+
+2007-12-12 Seth Vidal <skvidal at fedoraproject.org>
+
+ Merge branch 'master' of
+ ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils * 'master'
+ of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils: Move
+ conduit.getPackages until needed, as it takes significant time
+
+2007-12-12 Seth Vidal <skvidal at fedoraproject.org>
+
+ * reposync.py: make sure that our repo url has a trailing /,
+ otherwise urljoin does the wrong thing. We should probably append
+ this higher up in the stack, too. closes rh bug: 421801
+
+2007-12-11 James Antill <james at and.org>
+
+ * plugins/basearchonly/basearchonly.py: Move conduit.getPackages
+ until needed, as it takes significant time
+
+2007-12-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yum-complete-transaction.py: make yum-complete-transaction
+ backward compat to yum 3.2.7/3.2.8
+
+2007-12-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ * docs/Makefile: add complete-transaction to doc makefile, too
+
+2007-12-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ * Makefile, docs/yum-complete-transaction.1,
+ yum-complete-transaction.py, yum-utils.spec: add
+ yum-complete-transaction man page and update specfile/makefile
+
+2007-12-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ Merge branch 'master' of
+ ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils * 'master'
+ of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils: Fix
+ unreferenced variable in repoclosure.py updated ChangeLog bumped
+ yum-utils version to 1.1.9 bumped yum-utils version to 1.1.9
+
+2007-12-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yum-complete-transaction.py: implement yum-util to clean up
+ unfinished/aborted transactions using
+ transaction-done/transaction-all files.
+
+2007-12-07 Luke Macken <lmacken at redhat.com>
+
+ * repoclosure.py: Fix unreferenced variable in repoclosure.py
+
+2007-12-07 Tim Lauridsen <tim at naboo.local>
+
+ * ChangeLog: updated ChangeLog
+
2007-12-07 Tim Lauridsen <tim at naboo.local>
* ChangeLog, yum-utils.spec: bumped yum-utils version to 1.1.9
commit 53b1d312dae1a1e0d3003bd4fa78a4552aafea9b
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Thu Jan 3 15:55:32 2008 +0100
bumped yum-utils version to 1.1.10
diff --git a/yum-utils.spec b/yum-utils.spec
index e80b8e2..29e2045 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.9
+Version: 1.1.10
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -367,6 +367,8 @@ fi
%changelog
+* Thu Jan 3 2007 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.10
* Thu Dec 12 2007 James Antill <james at fedoraproject.org>
- Add yum-aliases plugin
More information about the Yum-cvs-commits
mailing list