[yum-commits] 2 commits - ChangeLog yum-utils.spec
Tim Lauridsen
timlau at osuosl.org
Wed Mar 25 12:27:40 UTC 2009
ChangeLog | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
yum-utils.spec | 5 +-
2 files changed, 139 insertions(+), 1 deletion(-)
New commits:
commit 576bf7999a14866a624ae5f80a250e9aa425505c
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Wed Mar 25 13:28:37 2009 +0100
updated ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 5ab7111..415433f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,138 @@
+2009-03-25 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * yum-utils.spec: bumped yum-utils version to 1.1.21
+
+2009-03-24 James Antill <james at and.org>
+
+ * repoquery.py: Pass the "name" query down to returnPackages/etc.
+
+2009-03-23 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yumdownloader.py: include a check to make sure the pkg makes
+ sense.
+
+2009-03-23 Seth Vidal <skvidal at fedoraproject.org>
+
+ * plugins/merge-conf/merge-conf.py: - remove md5 use to remove deprecation warnings on python 2.6 -
+ clean up minor pychecker warnings about 'file' shadowing builtin
+
+2009-03-23 James Antill <james at and.org>
+
+ * yum-utils.spec: Add provides for plugin-auto-update-debuginfo, to
+ help users out
+
+2009-03-23 James Antill <james at and.org>
+
+ * yum-utils.spec: auto-update-debuginfo works by searching for *-debuginfo so it's
+ pretty useless if it triggers on itself. Doh!
+
+2009-03-22 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * plugins/versionlock/versionlock.py: add repoid info to versionlock
+ plugin output (rhbz #491415)
+
+2009-03-12 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * package-cleanup.py: just a TODO note
+
+2009-03-11 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoquery.py: this is a simple fix to remove all installed pkgs
+ from the returned pkgs of any repoquery
+
+2009-03-09 James Antill <james at and.org>
+
+ * yum-debug-dump.py: Find real bug in core yum code, and remove hack
+ for --help
+
+2009-03-09 James Antill <james at and.org>
+
+ * yum-debug-dump.py: Fix --help in yum-debug-dump, who knows how/why
+
+
+2009-03-06 Seth Vidal <skvidal at fedoraproject.org>
+
+ * package-cleanup.py: when we clean up kernels make sure that: 1. we
+ look at kernel-PAE,too 2. the running kernel coming back from
+ os.uname()[2] matches what we expect (it changed in F10) 3. if we
+ don't have any kernels installed, it's not an error, it's probably
+ just Xen
+
+2009-03-05 James Antill <james at and.org>
+
+ * package-cleanup.py: Chagne arches to list, as set([1])[0] fails
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * package-cleanup.py: make package-cleanup handle other kind of arch
+ dupes (Ex. i386 & i586) and make it work this time
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * package-cleanup.py: make package-cleanup handle other kind of arch
+ dupes (Ex. i386 & i586)
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * updateonboot/yum-updateonboot.init,
+ updateonboot/yum-updateonboot.sysconfig: make yum-updateonboot more
+ configurable (rhbz #466428)
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * package-cleanup.py: make package-cleanup --oldkernels work with
+ vanilla kernels (rhbz #469825)
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * plugins/remove-with-leaves/remove-with-leaves.conf,
+ plugins/remove-with-leaves/remove-with-leaves.py: made the
+ remove-with-leaves plugin only active when using --remove-leaves or
+ adding remove_always=1 to plugin conf (rhbz #4654149
+
+2009-03-05 Tim Lauridsen <tim at naboo.local>
+
+ * yumdownloader.py: fix issues when running yumdownloader as
+ non-root (rhbz #432889)
+
+2009-03-05 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * package-cleanup.py: make cleanup work with the changes to
+ findDupes
+
+2009-03-05 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * package-cleanup.py: Make package-cleanup find different arch dupes
+ (Ex. name-1.0-1.i386 & name-2.0-1.noarch) (RHBZ #375411)
+
+2009-03-03 James Antill <james at and.org>
+
+ * repoclosure.py: Fix RepoClosure() API for spam-o-matic, and other
+ users
+
+2009-03-02 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yumdownloader.py: import os and os.path to make the other changes
+ from 2 weeks ago work
+
+2009-03-02 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * yum-utils.spec: added versioned provided to renamed plugins and
+ other minor cleaups
+
+2009-03-01 James Antill <james at and.org>
+
+ * plugins/changelog/changelog.py: Don't output anything when
+ depsolving failed
+
+2009-03-01 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * Makefile: make a separate release-tag makefile target
+
+2009-03-01 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * ChangeLog: updated ChangeLog
+
2009-03-01 Tim Lauridsen <timlau at fedoraproject.org>
* yum-utils.spec: bumped yum-utils version to 1.1.20
commit 0cdafc4f5c78be797522dec450583602c01be2a1
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Wed Mar 25 13:28:37 2009 +0100
bumped yum-utils version to 1.1.21
diff --git a/yum-utils.spec b/yum-utils.spec
index 581b0da..ff933f3 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.20
+Version: 1.1.21
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
@@ -595,6 +595,9 @@ fi
%changelog
+* Wed Mar 25 2009 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.21
+
* Mon Mar 2 2009 Tim Lauridsen <timlau at fedoraproject.org>
- set yum require to 3.2.21 (the 3.2.21 in rawhide is patched to yum head, so it matches the need yum 3.2.22 code)
- Added versioned Provides: yum-<pluginname> to make rpm/yum happy.
More information about the Yum-commits
mailing list