On Mon, Aug 12, 2013 at 06:49:38PM +0900, MORITA Kazutaka wrote: > At Mon, 12 Aug 2013 17:39:25 +0800, > Liu Yuan wrote: > > > > 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 > > I think we need to update "Requires:" and "BuildRequires:". I think > we also have to add a liburcu dependency. Okay, will send a v2 for this patch. I think other 2 can be applied cleanly. Thanks Yuan |