From 86061ad67288ff5372de609ce0b3f6c4fa10e161 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Wed, 6 Mar 2019 07:45:31 +0100 Subject: [PATCH] Resolves: #1670779 - Exit code on wrong parameter is zero for many net-tools binaries --- net-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-tools.spec b/net-tools.spec index e8582c6..1785da4 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools Name: net-tools Version: 2.0 -Release: 0.53.%{checkout}%{?dist} +Release: 0.54.%{checkout}%{?dist} License: GPLv2+ URL: http://sourceforge.net/projects/net-tools/ @@ -35,6 +35,7 @@ Patch20: ether-wake-interfaces.patch Patch21: net-tools-ifconfig-EiB.patch Patch22: net-tools-timer-man.patch Patch23: net-tools-interface-name-len.patch +Patch24: net-tools-correct-exit-code.patch BuildRequires: bluez-libs-devel BuildRequires: gettext, libselinux @@ -67,6 +68,7 @@ cp %SOURCE8 ./man/en_US %patch21 -p1 -b .ifconfig-EiB %patch22 -p1 -b .timer-man %patch23 -p1 -b .interface-name-len +%patch24 -p1 -b .exit-codes 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 %changelog +* Wed Mar 06 2019 Michal Ruprich - 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 - 2.0-0.53.20160912git - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild