workaround for %ghost %{_sharedstatedir}/glusterd/hooks/1/delete/post
pending correct fix that also packages the .pyc and .pyo files.
This commit is contained in:
parent
951f25adb4
commit
4064a38db7
@ -165,7 +165,7 @@ Summary: Cluster File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.7.2
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -1231,7 +1231,7 @@ fi
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/create/post
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/create/pre
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/delete
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/delete/post
|
||||
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/delete/post
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/delete/pre
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd
|
||||
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/vols
|
||||
@ -1254,6 +1254,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.2-2
|
||||
- workaround for %%ghost %{_sharedstatedir}/glusterd/hooks/1/delete/post
|
||||
pending correct fix that also packages the .pyc and .pyo files.
|
||||
|
||||
* Fri Jun 19 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.2-1
|
||||
- GlusterFS 3.7.2 GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user