rpms/xen/devel xen.spec,1.78,1.79

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 16:59:22 UTC 2006


Author: sct

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28684

Modified Files:
	xen.spec 
Log Message:
Add xenguest-install.py in /usr/sbin


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- xen.spec	30 Jan 2006 22:07:43 -0000	1.78
+++ xen.spec	31 Jan 2006 16:59:19 -0000	1.79
@@ -5,12 +5,13 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0
-Release: 0.20060130.fc5
+Release: 0.20060130.fc5.1
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
 Source0: xen-3.0.0-20060130.tar.bz2
 Source1: http://download.sf.net/libvncserver/LibVNCServer-%{libvncver}.tar.gz
+Source2: xenguest-install.py
 Patch0: xen-misc-fixes.patch
 Patch1: xen-initscript.patch
 Patch3: xen-dom0-minmem.patch
@@ -45,6 +46,7 @@
 %patch1 -p1 -b .init
 %patch3 -p1 -b .mem-min
 %patch4 -p1 -b .compile
+cp %{SOURCE2} .
 
 %build
 pushd LibVNCServer-%{libvncver}
@@ -89,6 +91,9 @@
 
 mv -f %{buildroot}/etc/udev/xen-backend.rules %{buildroot}/etc/udev/rules.d/
 
+# Hand-install the local xenguest-install.py addon
+install -m 755 xenguest-install.py %{buildroot}%{_sbindir}
+
 %post
 /sbin/chkconfig --add xend
 /sbin/chkconfig --add xendomains
@@ -134,6 +139,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
+* Tue Jan 31 2006  <sct at redhat.com> - 3.0-0.20060130.fc5.1
+- Add xenguest-install.py in /usr/sbin
+
 * Mon Jan 30 2006  <sct at redhat.com> - 3.0-0.20060130.fc5
 - Update to xen-unstable from 20060130 (cset 8705)
 




More information about the fedora-cvs-commits mailing list