From 4edbc06ed420515f950f1e3e42bd1ff4630728d1 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 19 Jun 2018 10:34:00 +0200 Subject: [PATCH] Remove initscripts from Requires (#1592372) Resolves: #1592372 --- numad.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/numad.spec b/numad.spec index 2530456..0af2346 100644 --- a/numad.spec +++ b/numad.spec @@ -2,7 +2,7 @@ Name: numad Version: 0.5 -Release: 25.20150602git%{?dist} +Release: 26.20150602git%{?dist} Summary: NUMA user daemon License: LGPLv2 @@ -14,9 +14,9 @@ URL: https://pagure.io/numad # tar --exclude-vcs -cJf numad-0.5git.tar.xz numad-0.5git/ Source0: %{name}-%{version}git.tar.xz -Requires: systemd-units, initscripts -Requires(post): systemd-units, initscripts -Requires(preun): systemd-units, initscripts +Requires: systemd-units +Requires(post): systemd-units +Requires(preun): systemd-units BuildRequires: systemd-units ExcludeArch: s390 %{arm} @@ -57,6 +57,9 @@ make install prefix=%{buildroot}/usr %systemd_postun numad.service %changelog +* Tue Jun 19 2018 Jan Synáček - 0.5-26.20150602git +- Remove initscripts from Requires (#1592372) + * Thu Feb 08 2018 Fedora Release Engineering - 0.5-25.20150602git - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild