forked from pool/munin
Accepting request 827835 from home:dimstar:Factory
- Stop abusing %{_libexecdir} for the firewalld service files. OBS-URL: https://build.opensuse.org/request/show/827835 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=59
This commit is contained in:
parent
5b3a07cea8
commit
6c9d9bccf6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 10:11:07 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Stop abusing %{_libexecdir} for the firewalld service files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 21 11:04:27 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Sat Mar 21 11:04:27 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ ln nginx-munin-master/README.org README.nginx
|
|||||||
ln munin-gsa-master/README.md README.gsa
|
ln munin-gsa-master/README.md README.gsa
|
||||||
|
|
||||||
# firewalld
|
# firewalld
|
||||||
install -D -m 644 %{SOURCE6} %{buildroot}%{_libexecdir}/firewalld/services/munin-node.xml
|
install -D -m 644 %{SOURCE6} %{buildroot}%{_prefix}/lib/firewalld/services/munin-node.xml
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
@ -442,8 +442,8 @@ chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
|||||||
%attr(0755, munin, munin) %dir %{dbdir}
|
%attr(0755, munin, munin) %dir %{dbdir}
|
||||||
%attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state
|
%attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state
|
||||||
%ghost /run/munin
|
%ghost /run/munin
|
||||||
%dir %{_libexecdir}/firewalld
|
%dir %{_prefix}/lib/firewalld
|
||||||
%dir %{_libexecdir}/firewalld/services
|
%dir %{_prefix}/lib/firewalld/services
|
||||||
%{_libexecdir}/firewalld/services/munin-node.xml
|
%{_prefix}/lib/firewalld/services/munin-node.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user