rpms/xen/FC-6 xen.spec,1.159,1.160

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 10 00:15:08 UTC 2007


Author: berrange

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

Modified Files:
	xen.spec 
Log Message:
Make /var/log/xen 0700. Don't create /var/xen/dump.


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-6/xen.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- xen.spec	9 Jan 2007 22:04:51 -0000	1.159
+++ xen.spec	10 Jan 2007 00:15:05 -0000	1.160
@@ -3,7 +3,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.3
-Release: 2%{dist}
+Release: 3%{dist}
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -169,8 +169,9 @@
 %patch33 -p1
 # fix memory check in qemu-dm
 %patch34 -p1
-# make JP106 keyboards work
-#%patch35 -p1
+# make JP106 keyboards work - disable until new PVFB patches
+# are in due to patch conflicts
+#patch35 -p1
 # fix core dumps of 32 bit Xen guests with >2GB memory
 %patch36 -p1
 # write the /local/domain/vm node early in the startup process
@@ -241,7 +242,7 @@
 rm -fr %{buildroot}/%{_datadir}/doc/xen/
 
 # create dirs in /var/run so that selinux contexts are right (#195952)
-mkdir -p %{buildroot}/var/run/xend %{buildroot}/var/xen/dump %{buildroot}/var/log/xen
+mkdir -p %{buildroot}/var/run/xend %{buildroot}/var/log/xen
 mkdir -p %{buildroot}/var/lib/xen/images
 
 # avoid conflicting with qemu (#199759)
@@ -288,7 +289,7 @@
 %dir %{_localstatedir}/lib/xenstored
 %dir %{_localstatedir}/run/xenstored
 %dir %{_localstatedir}/run/xend
-%dir /var/log/xen
+%dir %attr(0700,root,root) /var/log/xen
 
 %files libs
 %defattr(-,root,root)
@@ -303,11 +304,13 @@
 %{_libdir}/*.a
 
 %changelog
+* Tue Jan  9 2007 Daniel P. Berrange <berrange at redhat.com> - 3.0.3-3.fc6
+- Bump release number, just so that we're newer than FC-5 Xen RPM.
+
 * Tue Jan  9 2007 Daniel P. Berrange <berrange at redhat.com> - 3.0.3-2.fc6
 - fix core dumps of 32 bit guests >2GB RAM (bz 215796)
 - write the /local/domain/vm node early in the startup process (bz 215269)
 - fix memory boundary checking in qemu-dm (bz 221119)
-- fix VNC JP106 keyboard handling (bz 215778)
 - add --force option to xenbus device detach code (bz 217853)
 - fix keeping track of HVM vnc password (bz 218050)
 - enable DMA on HVM virtual cdrom drive (bz 218357)




More information about the fedora-cvs-commits mailing list