GlusterFS 3.7.9 GA
This commit is contained in:
parent
4baf64249a
commit
0a03de21f1
@ -168,8 +168,8 @@
|
|||||||
Summary: Distributed File System
|
Summary: Distributed File System
|
||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.7.8
|
Version: 3.7.9
|
||||||
Release: 4%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
Vendor: Fedora Project
|
Vendor: Fedora Project
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
@ -793,7 +793,15 @@ rm -rf %{buildroot}
|
|||||||
##-----------------------------------------------------------------------------
|
##-----------------------------------------------------------------------------
|
||||||
## All %%post should be placed here and keep them sorted
|
## All %%post should be placed here and keep them sorted
|
||||||
##
|
##
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
%if ( 0%{!?_without_syslog:1} )
|
||||||
|
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
|
||||||
|
%_init_restart rsyslog
|
||||||
|
exit 0
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post api -p /sbin/ldconfig
|
%post api -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -977,6 +985,10 @@ exit 0
|
|||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/stat-prefetch.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/stat-prefetch.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/write-behind.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/write-behind.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system/posix-acl.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system/posix-acl.so
|
||||||
|
%dir %{_localstatedir}/run/gluster
|
||||||
|
%if 0%{?_tmpfilesdir:1}
|
||||||
|
%{_tmpfilesdir}/gluster.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%files api
|
%files api
|
||||||
%exclude %{_libdir}/*.so
|
%exclude %{_libdir}/*.so
|
||||||
@ -1081,6 +1093,7 @@ exit 0
|
|||||||
%{_datadir}/glusterfs/scripts/gsync-upgrade.sh
|
%{_datadir}/glusterfs/scripts/gsync-upgrade.sh
|
||||||
%{_datadir}/glusterfs/scripts/generate-gfid-file.sh
|
%{_datadir}/glusterfs/scripts/generate-gfid-file.sh
|
||||||
%{_datadir}/glusterfs/scripts/gsync-sync-gfid
|
%{_datadir}/glusterfs/scripts/gsync-sync-gfid
|
||||||
|
%{_datadir}/glusterfs/scripts/schedule_georep.py*
|
||||||
%ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
|
%ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
|
||||||
%{_libexecdir}/glusterfs/gfind_missing_files
|
%{_libexecdir}/glusterfs/gfind_missing_files
|
||||||
%{_sbindir}/gfind_missing_files
|
%{_sbindir}/gfind_missing_files
|
||||||
@ -1234,6 +1247,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 19 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.9-1
|
||||||
|
- GlusterFS 3.7.9 GA
|
||||||
|
|
||||||
* Fri Mar 4 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.8-4
|
* Fri Mar 4 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.8-4
|
||||||
- %%post, %%pre -p /sbin/ldconfig handling (1312374, 1315024)
|
- %%post, %%pre -p /sbin/ldconfig handling (1312374, 1315024)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user