SHA256
1
0
forked from pool/atftp
OBS User unknown 2008-08-22 21:48:08 +00:00 committed by Git OBS Bridge
parent 9d51b3b66e
commit a6f3468140
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 15:14:00 CEST 2008 - ro@suse.de
- change fillup_and_insserv to fillup_only (not active by default)
-------------------------------------------------------------------
Thu Apr 3 15:57:09 CEST 2008 - mrueckert@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package atftp (Version 0.7.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,7 +21,7 @@
Name: atftp
%define pkg_version 0.7
Version: 0.7.0
Release: 96
Release: 125
License: GPL v2 or later
Group: System/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -81,7 +88,7 @@ autoreconf -fi
%stop_on_removal atftpd
%post
%{fillup_and_insserv -n -s atftpd}
%{fillup_only -n atftpd}
%postun
%restart_on_update atftpd
@ -102,6 +109,8 @@ autoreconf -fi
%dir %attr(-,nobody,nogroup) /var/run/atftpd/
%changelog
* Fri Aug 22 2008 ro@suse.de
- change fillup_and_insserv to fillup_only (not active by default)
* Thu Apr 03 2008 mrueckert@suse.de
- added atftpd-0.7_unprotected_assignments_crash.patch: (bnc#291884)
under high load atftpd dies as data access wasnt always protected