diff --git a/atftp.changes b/atftp.changes index 9f61bee..8f4ea9a 100644 --- a/atftp.changes +++ b/atftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 6 11:55:01 UTC 2011 - vcizek@suse.com + +- added missing PreReq: pwdutils (bnc#683140) + ------------------------------------------------------------------- Fri Oct 29 23:18:57 UTC 2010 - chris@computersalat.de @@ -108,7 +113,7 @@ Wed Jan 25 21:34:30 CET 2006 - mls@suse.de ------------------------------------------------------------------- Tue Dec 20 11:56:43 CET 2005 - ro@suse.de -- define CLK_TCK if not already done +- define CLK_TCK if not already done ------------------------------------------------------------------- Thu Mar 3 19:12:15 CET 2005 - nashif@suse.de diff --git a/atftp.spec b/atftp.spec index 2248043..fbe70c7 100644 --- a/atftp.spec +++ b/atftp.spec @@ -1,7 +1,7 @@ # -# spec file for package atftp (Version 0.7.0) +# spec file for package atftp # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,7 @@ Patch7: atftpd-0.7_unprotected_assignments_crash.patch Patch8: atftpd-0.7_circumvent_tftp_size_restrictions.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq +PreReq: pwdutils BuildRequires: pwdutils BuildRequires: pcre-devel readline-devel tcpd-devel Conflicts: tftp @@ -54,13 +55,6 @@ is intended for serving boot files to large clusters. It is multithreaded and will eventually support multicast, allowing faster boot of hundreds of machines simultaneously. - - -Authors: --------- - Jean-Pierre Lefebvre - Remi Lefebvre - %prep %setup -q -n %{name}-%{pkg_version} %patch1