]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
make service --status-all work for libvirt-guests
authorElan Ruusamäe <glen@delfi.ee>
Sun, 6 Apr 2014 09:15:40 +0000 (12:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 6 Apr 2014 09:15:40 +0000 (12:15 +0300)
libvirt-guests.init.patch [new file with mode: 0644]
libvirt.spec

diff --git a/libvirt-guests.init.patch b/libvirt-guests.init.patch
new file mode 100644 (file)
index 0000000..da84255
--- /dev/null
@@ -0,0 +1,9 @@
+--- libvirt-1.2.3/./tools/libvirt-guests.init.in~      2012-12-12 04:29:55.000000000 +0200
++++ libvirt-1.2.3/./tools/libvirt-guests.init.in       2014-04-06 12:13:29.091387594 +0300
+@@ -25,3 +25,6 @@
+ #
+ exec @libexecdir@/libvirt-guests.sh "$@"
++
++# next line is here for "service --status-all" to work
++#  status)
index 86ca832d46a858c1c42fbdf146d97769e5e0059a..8fe6776c6cb1d18120192d3bfae362d50f528963 100644 (file)
@@ -39,7 +39,7 @@ Summary:      Toolkit to interact with virtualization capabilities
 Summary(pl.UTF-8):     Narzędzia współpracujące z funkcjami wirtualizacji
 Name:          libvirt
 Version:       1.2.3
-Release:       2
+Release:       3
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.libvirt.org/libvirt/%{name}-%{version}.tar.gz
@@ -54,6 +54,7 @@ Patch4:               virtlockd.init.patch
 Patch5:                %{name}-udevadm-settle.patch
 Patch6:                vserver.patch
 Patch7:                bashisms.patch
+Patch8:                libvirt-guests.init.patch
 URL:           http://www.libvirt.org/
 BuildRequires: audit-libs-devel
 BuildRequires: augeas-devel
@@ -424,6 +425,7 @@ Sondy systemtap/dtrace dla libvirt.
 %patch5 -p1
 %{?with_vserver:%patch6 -p1}
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__libtoolize}
This page took 0.225267 seconds and 4 git commands to generate.