SHA256
1
0
forked from pool/atftp

Accepting request 81088 from home:vitezslav_cizek:branches:network

- added missing PreReq: pwdutils (bnc#683140)

OBS-URL: https://build.opensuse.org/request/show/81088
OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=8
This commit is contained in:
Marcus Meissner 2011-09-07 15:51:39 +00:00 committed by Git OBS Bridge
parent 46ac71e05c
commit 5f2b387cd4
2 changed files with 9 additions and 10 deletions

View File

@ -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

View File

@ -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 <helix@step.polymtl.ca>
Remi Lefebvre <remi@debian.org>
%prep
%setup -q -n %{name}-%{pkg_version}
%patch1