forked from pool/atftp
This commit is contained in:
parent
9d51b3b66e
commit
a6f3468140
@ -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
|
Thu Apr 3 15:57:09 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
17
atftp.spec
17
atftp.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package atftp (Version 0.7.0)
|
# spec file for package atftp (Version 0.7.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,7 +21,7 @@
|
|||||||
Name: atftp
|
Name: atftp
|
||||||
%define pkg_version 0.7
|
%define pkg_version 0.7
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 96
|
Release: 125
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -81,7 +88,7 @@ autoreconf -fi
|
|||||||
%stop_on_removal atftpd
|
%stop_on_removal atftpd
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{fillup_and_insserv -n -s atftpd}
|
%{fillup_only -n atftpd}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update atftpd
|
%restart_on_update atftpd
|
||||||
@ -102,6 +109,8 @@ autoreconf -fi
|
|||||||
%dir %attr(-,nobody,nogroup) /var/run/atftpd/
|
%dir %attr(-,nobody,nogroup) /var/run/atftpd/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 03 2008 mrueckert@suse.de
|
||||||
- added atftpd-0.7_unprotected_assignments_crash.patch: (bnc#291884)
|
- added atftpd-0.7_unprotected_assignments_crash.patch: (bnc#291884)
|
||||||
under high load atftpd dies as data access wasnt always protected
|
under high load atftpd dies as data access wasnt always protected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user