Remove initscripts from dependencies (#1081399)

This commit is contained in:
Petr Hracek 2014-04-08 09:09:17 +02:00
commit d15eeeccfa

View file

@ -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 <phracek@redhat.com> - 3.3.3-11
- Remove initscripts from dependencies (#1081399)
* Fri Jan 31 2014 Petr Hracek <phracek@redhat.com> - 3.3.3-10
- Fix: #1056675 systemd file incorrectly named (missing file in install section)