From d15eeeccfa55c7092f4697dd2f9830615c3f3e2d Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 8 Apr 2014 09:09:17 +0200 Subject: [PATCH] Remove initscripts from dependencies (#1081399) --- amanda.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/amanda.spec b/amanda.spec index f4d6337..29f3353 100644 --- a/amanda.spec +++ b/amanda.spec @@ -10,7 +10,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 3.3.3 -Release: 10%{?dist} +Release: 11%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -45,7 +45,7 @@ Requires(pre): shadow-utils Requires(post): grep sed systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -Requires: fileutils grep initscripts tar /bin/mail +Requires: fileutils grep tar /bin/mail Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: amanda-libs%{?_isa} = %{version}-%{release} Obsoletes: amanda-devel < 2.6.1p2-5 @@ -475,6 +475,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Apr 08 2014 Petr Hracek - 3.3.3-11 +- Remove initscripts from dependencies (#1081399) + * Fri Jan 31 2014 Petr Hracek - 3.3.3-10 - Fix: #1056675 systemd file incorrectly named (missing file in install section)