forked from pool/atftp
Accepting request 94679 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94679 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=13
This commit is contained in:
parent
a0ad000cb3
commit
4ad81b69fa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 11:20:12 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 15:13:18 UTC 2011 - vcizek@suse.com
|
||||
|
||||
|
@ -14,14 +14,12 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define pkg_version 0.7
|
||||
|
||||
Name: atftp
|
||||
Summary: Advanced TFTP Server and Client
|
||||
Version: 0.7.0
|
||||
Release: 145
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Group: System/Daemons
|
||||
Url: ftp://ftp.mamalinux.com/pub/atftp/
|
||||
@ -42,7 +40,10 @@ Patch9: atftp-0.7-sorcerers_apprentice.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
PreReq: pwdutils
|
||||
BuildRequires: pcre-devel readline-devel tcpd-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: tcpd-devel
|
||||
Conflicts: tftp
|
||||
Recommends: logrotate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user