Signed-off-by: Liu Yuan <namei.unix at gmail.com> --- sheepdog.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sheepdog.spec.in b/sheepdog.spec.in index cf29e01..6e0181c 100644 --- a/sheepdog.spec.in +++ b/sheepdog.spec.in @@ -1,5 +1,5 @@ Name: sheepdog -Summary: The Sheepdog Distributed Storage System for KVM/QEMU +Summary: The Sheepdog Distributed Storage System for QEMU Version: @version@ Release: 1%{?dist} License: GPLv2 and GPLv2+ @@ -21,14 +21,14 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description This package contains the Sheepdog server, and command line tool which offer -a distributed object storage system for KVM. +a distributed object storage system for QEMU. %prep %setup -q %build ./autogen.sh -%{configure} --with-initddir=%{_initrddir} +%{configure} --with-initddir=%{_initrddir} --enable-sheepfs --enalbe-zookeeper make %{_smp_mflags} @@ -65,6 +65,7 @@ fi %{_sbindir}/sheep %{_sbindir}/sheepfs %{_sbindir}/dog +%{_sbindir}/shepherd %attr(755,-,-)%config %{_initddir}/sheepdog %dir %{_localstatedir}/lib/sheepdog %{_mandir}/man8/sheep.8* -- 1.7.9.5 |