Remove old crufty coreutils requires
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
bf23cfe508
commit
4c6d80fdef
1 changed files with 9 additions and 6 deletions
15
amanda.spec
15
amanda.spec
|
|
@ -10,7 +10,7 @@
|
|||
Summary: A network-capable tape backup solution
|
||||
Name: amanda
|
||||
Version: 3.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
|
||||
Source1: amanda.crontab
|
||||
Source4: disklist
|
||||
|
|
@ -35,7 +35,7 @@ URL: http://www.amanda.org
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: dump xfsdump
|
||||
BuildRequires: gnuplot cups samba-client tar grep fileutils
|
||||
BuildRequires: gnuplot cups samba-client tar grep
|
||||
BuildRequires: gcc-c++ readline-devel
|
||||
BuildRequires: krb5-devel rsh openssh-clients ncompress mtx mt-st
|
||||
BuildRequires: perl-devel perl-generators perl(ExtUtils::Embed) perl(Test::Simple)
|
||||
|
|
@ -44,7 +44,7 @@ BuildRequires: libcurl-devel procps-ng
|
|||
Requires(post): grep sed systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Requires: fileutils grep tar /bin/mail
|
||||
Requires: 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
|
||||
|
|
@ -71,7 +71,7 @@ well.
|
|||
%package libs
|
||||
Summary: Amanda libraries
|
||||
Group: Applications/System
|
||||
Requires: fileutils grep
|
||||
Requires: grep
|
||||
|
||||
%description libs
|
||||
This package contains basic Amanda libraries, which are used by all
|
||||
|
|
@ -80,7 +80,7 @@ Amanda programs.
|
|||
%package client
|
||||
Summary: The client component of the AMANDA tape backup system
|
||||
Group: Applications/System
|
||||
Requires: fileutils grep
|
||||
Requires: grep
|
||||
Requires(pre): amanda = %{version}-%{release}
|
||||
Requires: amanda-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ AMANDA client machine.
|
|||
%package server
|
||||
Summary: The server side of the AMANDA tape backup system
|
||||
Group: Applications/System
|
||||
Requires: fileutils grep
|
||||
Requires: grep
|
||||
Requires: perl(Amanda::DB) perl(Amanda::Recovery) perl(Amanda::Service)
|
||||
Requires(pre): amanda = %{version}-%{release}
|
||||
Requires: amanda-libs%{?_isa} = %{version}-%{release}
|
||||
|
|
@ -438,6 +438,9 @@ make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.5-2
|
||||
- Remove old crufty coreutils requires
|
||||
|
||||
* Thu Sep 28 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.5-1
|
||||
- Update to 3.5.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue