Accepting request 582332 from server:http

OBS-URL: https://build.opensuse.org/request/show/582332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2018-03-04 11:52:48 +00:00 committed by Git OBS Bridge
commit 37d7b1936b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 2 16:37:25 UTC 2018 - kgronlund@suse.com
- Ensure haproxy home directory is not world readable (bsc#1077716)
-------------------------------------------------------------------
Thu Feb 08 13:15:17 UTC 2018 - kgronlund@suse.com

View File

@ -163,7 +163,7 @@ install -D -m 0755 %{S:1} %{buildroot}%{_sysconfdir}/init.d
%{__ln_s} -f %{_sysconfdir}/init.d/%{pkg_name} %{buildroot}%{_sbindir}/rc%{pkg_name}
%endif
install -d -m 0755 %{buildroot}%{pkg_home}
install -d -m 0750 %{buildroot}%{pkg_home}
install -D -m 0644 examples/haproxy.vim %{buildroot}%{vim_data_dir}/syntax/%{pkg_name}.vim
install -D -m 0644 doc/%{pkg_name}.1 %{buildroot}%{_mandir}/man1/%{pkg_name}.1
%if %{with apparmor}