diff --git a/atftp.changes b/atftp.changes index c7fb247..a956973 100644 --- a/atftp.changes +++ b/atftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 8 13:01:24 UTC 2017 - pmonrealgonzalez@suse.com + +- Changed permissions of /srv/tftpboot to be readable [bsc#940608] + ------------------------------------------------------------------- Tue Dec 6 12:39:32 UTC 2016 - vcizek@suse.com diff --git a/atftp.spec b/atftp.spec index 7bd7678..2909dba 100644 --- a/atftp.spec +++ b/atftp.spec @@ -1,7 +1,7 @@ # # spec file for package atftp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -117,7 +117,7 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} mkdir -p %{buildroot}/%{_fwdefdir} install -m 0644 %{SOURCE4} %{buildroot}/%{_fwdefdir}/atftp -install -d -m 0750 %{buildroot}/srv/tftpboot +install -d -m 0755 %{buildroot}/srv/tftpboot install -d -m 0750 %{buildroot}%{_localstatedir}/log/atftpd %pre @@ -178,7 +178,7 @@ fi %{_mandir}/man8/in.tftpd.8.gz %config %{_fwdefdir}/atftp -%dir %attr(0750,tftp,tftp) /srv/tftpboot +%dir %attr(0755,tftp,tftp) /srv/tftpboot %dir %attr(0750,tftp,tftp) %{_localstatedir}/log/atftpd/ %changelog