GlusterFS 3.7.9 GA
This commit is contained in:
parent
4baf64249a
commit
0a03de21f1
@ -168,8 +168,8 @@
|
||||
Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.7.8
|
||||
Release: 4%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Version: 3.7.9
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -793,7 +793,15 @@ rm -rf %{buildroot}
|
||||
##-----------------------------------------------------------------------------
|
||||
## 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
|
||||
|
||||
@ -977,6 +985,10 @@ exit 0
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/stat-prefetch.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/write-behind.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system/posix-acl.so
|
||||
%dir %{_localstatedir}/run/gluster
|
||||
%if 0%{?_tmpfilesdir:1}
|
||||
%{_tmpfilesdir}/gluster.conf
|
||||
%endif
|
||||
|
||||
%files api
|
||||
%exclude %{_libdir}/*.so
|
||||
@ -1081,6 +1093,7 @@ exit 0
|
||||
%{_datadir}/glusterfs/scripts/gsync-upgrade.sh
|
||||
%{_datadir}/glusterfs/scripts/generate-gfid-file.sh
|
||||
%{_datadir}/glusterfs/scripts/gsync-sync-gfid
|
||||
%{_datadir}/glusterfs/scripts/schedule_georep.py*
|
||||
%ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
|
||||
%{_libexecdir}/glusterfs/gfind_missing_files
|
||||
%{_sbindir}/gfind_missing_files
|
||||
@ -1234,6 +1247,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%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
|
||||
- %%post, %%pre -p /sbin/ldconfig handling (1312374, 1315024)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user