disable traceroute and require better external package [release 1.9.2-4mamba;Sat Jun 21 2014]
This commit is contained in:
parent
e5502a8484
commit
9da1f2b5f6
@ -1,6 +1,6 @@
|
||||
Name: inetutils
|
||||
Version: 1.9.2
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: A collection of common network programs
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
@ -34,8 +34,7 @@ Provides: ftp
|
||||
Obsoletes: ftp
|
||||
Provides: telnet
|
||||
Obsoletes: telnet
|
||||
Provides: traceroute
|
||||
Obsoletes: traceroute
|
||||
Requires: traceroute
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Conflicts: tftp
|
||||
|
||||
@ -95,7 +94,8 @@ sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||
--disable-ifconfig \
|
||||
--disable-hostname \
|
||||
--disable-whois \
|
||||
--disable-dnsdomainname
|
||||
--disable-dnsdomainname \
|
||||
--disable-traceroute
|
||||
|
||||
# --with-krb5 \
|
||||
# --with-krb4=no \
|
||||
@ -176,7 +176,6 @@ fi
|
||||
/bin/talk
|
||||
/bin/telnet
|
||||
/bin/tftp
|
||||
%attr(4755,root,root) /bin/traceroute
|
||||
#/bin/whois
|
||||
%{_infodir}/inetutils.info*
|
||||
%{_mandir}/man1/ftp.1*
|
||||
@ -190,7 +189,6 @@ fi
|
||||
%{_mandir}/man1/talk.1*
|
||||
%{_mandir}/man1/telnet.1*
|
||||
%{_mandir}/man1/tftp.1*
|
||||
%{_mandir}/man1/traceroute.1*
|
||||
#%{_mandir}/man1/whois.1.gz
|
||||
%doc AUTHORS COPYING THANKS
|
||||
#%doc ChangeLog ChangeLog.0 NEWS README README-alpha TODO
|
||||
@ -240,6 +238,9 @@ fi
|
||||
%dir %attr(0750,root,root) %{_localstatedir}/lib/tftpboot
|
||||
|
||||
%changelog
|
||||
* Sat Jun 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-4mamba
|
||||
- disable traceroute and require better external package
|
||||
|
||||
* Wed Apr 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-3mamba
|
||||
- rebuilt to fix ftp missing link to libncurses/libtermcap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user