rpms/xen/F-9 xen.spec,1.214,1.215

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Tue Jun 3 15:50:57 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/xen/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15770

Modified Files:
	xen.spec 
Log Message:
Move /var/run/xend into xen-runtime (rhbz #442052)


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-9/xen.spec,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- xen.spec	14 May 2008 16:03:12 -0000	1.214
+++ xen.spec	3 Jun 2008 15:49:30 -0000	1.215
@@ -2,7 +2,7 @@
 
 # Always set these 3 tags
 %define base_version 3.2.0
-%define base_release 11
+%define base_release 12
 
 # Hypervisor ABI
 %define hv_abi  3.2
@@ -261,6 +261,7 @@
 
 # create dirs in /var/run so that selinux contexts are right (#195952)
 mkdir -p %{buildroot}%{_localstatedir}/run/xend
+mkdir -p %{buildroot}%{_localstatedir}/run/xend/boot
 mkdir -p %{buildroot}%{_localstatedir}/log/xen
 mkdir -p %{buildroot}%{_localstatedir}/log/xen/console
 mkdir -p %{buildroot}%{_localstatedir}/lib/xen/images
@@ -346,8 +347,6 @@
 %dir %{_localstatedir}/lib/%{name}/xend-db/domain
 %dir %{_localstatedir}/lib/%{name}/xend-db/migrate
 %dir %{_localstatedir}/lib/%{name}/xend-db/vnet
-# XenD runtime state
-%dir %attr(0700,root,root) %{_localstatedir}/run/xend
 
 %files libs
 %defattr(-,root,root)
@@ -418,6 +417,9 @@
 %dir %{_localstatedir}/lib/xenstored
 # Xenstore runtime state
 %dir %{_localstatedir}/run/xenstored
+# XenD runtime state
+%dir %attr(0700,root,root) %{_localstatedir}/run/xend
+%dir %attr(0700,root,root) %{_localstatedir}/run/xend/boot
 
 # All xenstore CLI tools
 %{_bindir}/xenstore-*
@@ -463,6 +465,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Tue Jun  3 2008 Daniel P. Berrange <berrange at redhat.com> - 3.2.0-12.fc9
+- Move /var/run/xend into xen-runtime for pygrub (rhbz #442052)
+
 * Wed May 14 2008 Markus Armbruster <armbru at redhat.com> - 3.2.0-11.fc9
 - Disable QEMU image format auto-detection (CVE-2008-2004)
 - Fix PVFB to validate frame buffer description (CVE-2008-1943)




More information about the fedora-extras-commits mailing list