From a6f346814062f27f20b79db65bc2c83a365a473d20c64ed03b93c47e1033b711 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 21:48:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/atftp?expand=0&rev=5 --- atftp.changes | 5 +++++ atftp.spec | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/atftp.changes b/atftp.changes index af28894..b74e657 100644 --- a/atftp.changes +++ b/atftp.changes @@ -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 diff --git a/atftp.spec b/atftp.spec index 9c3de9c..d4eb8f4 100644 --- a/atftp.spec +++ b/atftp.spec @@ -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