Accepting request 523600 from home:scarabeus_iv:branches:network

- Fix /srv/tftpboot permissions wrt bsc#940608

OBS-URL: https://build.opensuse.org/request/show/523600
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=89
This commit is contained in:
Ismail Dönmez 2017-09-13 14:15:31 +00:00 committed by Git OBS Bridge
parent d7b45ae928
commit 1c4b4aee27
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 08:29:59 UTC 2017 - tchvatal@suse.com
- Fix /srv/tftpboot permissions wrt bsc#940608
-------------------------------------------------------------------
Fri Aug 18 11:16:03 UTC 2017 - dmueller@suse.com

View File

@ -145,7 +145,7 @@ install -m 644 %SOURCE6 ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2
install -d 755 ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/
install -m 644 dbus/dnsmasq.conf ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/dnsmasq.service
install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
install -d -m 0755 ${RPM_BUILD_ROOT}/srv/tftpboot
ln -sf %{_sbindir}/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
install -d -m 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/dnsmasq.d
install -m 644 trust-anchors.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/dnsmasq.d/trust-anchors.conf
@ -181,7 +181,7 @@ rm -rf contrib/MacOSX-launchd
%dir %{_sysconfdir}/dnsmasq.d
%config(noreplace) %{_sysconfdir}/dnsmasq.d/trust-anchors.conf
%dir %attr(0750,tftp,tftp) /srv/tftpboot
%dir %attr(0755,tftp,tftp) /srv/tftpboot
%files utils
%defattr(-,root,root,-)