[sheepdog] [PATCH 3/3] fix 'make rpm'
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Mon Aug 12 11:49:38 CEST 2013
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.
Thanks,
Kazutaka
More information about the sheepdog
mailing list