automatic version update by autodist [release 20210722-1mamba;Thu Nov 04 2021]
This commit is contained in:
parent
cca7edbdd0
commit
6c79352de9
17
iputils.spec
17
iputils.spec
@ -1,7 +1,7 @@
|
||||
Name: iputils
|
||||
Epoch: 2
|
||||
Version: 20210202
|
||||
Release: 2mamba
|
||||
Version: 20210722
|
||||
Release: 1mamba
|
||||
Summary: Network monitoring tools including ping
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
@ -9,7 +9,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/iputils/iputils
|
||||
Source: https://github.com/iputils/iputils.git/%{version}/iputils-%{version}.tar.bz2
|
||||
#Source: http://www.skbuff.net/iputils/iputils-%{version}.tar.bz2
|
||||
Patch0: %{name}-notftpd.patch
|
||||
Patch1: %{name}-s20071127-rdisc_open_max.patch
|
||||
License: BSD
|
||||
@ -21,6 +20,7 @@ BuildRequires: libidn2-devel
|
||||
BuildRequires: OpenSP
|
||||
BuildRequires: libsysfs-devel
|
||||
BuildRequires: perl-SGMLSpm
|
||||
BuildRequires: iproute
|
||||
|
||||
%description
|
||||
The iputils package contains ping, a basic networking tool.
|
||||
@ -34,7 +34,10 @@ The ping command sends a series of ICMP protocol ECHO_REQUEST packets to a speci
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson \
|
||||
-DBUILD_RARPD=true
|
||||
|
||||
# -DBUILD_TFTPD=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -54,12 +57,18 @@ The ping command sends a series of ICMP protocol ECHO_REQUEST packets to a speci
|
||||
%attr(4755,root,root) %{_bindir}/ping
|
||||
%{_bindir}/tracepath
|
||||
%{_sbindir}/ninfod
|
||||
%{_sbindir}/rarpd
|
||||
%{_sbindir}/rdisc
|
||||
%{_unitdir}/ninfod.service
|
||||
%{_unitdir}/rarpd@.service
|
||||
%{_unitdir}/rdisc.service
|
||||
%{_mandir}/man8/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 20210722-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210202-2mamba
|
||||
- remove ping6 and tracepath6 wrong symlinks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user