diff --git a/.gitignore b/.gitignore index fcb2593..8f13bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ amanda-3.1.1.tar.gz /amanda-3.3.5.tar.gz /amanda-3.3.6.tar.gz /amanda-3.3.7p1.tar.gz +/amanda-3.3.8.tar.gz diff --git a/amanda.spec b/amanda.spec index d944a86..399ee66 100644 --- a/amanda.spec +++ b/amanda.spec @@ -7,30 +7,30 @@ %global _hardened_build 1 -Summary: A network-capable tape backup solution -Name: amanda -Version: 3.3.7p1 -Release: 2%{?dist} -Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz -Source1: amanda.crontab -Source4: disklist -Source8: amandahosts -Source9: amanda.socket -Source10: amanda@.service -Source11: activate-devpay.1.gz -Source12: killpgrp.8 -Source13: amanda-udp.socket -Source14: amanda-udp.service -Source15: kamanda.socket -Source16: kamanda@.service -Patch1: amanda-3.1.1-xattrs.patch -Patch2: amanda-3.1.1-tcpport.patch -Patch3: amanda-3.2.0-config-dir.patch - -License: BSD and GPLv3+ and GPLv2+ and GPLv2 -Group: Applications/System -URL: http://www.amanda.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Summary: A network-capable tape backup solution +Name: amanda +Version: 3.3.8 +Release: 1%{?dist} +Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz +Source1: amanda.crontab +Source4: disklist +Source8: amandahosts +Source9: amanda.socket +Source10: amanda@.service +Source11: activate-devpay.1.gz +Source12: killpgrp.8 +Source13: amanda-udp.socket +Source14: amanda-udp.service +Source15: kamanda.socket +Source16: kamanda@.service +Patch1: amanda-3.1.1-xattrs.patch +Patch2: amanda-3.1.1-tcpport.patch +Patch3: amanda-3.2.0-config-dir.patch + +License: BSD and GPLv3+ and GPLv2+ and GPLv2 +Group: Applications/System +URL: http://www.amanda.org +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake autoconf libtool %if 0%{?fedora} BuildRequires: dump @@ -45,10 +45,10 @@ Requires(pre): shadow-utils Requires(post): grep sed systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -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 +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 %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::BigInt\\) @@ -66,20 +66,20 @@ will have to install the amanda-client and/or amanda-server packages as well. %package libs -Summary: Amanda libraries -Group: Applications/System -Requires: fileutils grep +Summary: Amanda libraries +Group: Applications/System +Requires: fileutils grep %description libs This package contains basic Amanda libraries, which are used by all Amanda programs. %package client -Summary: The client component of the AMANDA tape backup system -Group: Applications/System -Requires: fileutils grep +Summary: The client component of the AMANDA tape backup system +Group: Applications/System +Requires: fileutils grep Requires(pre): amanda = %{version}-%{release} -Requires: amanda-libs%{?_isa} = %{version}-%{release} +Requires: amanda-libs%{?_isa} = %{version}-%{release} %description client The Amanda-client package should be installed on any machine that will @@ -88,11 +88,11 @@ backed up). You will also need to install the amanda package on each AMANDA client machine. %package server -Summary: The server side of the AMANDA tape backup system -Group: Applications/System -Requires: fileutils grep +Summary: The server side of the AMANDA tape backup system +Group: Applications/System +Requires: fileutils grep Requires(pre): amanda = %{version}-%{release} -Requires: amanda-libs%{?_isa} = %{version}-%{release} +Requires: amanda-libs%{?_isa} = %{version}-%{release} %description server The amanda-server package should be installed on the AMANDA server, @@ -482,6 +482,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Feb 09 2016 Petr Hracek - 3.3.8-1 +- New upstream release 3.3.8 + * Wed Feb 03 2016 Fedora Release Engineering - 3.3.7p1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cc47cd2..d39c5b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -621d39b5a328f465fece4653c170cf7f amanda-3.3.7p1.tar.gz +2e9bb80fd177908cf9c1b010b4399455 amanda-3.3.8.tar.gz