rpms/yum/FC-5 installonlyn.py, 1.9, 1.10 sources, 1.35, 1.36 yum.spec, 1.86, 1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 26 19:21:38 UTC 2006


Author: katzj

Update of /cvs/dist/rpms/yum/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv5223

Modified Files:
	installonlyn.py sources yum.spec 
Log Message:
* Wed Apr 26 2006 Jeremy Katz <katzj at redhat.com> - 2.6.1-1
- update to 2.6.1 with fixes for #181406, #185309, #161190, #185946



Index: installonlyn.py
===================================================================
RCS file: /cvs/dist/rpms/yum/FC-5/installonlyn.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- installonlyn.py	24 Feb 2006 23:25:07 -0000	1.9
+++ installonlyn.py	26 Apr 2006 19:21:27 -0000	1.10
@@ -33,7 +33,8 @@
     """This takes the output of uname and figures out the (version, release)
     tuple for the running kernel."""
     ver = os.uname()[2]
-    for s in ("bigmem", "enterprise", "smp", "hugemem", "guest", "hypervisor"):
+    for s in ("bigmem", "enterprise", "smp", "hugemem",
+              "guest", "hypervisor", "xen0", "xenU"):
         if ver.endswith(s):
             ver = ver.replace(s, "")
     if ver.find("-") != -1:


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/yum/FC-5/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources	7 Mar 2006 04:56:41 -0000	1.35
+++ sources	26 Apr 2006 19:21:28 -0000	1.36
@@ -1 +1,2 @@
 37aae7ceca1c3648ac0df86965467ab6  yum-2.6.0.tar.gz
+2dc94410341ef7f4171a7ecdc00be5bf  yum-2.6.1.tar.gz


Index: yum.spec
===================================================================
RCS file: /cvs/dist/rpms/yum/FC-5/yum.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- yum.spec	7 Mar 2006 04:56:41 -0000	1.86
+++ yum.spec	26 Apr 2006 19:21:28 -0000	1.87
@@ -2,8 +2,8 @@
 
 Summary: RPM installer/updater
 Name: yum
-Version: 2.6.0
-Release: 1
+Version: 2.6.1
+Release: 0.fc5
 License: GPL
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/2.5/yum-%{version}.tar.gz
@@ -12,6 +12,7 @@
 Source99: plugin.conf
 # default plugins here
 Source100: installonlyn.py
+
 URL: http://linux.duke.edu/yum/
 BuildArchitectures: noarch
 BuildRequires: python
@@ -92,6 +93,16 @@
 /usr/lib/yum-plugins/*
 
 %changelog
+* Wed Apr 26 2006 Jeremy Katz <katzj at redhat.com> - 2.6.1-1
+- update to 2.6.1 with fixes for #181406, #185309, #161190, #185946
+
+* Tue Apr 18 2006 Jeremy Katz <katzj at redhat.com> - 2.6.0-3
+- more proxy fixing for non CLI use case (#185309)
+
+* Mon Apr 10 2006 Jeremy Katz <katzj at redhat.com> - 2.6.0-2
+- add fix for xen0/xenU kernels in installonlyn (#187894)
+- add fix for proxies with the mirror list (#161190)
+
 * Mon Mar  6 2006 Jeremy Katz <katzj at redhat.com> - 2.6.0-1
 - update to 2.6.0 final containing fix for #176257
 




More information about the fedora-cvs-commits mailing list