diff --git a/mt-st-0.7-SDLT.patch b/mt-st-0.7-SDLT.patch new file mode 100644 index 0000000..8dd9fa9 --- /dev/null +++ b/mt-st-0.7-SDLT.patch @@ -0,0 +1,11 @@ +--- mt-st-0.7/mt.c.orig Sat Feb 22 14:48:09 2003 ++++ mt-st-0.7/mt.c Sat Feb 22 14:50:21 2003 +@@ -220,6 +220,8 @@ + {0x41, "DLT 40GB"}, + {0x45, "QIC-3095-MC (TR-4)"}, + {0x47, "TR-5"}, ++ {0x48, "Quantum SDLT220"}, ++ {0x49, "Quantum SDLT320"}, + {0x80, "DLT 15GB uncomp. or Ecrix"}, + {0x81, "DLT 15GB compressed"}, + {0x82, "DLT 20GB uncompressed"}, diff --git a/mt-st.spec b/mt-st.spec index ed822bf..3f23824 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -1,12 +1,12 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st Version: 0.7 -Release: 6 +Release: 10 License: BSD Group: Applications/System Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz Patch0: mt-st-0.6-redhat.patch -Patch1: mt-st-0.7-SDLT220.patch +Patch1: mt-st-0.7-SDLT.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -19,7 +19,7 @@ Install mt-st if you need a tool to manage tape drives. %prep %setup -q %patch0 -p1 -b .redhat -%patch1 -p1 -b .sdlt220 +%patch1 -p1 -b .sdlt %build make CFLAGS="$RPM_OPT_FLAGS -Wall" @@ -40,6 +40,18 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[18]/* %changelog +* Mon Feb 24 2003 Elliot Lee +- rebuilt + +* Sat Feb 22 2003 Than Ngo 0.7-9 +- add density code for Quantum SDLT320 from tibbs@math.uh.edu (#84843) + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Dec 11 2002 Tim Powers 0.7-7 +- rebuild on all arches + * Fri Jun 21 2002 Tim Powers - automated rebuild