SHA256
1
0
forked from pool/haproxy

- on sle11 we still need to own /etc/apparmor.d/local

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=125
This commit is contained in:
Marcus Rückert 2015-11-21 01:36:28 +00:00 committed by Git OBS Bridge
parent 509735af61
commit e7412317a3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 21 01:36:11 UTC 2015 - mrueckert@suse.de
- on sle11 we still need to own /etc/apparmor.d/local
-------------------------------------------------------------------
Sat Nov 21 01:15:07 UTC 2015 - mrueckert@suse.de

View File

@ -231,6 +231,9 @@ rm examples/haproxy.spec examples/*init* examples/haproxy.vim
%{_mandir}/man1/%{pkg_name}.1.gz
%{vim_data_dir}/syntax/%{pkg_name}.vim
%if %{with apparmor}
%if 0%{?suse_version} == 1110
%dir /etc/apparmor.d/local/
%endif
%config(noreplace) /etc/apparmor.d/usr.sbin.haproxy
%config(noreplace) /etc/apparmor.d/local/usr.sbin.haproxy
%endif