forked from pool/haproxy
Accepting request 346601 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/346601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=35
This commit is contained in:
commit
fe1dfd7c32
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- instead of owning the apparmor directories, BR apparmor-profiles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 14:50:26 UTC 2015 - mrueckert@suse.de
|
||||
|
||||
|
@ -46,6 +46,9 @@ Release: 0
|
||||
#
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with apparmor}
|
||||
BuildRequires: apparmor-profiles
|
||||
%endif
|
||||
BuildRequires: libgcrypt-devel
|
||||
%if %{with lua}
|
||||
BuildRequires: lua-devel >= 5.3
|
||||
@ -228,8 +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}
|
||||
%dir /etc/apparmor.d/
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user