[yum-cvs] yum-utils ChangeLog,1.4,1.4.2.1
Tim Lauridsen
timlau at linux.duke.edu
Mon Feb 19 07:40:47 UTC 2007
Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv27382
Modified Files:
Tag: yum-utils-1_0_X
ChangeLog
Log Message:
updated ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- ChangeLog 31 Dec 2006 20:40:39 -0000 1.4
+++ ChangeLog 19 Feb 2007 07:40:45 -0000 1.4.2.1
@@ -1,3 +1,171 @@
+2007-02-19 07:38 timlau
+
+ * yum-utils.spec: bumped yum-utils version to 1.0.3
+
+2007-02-19 07:35 timlau
+
+ * plugins/priorities/priorities.py: Make priorities plugin work
+ with multiarch repositories with different repositories.
+ (foo.i386 <> foo.x86_64) rhbz #227540
+
+2007-02-15 07:38 timlau
+
+ * yum-utils.spec, plugins/versionlock/versionlock.list: removed
+ installation of default versionlock.list
+
+2007-02-14 14:31 timlau
+
+ * 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).
+
+2007-02-14 13:33 timlau
+
+ * 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
+
+ * 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.
+
+2007-02-14 11:37 timlau
+
+ * 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.
+
+2007-02-14 10:54 timlau
+
+ * yum-utils.spec: fixed skip-broken description (--ignore-broken ->
+ --skip-broken)
+
+2007-02-14 10:45 timlau
+
+ * repo-rss.py: Added patch to make repo-rss create one feed per
+ 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 01:44 jbowes
+
+ * yum-utils.spec: Add refresh-updatesd plugin
+
+2007-02-08 13:42 timlau
+
+ * yum-utils.spec: modified spec til to work with yum-changelog man
+ pages Added missing wildcards, so it can build
+
+2007-02-08 13:39 timlau
+
+ * yum-utils.spec: modified spec til to work with yum-changelog man
+ pages Added missing wildcards, so it can build
+
+2007-02-08 13:25 timlau
+
+ * yum-utils.spec: modified spec til to work with yum-changelog man
+ pages
+
+2007-02-08 13:20 timlau
+
+ * yum-utils.spec: modified spec til to work with yum-changelog man
+ pages
+
+2007-02-08 13:16 timlau
+
+ * 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.
+
+2007-02-08 13:13 timlau
+
+ * 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.
+
+2007-02-08 13:13 timlau
+
+ * docs/yum-changelog.1: file yum-changelog.1 was added on branch
+ yum-utils-1_0_X on 2007-02-08 13:16:51 +0000
+
+2007-02-08 13:13 timlau
+
+ * docs/yum-changelog.conf.5: file yum-changelog.conf.5 was added on
+ branch yum-utils-1_0_X on 2007-02-08 13:16:51 +0000
+
+2007-02-07 14:56 timlau
+
+ * yum-utils.spec: Updated spec for HEAD to require yum >= 3.1.1 and
+ set the version to 1.1.0
+
+2007-02-06 11:29 timlau
+
+ * 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.
+
+2007-02-05 13:46 timlau
+
+ * repoclosure.py: Added patch by Michael Schwendt to sort
+ repoclosure output (yum bz# 681)
+
+2007-01-25 18:31 timlau
+
+ * yumdownloader.py: Fix traceback in yumdownloader using --resolve
+ because rpmdb was not initialized.
+
+2007-01-24 19:16 slack
+
+ * 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 07:16 pmatilai
+
+ * plugins/tsflags/tsflags.py: - fix deprecation warning on plugin
+ type
+
+2007-01-23 23:17 slack
+
+ * plugins/fedorakmod/: fedorakmod.conf, 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
+
+ * 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
+
+ * repoquery.py: - fix a stupid typo breaking prco operations
+
+2007-01-03 14:18 timlau
+
+ * Makefile: minor change in the Makefile, added Makefile depencies
+ to the upload section.
+
+2006-12-31 20:40 timlau
+
+ * ChangeLog: updated ChangeLog
+
2006-12-31 20:40 timlau
* yum-utils.spec: bumped yum-utils version to 1.0.2
@@ -70,6 +238,11 @@
* yum-utils.spec: Added priorities plugin to spec file
+2006-10-27 09:13 timlau
+
+ * plugins/priorities/: ChangeLog, README, priorities.conf,
+ priorities.py: Added priorities plugin.
+
2006-10-25 05:29 skvidal
* yumdownloader.py: merge Earl Sammons' patch to add a -c option to
More information about the Yum-cvs-commits
mailing list