rpms/amanda/devel amanda.spec,1.59,1.60

Daniel Novotny dnovotny at fedoraproject.org
Fri Apr 24 08:25:11 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/amanda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30579

Modified Files:
	amanda.spec 
Log Message:

fix #497488



Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- amanda.spec	14 Apr 2009 14:40:46 -0000	1.59
+++ amanda.spec	24 Apr 2009 08:24:41 -0000	1.60
@@ -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 @@
 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 @@
 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 @@
 %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 @@
 %{_libdir}/libamandad.so
 
 %changelog
+* Fri Apr 24 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-9
+- fix #497488 -  amanda subpackages require only a specific version of amanda,
+      not also release
+
 * Tue Apr 14 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-8
 - fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n") 
 




More information about the fedora-extras-commits mailing list