From 5c6382425c31b9beeeea4207bf9f7eb1e86ef348 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:54:41 +0100 Subject: [PATCH] rebuilt with debug package [release 1.9.4-2mamba;Sun Nov 29 2020] --- inetutils.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/inetutils.spec b/inetutils.spec index 9b11d2a..4ba00ba 100644 --- a/inetutils.spec +++ b/inetutils.spec @@ -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 1.9.4-2mamba +- rebuilt with debug package + * Sun Jun 21 2015 Automatic Build System 1.9.4-1mamba - automatic version update by autodist