rpms/xen/devel xen.modules,1.3,1.4 xen.spec,1.251,1.252

Gerd Hoffmann kraxel at fedoraproject.org
Thu Dec 10 21:06:32 UTC 2009


Author: kraxel

Update of /cvs/pkgs/rpms/xen/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13883

Modified Files:
	xen.modules xen.spec 
Log Message:
adapt module load script to evtchn.ko -> xen-evtchn.ko rename


Index: xen.modules
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.modules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xen.modules	6 Mar 2009 11:26:51 -0000	1.3
+++ xen.modules	10 Dec 2009 21:06:31 -0000	1.4
@@ -5,6 +5,6 @@ test -f /proc/xen/capabilities			|| moun
 test -f /proc/xen/capabilities			|| exit 0
 grep -q "control_d" /proc/xen/capabilities	|| exit 0
 
-for module in evtchn blkbk netbk; do
+for module in xen-evtchn evtchn blkbk netbk; do
 	modprobe ${module} >/dev/null 2>&1
 done


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.spec,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -p -r1.251 -r1.252
--- xen.spec	10 Dec 2009 13:31:28 -0000	1.251
+++ xen.spec	10 Dec 2009 21:06:31 -0000	1.252
@@ -6,7 +6,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.4.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -454,6 +454,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Thu Dec 10 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.2-2
+- adapt module load script to evtchn.ko -> xen-evtchn.ko rename.
+
 * Thu Dec 10 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.2-1
 - update to 3.4.2 release.
 - drop backport patches.




More information about the fedora-extras-commits mailing list