From 3d734ae8fc3d118048c5dc40e0a44253523efc61 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Jun 25 2013 12:04:12 +0000 Subject: Remove dependency on dump in RHEL-7 --- diff --git a/amanda.spec b/amanda.spec index 22d84ec..1e48de7 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: 2%{?dist} +Release: 3%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -32,7 +32,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) @@ -460,6 +463,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Jun 25 2013 Petr Hracek - 3.3.3-3 +- Remove dependency on dump in RHEL-7 + * Tue Jun 18 2013 Petr Hracek - 3.3.3-2 - Added systemd udp unit files