diff --git a/net-tools.spec b/net-tools.spec index 3be4402..37c9880 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -1,5 +1,5 @@ Name: net-tools -Version: 1.60.20130916git +Version: 1.60.20160710git Release: 1mamba Summary: The basic tools for setting up networking. Group: Applications/Networking @@ -20,6 +20,9 @@ Patch7: %{name}-1.60-nameif-2.patch Patch8: %{name}-1.60-virtualname-1.patch Patch9: %{name}-1.60-kernel2.6.29.patch License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END Requires: inetutils BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -40,8 +43,13 @@ The net-tools package contains the basic tools needed for setting up networking: #%patch8 -p 1 #%patch9 -p 1 +cat >> config.make << _EOF +HAVE_ARP_TOOLS=1 +HAVE_HOSTNAME_TOOLS=1 +_EOF + %build -cp %{SOURCE1} ./config.in +#cp %{SOURCE1} ./config.in yes "" | make \ CC=%{_target_platform}-gcc \ @@ -90,6 +98,9 @@ ln -sf ../bin/ifconfig %{buildroot}/sbin/ifconfig %{_mandir}/man8/* %changelog +* Sun Aug 07 2016 Automatic Build System 1.60.20160710git-1mamba +- automatic version update by autodist + * Mon Sep 16 2013 Automatic Build System 1.60.20130916git-1mamba - update to 1.60.20130916git