From b5217f7882df1ab6c976335a36537db8465fc50b9a68ad597630dd68df0bef8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 10 Sep 2017 09:50:23 +0000 Subject: [PATCH] Accepting request 522313 from home:pmonrealgonzalez:branches:network - Changed permissions of /srv/tftpboot to be readable [bsc#940608] OBS-URL: https://build.opensuse.org/request/show/522313 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=34 --- atftp.changes | 5 +++++ atftp.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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