rpms/amanda/devel amanda.spec,1.40,1.41

Radek Brich (rbrich) fedora-extras-commits at redhat.com
Wed Aug 8 11:02:11 UTC 2007


Author: rbrich

Update of /cvs/extras/rpms/amanda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7653

Modified Files:
	amanda.spec 
Log Message:
bz#250730, spec fixes


Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- amanda.spec	12 Jul 2007 14:06:14 -0000	1.40
+++ amanda.spec	8 Aug 2007 11:01:36 -0000	1.41
@@ -11,7 +11,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.5.2p1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz
 Source1: amanda.crontab
 Source4: disklist
@@ -27,7 +27,7 @@
 Prereq: fileutils grep initscripts
 BuildRequires: dump gnuplot cups samba-client tar grep fileutils
 BuildRequires: libtool automake autoconf gcc-c++ readline-devel /usr/bin/Mail
-BuildRequires: krb5-devel rsh
+BuildRequires: krb5-devel rsh openssh-clients ncompress
 Requires: tar /usr/bin/Mail
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -112,8 +112,6 @@
 	--with-krb5-security
 	
 make %{?_smp_mflags}
-(cd common-src; make security)
-(cd tape-src; make tapetype)
 
 
 %install
@@ -338,6 +336,10 @@
 %{_libdir}/libamandad.so
 
 %changelog
+* Tue Aug 08 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-5
+- Added ssh and ncompress to BuildRequires (#250730).
+- Removed some obsolete makes from build section.
+
 * Thu Jul 12 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-4
 - Enable backing up ACL/SElinux xattrs with tar (#201916).
 - Removed obsolete patches and sources.




More information about the scm-commits mailing list