[yum-cvs] yum-utils ChangeLog,1.4,1.5

Tim Lauridsen timlau at linux.duke.edu
Mon Feb 19 09:16:53 UTC 2007


Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv29575

Modified Files:
	ChangeLog 
Log Message:
updated ChangeLog

Index: ChangeLog
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	31 Dec 2006 20:40:39 -0000	1.4
+++ ChangeLog	19 Feb 2007 09:16:51 -0000	1.5
@@ -1,3 +1,140 @@
+2007-02-19 09:16  timlau
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.0
+
+2007-02-19 09:12  timlau
+
+	* 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
+
+	* 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 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, plugins/refresh-updatesd/README,
+	  plugins/refresh-updatesd/refresh-updatesd.conf,
+	  plugins/refresh-updatesd/refresh-updatesd.py: 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:25  timlau
+
+	* yum-utils.spec: modified spec til to work with yum-changelog man
+	  pages
+
+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-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 +207,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
@@ -580,21 +722,6 @@
 	* repoquery.py: - remove useless self.conf assignment, making
 	  repoquery work with both   yum 2.4 and 2.5 (from Ville Skytta)
 
-2005-12-07 16:41  pmatilai
-
-	* Makefile, package-cleanup.py, repoclosure.py, repomanage.py,
-	  repoquery.py, yum-utils.spec, yumdownloader.py, docs/Makefile,
-	  docs/repoquery.1, plugins/kernel-module/kernel-module.conf,
-	  plugins/kernel-module/kernel-module.py: - Update from HEAD:	*
-	  add repoquery manpage   * package-cleanup can take alternative
-	  conf file   * repoclosure can optionally check only newest
-	  packages   * repomanage has option to keep N newest packages and
-	  can skip gpg checking   * repoquery shows directories in package
-	  listing, better whatrequires	   operation and can take
-	  alternative conf file   * yumdownloader supports private cache
-	  * new plugin for handling kernel-module-foo-`uname -r` style
-	  kernel module     packages - Mark as 0.4.0
-
 2005-12-02 19:05  skvidal
 
 	* repoclosure.py:
@@ -679,11 +806,6 @@
 
 	  handy for keeping the newest N packages around in a repo
 
-2005-09-17 08:52  pmatilai
-
-	* repoquery.py, yum-utils.spec, plugins/changelog/changelog.py:
-	  Apply repoquery and changelog fixes from HEAD,  mark as 0.3.1.
-
 2005-09-06 19:19  pmatilai
 
 	* plugins/changelog/changelog.py: Avoid causing tracebacks with
@@ -703,11 +825,6 @@
 
 	* repoquery.py: - and same to HEAD
 
-2005-08-25 19:29  pmatilai
-
-	* repoquery.py: Duh, last minute fix to make repoquery really honor
-	  the --show-dupes option.
-
 2005-08-23 16:14  pmatilai
 
 	* plugins/fastestmirror/: fastestmirror-asyncore.py,
@@ -1078,7 +1195,3 @@
 
 	* README: Initial revision
 
-2005-03-21 08:36  skvidal
-
-	* README: initial import for yum-utils
-




More information about the Yum-cvs-commits mailing list