glusterfs-3.4.1-2, BUG 1014242

This commit is contained in:
Kaleb S. KEITHLEY 2013-10-01 11:53:09 -04:00
parent d80b431d70
commit bdcd95c18e

View File

@ -411,8 +411,10 @@ This package provides the api include files.
%{__install} -D -p -m 0644 extras/glusterd-sysconfig \
%{buildroot}%{_sysconfdir}/sysconfig/glusterd
%endif
%if ( 0%{?rhel} && 0%{?rhel} > 5 )
%{__mkdir_p} %{buildroot}%{python_sitelib}/gluster
touch %{buildroot}%{python_sitelib}/gluster/__init__.py
%endif
%if ( 0%{_for_fedora_koji_builds} )
%if ( 0%{?rhel} && 0%{?rhel} <= 5 )
@ -617,7 +619,7 @@ fi
%endif
# init files
%_init_glusterd
%if ( 0%{_for_fedora_koji_builds} && 0%{?_with_systemd:1} )
%if ( 0%{_for_fedora_koji_builds} )
%_init_glusterfsd
%endif
# binaries
@ -674,7 +676,9 @@ fi
%exclude %{_libdir}/*.so
%{_libdir}/libgfapi.*
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/api*
%if ( 0%{?rhel} && 0%{?rhel} > 5 )
%{python_sitelib}/gluster/__init__.p*
%endif
%if ( 0%{!?_without_ocf:1} )
%files resource-agents
@ -761,6 +765,9 @@ fi
%changelog
* Tue Oct 1 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.4.1-2
- resurrect /etc/init.d/glusterfsd, BUG 1014242
* Fri Sep 27 2013 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.4.1-1
- GlusterFS 3.4.1 GA, glusterfs-3.4.1-1