rpms/amanda/devel amanda-2.5.2p1-typo_chg_multi.patch, NONE, 1.1 amanda.spec, 1.41, 1.42

Radek Brich (rbrich) fedora-extras-commits at redhat.com
Fri Aug 10 11:38:34 UTC 2007


Author: rbrich

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

Modified Files:
	amanda.spec 
Added Files:
	amanda-2.5.2p1-typo_chg_multi.patch 
Log Message:
patch for #251316

amanda-2.5.2p1-typo_chg_multi.patch:

--- NEW FILE amanda-2.5.2p1-typo_chg_multi.patch ---
--- amanda-2.5.2p1/changer-src/chg-multi.sh.in.typo_chg_multi	2007-05-17 19:38:34.000000000 +0200
+++ amanda-2.5.2p1/changer-src/chg-multi.sh.in	2007-08-09 14:34:21.000000000 +0200
@@ -325,7 +325,7 @@ then
 		echo $answer
 		exit 2
 	    fi
-	    echo `_ '     -> offline'` "$device"` >> $logfile
+	    echo `_ '     -> offline'` "$device" >> $logfile
 	    $MT $MTF $device offline >> $logfile 2>&1
 	    if [ $? -ne 0 ]; then
 		answer=`_ '%s %s: %s: unable to change to slot %s' "$newslot" "$pname" "$device" "$curslot"`
@@ -404,7 +404,7 @@ if [ $loadslot -eq 1 ]; then	# load the 
 	# try to rewind the device
 	device=`awk '$1 == "slot" && $2 == '$curslot' {print $3}' $ourconf 2>/dev/null`
 	if [ "$device" = "" ]; then
-		answer=`_ "%s %s: slot %s device not specified in %s' "$curslot" "$pname" "$curslot" "$ourconf"`
+		answer=`_ '%s %s: slot %s device not specified in %s' "$curslot" "$pname" "$curslot" "$ourconf"`
 		echo `_ 'Exit ->'` $answer >> $logfile
 		echo $answer
 		exit 2


Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- amanda.spec	8 Aug 2007 11:01:36 -0000	1.41
+++ amanda.spec	10 Aug 2007 11:38:01 -0000	1.42
@@ -11,7 +11,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.5.2p1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz
 Source1: amanda.crontab
 Source4: disklist
@@ -21,6 +21,7 @@
 Patch3: amanda-2.5.2p1-ylwrapNotFound.patch
 Patch4: amanda-2.5.2p1-undefSymbols.patch
 Patch5: amanda-2.5.2p1-xattrs.patch
+Patch6: amanda-2.5.2p1-typo_chg_multi.patch
 License: BSD
 Group: Applications/System
 URL: http://www.amanda.org
@@ -85,6 +86,7 @@
 %patch3 -p1 -b .ylwrapNotFound
 %patch4 -p1 -b .undefSymbols
 %patch5 -p1 -b .xattrs
+%patch6 -p1 -b .typo_chg_multi
 ./autogen
 
 %build
@@ -336,7 +338,10 @@
 %{_libdir}/libamandad.so
 
 %changelog
-* Tue Aug 08 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-5
+* Fri Aug 10 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-6
+- Included upstream patch for chg-multi.sh (#251316).
+
+* Wed 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.
 




More information about the fedora-extras-commits mailing list