Resolves: #1670779 - Exit code on wrong parameter is zero for many net-tools binaries
This commit is contained in:
parent
2e97eeb727
commit
86061ad672
@ -3,7 +3,7 @@
|
|||||||
Summary: Basic networking tools
|
Summary: Basic networking tools
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.53.%{checkout}%{?dist}
|
Release: 0.54.%{checkout}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceforge.net/projects/net-tools/
|
URL: http://sourceforge.net/projects/net-tools/
|
||||||
|
|
||||||
@ -35,6 +35,7 @@ Patch20: ether-wake-interfaces.patch
|
|||||||
Patch21: net-tools-ifconfig-EiB.patch
|
Patch21: net-tools-ifconfig-EiB.patch
|
||||||
Patch22: net-tools-timer-man.patch
|
Patch22: net-tools-timer-man.patch
|
||||||
Patch23: net-tools-interface-name-len.patch
|
Patch23: net-tools-interface-name-len.patch
|
||||||
|
Patch24: net-tools-correct-exit-code.patch
|
||||||
|
|
||||||
BuildRequires: bluez-libs-devel
|
BuildRequires: bluez-libs-devel
|
||||||
BuildRequires: gettext, libselinux
|
BuildRequires: gettext, libselinux
|
||||||
@ -67,6 +68,7 @@ cp %SOURCE8 ./man/en_US
|
|||||||
%patch21 -p1 -b .ifconfig-EiB
|
%patch21 -p1 -b .ifconfig-EiB
|
||||||
%patch22 -p1 -b .timer-man
|
%patch22 -p1 -b .timer-man
|
||||||
%patch23 -p1 -b .interface-name-len
|
%patch23 -p1 -b .interface-name-len
|
||||||
|
%patch24 -p1 -b .exit-codes
|
||||||
|
|
||||||
touch ./config.h
|
touch ./config.h
|
||||||
|
|
||||||
@ -139,6 +141,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service
|
|||||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 06 2019 Michal Ruprich <mruprich@redhat.com> - 2.0-0.54.20160912git
|
||||||
|
- Resolves: #1670779 - Exit code on wrong parameter is zero for many net-tools binaries
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.53.20160912git
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.53.20160912git
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user