missing /run/gluster/metrics, see bz#1624006
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
a7dfa968c6
commit
85ce4a1da6
@ -218,7 +218,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 4.1.3
|
||||
Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
@ -760,7 +760,7 @@ install -D -p -m 0755 %{SOURCE6} \
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log/glusterd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log/glusterfs
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log/glusterfsd
|
||||
mkdir -p %{buildroot}%{_rundir}/gluster
|
||||
mkdir -p %{buildroot}%{_rundir}/gluster/metrics
|
||||
|
||||
# Remove unwanted files from all the shared libraries
|
||||
find %{buildroot}%{_libdir} -name '*.a' -delete
|
||||
@ -1104,6 +1104,7 @@ exit 0
|
||||
%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/system/posix-acl.so
|
||||
%dir %attr(0775,gluster,gluster) %{_rundir}/gluster
|
||||
%dir %attr(0775,gluster,gluster) %{_rundir}/gluster/metrics
|
||||
%if 0%{?_tmpfilesdir:1} && 0%{!?_without_server:1}
|
||||
%{_tmpfilesdir}/gluster.conf
|
||||
%endif
|
||||
@ -1443,8 +1444,11 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 4 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.3-2
|
||||
- missing /run/gluster/metrics, see bz#1624006
|
||||
|
||||
* Tue Sep 4 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||
- --with-ipv6-default
|
||||
- --with-ipv6-default bz#1614769
|
||||
|
||||
* Mon Aug 27 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.3-1
|
||||
- 4.1.3 GA
|
||||
|
Loading…
Reference in New Issue
Block a user