Remove dependency on dump in RHEL-7
This commit is contained in:
parent
c2fc17aa58
commit
290477eebb
1 changed files with 8 additions and 2 deletions
10
amanda.spec
10
amanda.spec
|
|
@ -10,7 +10,7 @@
|
|||
Summary: A network-capable tape backup solution
|
||||
Name: amanda
|
||||
Version: 3.3.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
|
||||
Source1: amanda.crontab
|
||||
Source4: disklist
|
||||
|
|
@ -30,7 +30,10 @@ Group: Applications/System
|
|||
URL: http://www.amanda.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: dump gnuplot cups samba-client tar grep fileutils
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: dump
|
||||
%endif
|
||||
BuildRequires: gnuplot cups samba-client tar grep fileutils
|
||||
BuildRequires: gcc-c++ readline-devel
|
||||
BuildRequires: krb5-devel rsh openssh-clients ncompress mtx mt-st
|
||||
BuildRequires: perl-devel perl(ExtUtils::Embed) perl(Test::Simple)
|
||||
|
|
@ -451,6 +454,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-2
|
||||
- Remove dependency on dump in RHEL-7
|
||||
|
||||
* Fri Mar 22 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-1
|
||||
- New upstream version
|
||||
- Dependecy to /usr/sbin/service was removed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue