]> git.pld-linux.org Git - packages/xen.git/commitdiff
More tmpfiles
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 17 Nov 2012 11:38:56 +0000 (12:38 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 17 Nov 2012 13:34:07 +0000 (14:34 +0100)
xen.spec
xen.tmpfiles [new file with mode: 0644]

index be187f27cd68b473c902759c08fd9ba5ace06407..5fc06de2de1563545f1921de47aaf0899a53ee6d 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -72,6 +72,7 @@ Source52:     xenstored.init
 Source53:      xen-watchdog.init
 Source54:      xendomains.init
 Source55:      xen.logrotate
+Source56:      xen.tmpfiles
 Patch0:                %{name}-python_scripts.patch
 Patch1:                %{name}-symbols.patch
 Patch2:                %{name}-curses.patch
@@ -447,6 +448,7 @@ install %{SOURCE52} $RPM_BUILD_ROOT/etc/rc.d/init.d/xenstored
 install %{SOURCE53} $RPM_BUILD_ROOT/etc/rc.d/init.d/xen-watchdog
 install %{SOURCE54} $RPM_BUILD_ROOT/etc/rc.d/init.d/xendomains
 install %{SOURCE55} $RPM_BUILD_ROOT/etc/logrotate.d/xen
+install %{SOURCE56} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/xen.conf
 
 mv $RPM_BUILD_ROOT/etc/xen/{x{m,l}example*,examples}
 
@@ -626,6 +628,7 @@ fi
 %{_sharedstatedir}/xenstored
 %dir /var/run/xenstored
 %{systemdtmpfilesdir}/xenstored.conf
+%{systemdtmpfilesdir}/xen.conf
 %dir %attr(0700,root,root) /var/log/xen
 %dir %attr(0700,root,root) /var/log/xen/console
 %{_datadir}/qemu-xen
diff --git a/xen.tmpfiles b/xen.tmpfiles
new file mode 100644 (file)
index 0000000..43bf90c
--- /dev/null
@@ -0,0 +1,2 @@
+D /var/run/xen 0700 root root -
+D /var/run/xen-hotplug 0700 root root -
This page took 0.25981 seconds and 4 git commands to generate.