rpms/mt-st/devel mt-st-0.9b-manfix.patch, NONE, 1.1 mt-st.spec, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 25 10:17:28 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/mt-st/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31639

Modified Files:
	mt-st.spec 
Added Files:
	mt-st-0.9b-manfix.patch 
Log Message:
fix misleading description of "fsfm" and "bsfm" commands (#171340)


mt-st-0.9b-manfix.patch:
 mt.1 |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

--- NEW FILE mt-st-0.9b-manfix.patch ---
--- mt-st-0.9b/mt.1.manfix	2005-08-21 20:53:50.000000000 +0200
+++ mt-st-0.9b/mt.1	2005-10-25 12:13:43.000000000 +0200
@@ -48,20 +48,22 @@
 files.
 The tape is positioned on the first block of the next file.
 .IP fsfm
-Forward space
+Forward space past
 .I count
-files.
-The tape is positioned on the last block of the previous file.
+file marks, then backward space one file record.
+This leaves the tape positioned on the last block of the file that is count-1
+files past the current file.
 .IP bsf
 Backward space
 .I count
 files.
 The tape is positioned on the last block of the previous file.
 .IP bsfm
-Backward space
+Backward space past
 .I count
-files.
-The tape is positioned on the first block of the next file.
+file marks, then forward space one file record.
+This leaves the tape positioned on the first block of the file that is count-1
+files before the current file.
 .IP asf
 The tape is positioned at the beginning of the
 .I count


Index: mt-st.spec
===================================================================
RCS file: /cvs/dist/rpms/mt-st/devel/mt-st.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mt-st.spec	22 Sep 2005 12:11:35 -0000	1.17
+++ mt-st.spec	25 Oct 2005 10:17:25 -0000	1.18
@@ -1,13 +1,14 @@
 Summary: Install mt-st if you need a tool to control tape drives.
 Name: mt-st
 Version: 0.9b
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/System
 Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
 Patch0: mt-st-0.8-redhat.patch
 Patch1: mt-st-0.7-SDLT.patch
 Patch2: mt-st-0.7-config-files.patch
+Patch3: mt-st-0.9b-manfix.patch
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description
@@ -22,6 +23,7 @@
 %patch0 -p1 -b .redhat
 %patch1 -p1 -b .sdlt
 %patch2 -p1 -b .configfiles
+%patch3 -p1 -b .manfix
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS"
@@ -42,6 +44,9 @@
 %{_mandir}/man[18]/*
 
 %changelog
+* Tue Oct 25 2005 Jindrich Novy <jnovy at redhat.com> 0.9b-2
+- fix misleading description of "fsfm" and "bsfm" commands (#171340)
+
 * Thu Sep 22 2005 Jindrich Novy <jnovy at redhat.com> 0.9b-1
 - update to mt-st 0.9b
 




More information about the fedora-cvs-commits mailing list