checkpoint changes for next release
This commit is contained in:
parent
3796ec7d17
commit
807eadc976
@ -35,6 +35,10 @@
|
|||||||
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@tar.gz --without ufo
|
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@tar.gz --without ufo
|
||||||
%{?_without_ufo:%global _without_ufo true}
|
%{?_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 )
|
%if ( 0%{?fedora} && 0%{?fedora} > 16 ) || ( 0%{?rhel} && 0%{?rhel} > 6 )
|
||||||
%global _with_systemd true
|
%global _with_systemd true
|
||||||
%endif
|
%endif
|
||||||
@ -891,7 +895,6 @@ cp ufo/bin/gluster-swift-gen-builders %{buildroot}%{_bindir}/
|
|||||||
%{_libdir}/glusterfs
|
%{_libdir}/glusterfs
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_sbindir}/glusterfs*
|
%{_sbindir}/glusterfs*
|
||||||
%{_libexecdir}/glusterfs
|
|
||||||
%{_mandir}/man8/*gluster*.8*
|
%{_mandir}/man8/*gluster*.8*
|
||||||
%dir %{_localstatedir}/log/glusterfs
|
%dir %{_localstatedir}/log/glusterfs
|
||||||
%dir %{_localstatedir}/run/gluster
|
%dir %{_localstatedir}/run/gluster
|
||||||
@ -1437,6 +1440,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- sync changes from upstream glusterfs.spec.in, and esp. glusterd.service
|
||||||
from gluster w/o Wants=glusterfsd.service
|
from gluster w/o Wants=glusterfsd.service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user