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:
commit
37d7b1936b
@ -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
|
Thu Feb 08 13:15:17 UTC 2018 - kgronlund@suse.com
|
||||||
|
|
||||||
|
@ -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}
|
%{__ln_s} -f %{_sysconfdir}/init.d/%{pkg_name} %{buildroot}%{_sbindir}/rc%{pkg_name}
|
||||||
%endif
|
%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 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
|
install -D -m 0644 doc/%{pkg_name}.1 %{buildroot}%{_mandir}/man1/%{pkg_name}.1
|
||||||
%if %{with apparmor}
|
%if %{with apparmor}
|
||||||
|
Loading…
Reference in New Issue
Block a user