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