rpms/chunkd/devel chunkd.spec,1.5,1.6 sources,1.3,1.4

Jeff Garzik jgarzik at fedoraproject.org
Thu Jul 30 01:52:14 UTC 2009


Author: jgarzik

Update of /cvs/pkgs/rpms/chunkd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24944

Modified Files:
	chunkd.spec sources 
Log Message:
update to latest upstream.  add ExcludeArch for endian bugs.


Index: chunkd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/chunkd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- chunkd.spec	24 Jul 2009 18:58:08 -0000	1.5
+++ chunkd.spec	30 Jul 2009 01:52:14 -0000	1.6
@@ -1,13 +1,13 @@
 Name:		chunkd
 Version:	0.4
-Release:	0.6.g5f69efd9%{?dist}
+Release:	0.7.g6b1e9b66%{?dist}
 Summary:	Data storage daemon for cloud computing
 
 Group:		System Environment/Base
 License:	GPLv2
 URL:		http://hail.wiki.kernel.org/
 
-# pulled from upstream git, commit 5f69efd93fb6dc0c2e9882cd3c22cc096eede486
+# pulled from upstream git, commit 6b1e9b6641df0353a81c7b1352f5f652c5a7f9d8
 # to recreate tarball, check out commit, then run "make dist"
 Source0:	chunkd-%{version}git.tar.gz
 Source2:	chunkd.init
@@ -18,6 +18,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 BuildRequires:	libevent-devel glib2-devel openssl-devel zlib-devel
 BuildRequires:	libxml2-devel procps cld cld-devel
 
+# ugly and embarrassing!  pkg build fails on big endian
+ExcludeArch:	ppc ppc64
+
 %description
 Single-node data storage daemon for cloud computing.
 
@@ -95,6 +98,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Wed Jul 29 2009 Jeff Garzik <jgarzik at redhat.com> - 0.4-0.7.g6b1e9b66
+- update source to commit 6b1e9b6641df0353a81c7b1352f5f652c5a7f9d8
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-0.6.g5f69efd9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	21 Jul 2009 18:02:25 -0000	1.3
+++ sources	30 Jul 2009 01:52:14 -0000	1.4
@@ -1 +1 @@
-29a137c9e4cb418a84814649b2b81098  chunkd-0.4git.tar.gz
+4a86f99c3d429949bacb52850dd00d57  chunkd-0.4git.tar.gz




More information about the fedora-extras-commits mailing list