diff --git a/.cvsignore b/.cvsignore index 7c6d5d7..5784d67 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mt-st-0.6.tar.gz +mt-st-0.7.tar.gz diff --git a/mt-st.spec b/mt-st.spec index 33b75dc..4adf3c5 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -1,11 +1,12 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st -Version: 0.6 -Release: 1 -Copyright: BSD +Version: 0.7 +Release: 3 +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 BuildRoot: %{_tmppath}/%{name}-root %description @@ -18,6 +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 %build make CFLAGS="$RPM_OPT_FLAGS -Wall" @@ -38,6 +40,18 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[18]/* %changelog +* Tue Feb 26 2002 Than Ngo 0.7-3 +- rebuild + +* Wed Feb 20 2002 Bernhard Rosenkraenzer 0.7-2 +- Add density code 0x48 for Quantum SDLT220 tape drive (#59442) + +* Tue Feb 19 2002 Bernhard Rosenkraenzer 0.7-1 +- Update to 0.7 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + * Tue Apr 24 2001 Than Ngo - update to 0.6, supports all ioctls up to kernel 2.4.0 diff --git a/sources b/sources index 8ce3341..52bf6e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -462b1bf60fe02651b05e735a57fabf12 mt-st-0.6.tar.gz +3e1cb5a09dc73c6e54089e2056f9ff55 mt-st-0.7.tar.gz