auto-import changelog data from mt-st-0.7-10.src.rpm
Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Sat Feb 22 2003 Than Ngo <than@redhat.com> 0.7-9 - add density code for Quantum SDLT320 from tibbs@math.uh.edu (#84843) Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.7-7 - rebuild on all arches
This commit is contained in:
parent
d00ec26d42
commit
cbec877a89
11
mt-st-0.7-SDLT.patch
Normal file
11
mt-st-0.7-SDLT.patch
Normal file
@ -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"},
|
||||
18
mt-st.spec
18
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 <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Sat Feb 22 2003 Than Ngo <than@redhat.com> 0.7-9
|
||||
- add density code for Quantum SDLT320 from tibbs@math.uh.edu (#84843)
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.7-7
|
||||
- rebuild on all arches
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user