forked from pool/atftp
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
This commit is contained in:
parent
8ce17eeab2
commit
b5217f7882
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user