[glusterfs] checkpoint changes for next release

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Thu Jul 25 10:14:25 UTC 2013


commit 807eadc976be55abd65e46df8f478034aaf6b6fd
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Thu Jul 25 06:13:24 2013 -0400

    checkpoint changes for next release

 glusterfs.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index 266461f..8e661c2 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -35,6 +35,10 @@
 # rpmbuild -ta @PACKAGE_NAME at -@PACKAGE_VERSION at tar.gz --without ufo
 %{?_without_ufo:%global _without_ufo true}
 
+%if ( 0%{?rhel} && 0%{?rhel} < 6 )
+ExcludeArch: ppc
+%endif
+
 %if ( 0%{?fedora} && 0%{?fedora} > 16 ) || ( 0%{?rhel} && 0%{?rhel} > 6 )
 %global           _with_systemd true
 %endif
@@ -891,7 +895,6 @@ cp ufo/bin/gluster-swift-gen-builders %{buildroot}%{_bindir}/
 %{_libdir}/glusterfs
 %{_libdir}/*.so.*
 %{_sbindir}/glusterfs*
-%{_libexecdir}/glusterfs
 %{_mandir}/man8/*gluster*.8*
 %dir %{_localstatedir}/log/glusterfs
 %dir %{_localstatedir}/run/gluster
@@ -1437,6 +1440,10 @@ fi
 %endif
 
 %changelog
+* Thu Jul 25 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
+- remove gsyncd from glusterfs, it's redundant with glusterfs-geo-rep
+  ready for next build
+
 * Thu Jul 25 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.4.0-3
 - sync changes from upstream glusterfs.spec.in, and esp. glusterd.service
   from gluster w/o Wants=glusterfsd.service


More information about the scm-commits mailing list