From 5a457ec8970c706b47e4585d70b3c749a32d8754 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Thu, 24 Nov 2011 20:14:15 -0500 Subject: [PATCH] updating to 0.2.4 --- .gitignore | 1 + sheepdog.spec | 17 +++++++++++++++-- sources | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5cfad7..61af75e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sheepdog-0.2.3.tar.gz +/sheepdog-0.2.4.tar.gz diff --git a/sheepdog.spec b/sheepdog.spec index 388d3f1..c0a695e 100644 --- a/sheepdog.spec +++ b/sheepdog.spec @@ -1,6 +1,6 @@ Name: sheepdog Summary: The Sheepdog Distributed Storage System for KVM/QEMU -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -19,12 +19,19 @@ BuildRequires: corosync corosynclib corosynclib-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%if 0%{?rhel} >= 6 +Excludearch: ppc +Excludearch: ppc64 +%endif + + + %description This package contains the Sheepdog server, and command line tool which offer a distributed object storage system for KVM. %prep -%setup -q +%setup -qn collie-sheepdog-bc0ab52 %build @@ -69,6 +76,12 @@ fi %{_mandir}/man8/sheep.8* %changelog +* Thu Nov 24 2011 David Nalley - 0.2.4-1 +- updating to 0.2.4 + +* Sat Jun 04 2011 David Nalley - 0.2.3-2 +- excluding ppc and ppc64 arch for el6 + * Sat May 21 2011 David Nalley - 0.2.3-1 - updating to 0.2.3 to track upstream. diff --git a/sources b/sources index 77fba21..141ba39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2348fd7121558e4efe9cab1fda4bf70a sheepdog-0.2.3.tar.gz +c4443ce1ee7d668f12fa959771131c31 sheepdog-0.2.4.tar.gz