From 370ae09a29dae516c0c8661f1a1cedaf13253109 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 30 Jan 2018 10:10:25 +0100 Subject: [PATCH] removing dependencies on systemd-units from spec file --- net-tools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-tools.spec b/net-tools.spec index 11f4781..d04c448 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.45.%{checkout}%{?dist} +Release: 0.46.%{checkout}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://sourceforge.net/projects/net-tools/ @@ -39,8 +39,8 @@ Patch22: net-tools-timer-man.patch BuildRequires: bluez-libs-devel BuildRequires: gettext, libselinux BuildRequires: libselinux-devel -BuildRequires: systemd-units -Requires(post): systemd-units +BuildRequires: systemd +%{?systemd_requires} %description The net-tools package contains basic networking tools, @@ -137,6 +137,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service %changelog +* Tue Jan 30 2018 Michal Ruprich - 2.0-0.46.20160912git +- removing dependencies on systemd-units from spec file + * Fri Nov 24 2017 Michal Ruprich - 2.0-0.45.20160912git - Resolves: #1478868 - netstat(8) portion on Timer needs writing