Remove initscripts from dependencies (#1081399)
This commit is contained in:
parent
a20abb3ca1
commit
d15eeeccfa
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue