disable traceroute and require better external package [release 1.9.2-4mamba;Sat Jun 21 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 23:54:40 +01:00
parent e5502a8484
commit 9da1f2b5f6

View File

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