rebuilt with debug package [release 1.9.4-2mamba;Sun Nov 29 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 23:54:41 +01:00
parent 2a59d7f6cc
commit 5c6382425c

View File

@ -1,6 +1,6 @@
Name: inetutils
Version: 1.9.4
Release: 1mamba
Release: 2mamba
Summary: A collection of common network programs
Group: Applications/Networking
Vendor: openmamba
@ -80,11 +80,13 @@ Conflicts: tftp-server
%description tftpd
A tftp server.
%debug_package
%prep
%setup -q
sed -i -e '/gets is a/d' lib/stdio.in.h
%build
sed -i -e '/gets is a/d' lib/stdio.in.h
%configure \
--bindir=/bin \
--with-wrap \
@ -95,7 +97,8 @@ sed -i -e '/gets is a/d' lib/stdio.in.h
--disable-hostname \
--disable-whois \
--disable-dnsdomainname \
--disable-traceroute
--disable-traceroute \
CFLAGS="%{optflags} -fcommon"
# --with-krb5 \
# --with-krb4=no \
@ -240,6 +243,9 @@ fi
%dir %attr(0750,root,root) %{_localstatedir}/lib/tftpboot
%changelog
* Sun Nov 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-2mamba
- rebuilt with debug package
* Sun Jun 21 2015 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
- automatic version update by autodist