removing dependencies on systemd-units from spec file
This commit is contained in:
parent
7dbe1ac2b8
commit
370ae09a29
@ -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.45.%{checkout}%{?dist}
|
Release: 0.46.%{checkout}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/net-tools/
|
URL: http://sourceforge.net/projects/net-tools/
|
||||||
@ -39,8 +39,8 @@ Patch22: net-tools-timer-man.patch
|
|||||||
BuildRequires: bluez-libs-devel
|
BuildRequires: bluez-libs-devel
|
||||||
BuildRequires: gettext, libselinux
|
BuildRequires: gettext, libselinux
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd
|
||||||
Requires(post): systemd-units
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The net-tools package contains basic networking tools,
|
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
|
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 30 2018 Michal Ruprich <mruprich@redhat.com> - 2.0-0.46.20160912git
|
||||||
|
- removing dependencies on systemd-units from spec file
|
||||||
|
|
||||||
* Fri Nov 24 2017 Michal Ruprich <mruprich@redhat.com> - 2.0-0.45.20160912git
|
* Fri Nov 24 2017 Michal Ruprich <mruprich@redhat.com> - 2.0-0.45.20160912git
|
||||||
- Resolves: #1478868 - netstat(8) portion on Timer needs writing
|
- Resolves: #1478868 - netstat(8) portion on Timer needs writing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user