diff --git a/amanda.spec b/amanda.spec index c121edb..11c4f92 100644 --- a/amanda.spec +++ b/amanda.spec @@ -7,7 +7,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 2.6.0p2 -Release: 8%{?dist} +Release: 9%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz #Source: http://www.zmanda.com/downloads/community/community-builds/amanda-%{version}.tar.gz Source1: amanda.crontab @@ -52,7 +52,7 @@ well. Summary: The client component of the AMANDA tape backup system Group: Applications/System Requires: fileutils grep /sbin/service -Requires(pre): amanda = %{version} +Requires(pre): amanda = %{version}-%{release} Requires(post): grep sed %description client @@ -65,7 +65,7 @@ AMANDA client machine. Summary: The server side of the AMANDA tape backup system Group: Applications/System Requires: fileutils grep /sbin/service -Requires(pre): amanda = %{version} +Requires(pre): amanda = %{version}-%{release} Requires(post): grep sed findutils %description server @@ -78,7 +78,7 @@ server also needs to have the amanda-client package installed. %package devel Summary: Libraries and documentation of the AMANDA tape backup system Group: Development/Libraries -Requires(pre): amanda = %{version} +Requires(pre): amanda = %{version}-%{release} %description devel The amanda-devel package should be installed on any machine that will @@ -375,6 +375,10 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda"' /etc/amanda/*/amanda.conf | %{_libdir}/libamandad.so %changelog +* Fri Apr 24 2009 Daniel Novotny 2.6.0p2-9 +- fix #497488 - amanda subpackages require only a specific version of amanda, + not also release + * Tue Apr 14 2009 Daniel Novotny 2.6.0p2-8 - fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n")