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
|
Name: iputils
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 20210202
|
Version: 20210722
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Network monitoring tools including ping
|
Summary: Network monitoring tools including ping
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,7 +9,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/iputils/iputils
|
URL: https://github.com/iputils/iputils
|
||||||
Source: https://github.com/iputils/iputils.git/%{version}/iputils-%{version}.tar.bz2
|
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
|
Patch0: %{name}-notftpd.patch
|
||||||
Patch1: %{name}-s20071127-rdisc_open_max.patch
|
Patch1: %{name}-s20071127-rdisc_open_max.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -21,6 +20,7 @@ BuildRequires: libidn2-devel
|
|||||||
BuildRequires: OpenSP
|
BuildRequires: OpenSP
|
||||||
BuildRequires: libsysfs-devel
|
BuildRequires: libsysfs-devel
|
||||||
BuildRequires: perl-SGMLSpm
|
BuildRequires: perl-SGMLSpm
|
||||||
|
BuildRequires: iproute
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The iputils package contains ping, a basic networking tool.
|
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
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
-DBUILD_RARPD=true
|
||||||
|
|
||||||
|
# -DBUILD_TFTPD=true
|
||||||
|
|
||||||
%meson_build
|
%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
|
%attr(4755,root,root) %{_bindir}/ping
|
||||||
%{_bindir}/tracepath
|
%{_bindir}/tracepath
|
||||||
%{_sbindir}/ninfod
|
%{_sbindir}/ninfod
|
||||||
|
%{_sbindir}/rarpd
|
||||||
%{_sbindir}/rdisc
|
%{_sbindir}/rdisc
|
||||||
%{_unitdir}/ninfod.service
|
%{_unitdir}/ninfod.service
|
||||||
|
%{_unitdir}/rarpd@.service
|
||||||
%{_unitdir}/rdisc.service
|
%{_unitdir}/rdisc.service
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210202-2mamba
|
||||||
- remove ping6 and tracepath6 wrong symlinks
|
- remove ping6 and tracepath6 wrong symlinks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user