diff --git a/.gitignore b/.gitignore index 10f667f..dd8550e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ amanda-3.1.1.tar.gz /amanda-3.3.0beta1.tar.gz /amanda-3.3.0.tar.gz /amanda-3.3.1.tar.gz +/amanda-3.3.3.tar.gz diff --git a/amanda.spec b/amanda.spec index 1390ebf..0fa4968 100644 --- a/amanda.spec +++ b/amanda.spec @@ -9,8 +9,8 @@ Summary: A network-capable tape backup solution Name: amanda -Version: 3.3.2 -Release: 5%{?dist} +Version: 3.3.3 +Release: 1%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -63,7 +63,7 @@ well. %package client Summary: The client component of the AMANDA tape backup system Group: Applications/System -Requires: fileutils grep /usr/sbin/service +Requires: fileutils grep Requires(pre): amanda = %{version}-%{release} %description client @@ -75,7 +75,7 @@ AMANDA client machine. %package server Summary: The server side of the AMANDA tape backup system Group: Applications/System -Requires: fileutils grep /usr/sbin/service +Requires: fileutils grep Requires(pre): amanda = %{version}-%{release} %description server @@ -363,6 +363,7 @@ rm -rf ${RPM_BUILD_ROOT} %{perl_vendorarch}/Amanda/DB/ %{perl_vendorarch}/Amanda/Device.pm %{perl_vendorarch}/Amanda/Disklist.pm +%{perl_vendorarch}/Amanda/Extract.pm %{perl_vendorarch}/Amanda/Holding.pm %{perl_vendorarch}/Amanda/Changer/ %{perl_vendorarch}/Amanda/Changer.pm @@ -450,6 +451,11 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Mar 22 2013 Petr Hracek - 3.3.3-1 +- New upstream version +- Dependecy to /usr/sbin/service was removed. + Instead of /usr/sbin/service systemd files are used. + * Thu Mar 21 2013 Petr Hracek - 3.3.2-5 - Fix (#924326) Requires /sbin/service was changed to /usr/sbin/service @@ -805,7 +811,7 @@ rm -rf ${RPM_BUILD_ROOT} - New upstream version - Turn on --disable-dependency-tracking to work around an automake bug. -* Fri Jun 28 2004 Jay Fenlason 2.4.4p3-1 +* Mon Jun 28 2004 Jay Fenlason 2.4.4p3-1 - New upstream version * Tue Jun 15 2004 Elliot Lee diff --git a/sources b/sources index ca969e4..f40562a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a6cfe47eaee121f22540ac5fa58c366 amanda-3.3.2.tar.gz +2b9c7fbc030d7c242197cc8367e9a6b8 amanda-3.3.3.tar.gz