Skip to content

Commit

Permalink
mhvtl.spec: Update for 1.4-0_release
Browse files Browse the repository at this point in the history
    New features
      vtltape: Make the backoff algrithm value configurable
      Default media belonging to a library in a subdir
      Add default "Home directory" entry in device.conf
    Personality module updates
      Allow 'default' module to load all media R/W
      Add IBM half-hight INQUIRY string match
      vtltape: Update log entry regarding media capacity depending on capabiliti
      Initial commit of SDLT600 personality module
      Initial commit of SDLT320 personality module
      Update mktape to work 'better' with SDLT media types
    Cleanups
      Move standard inquiry info into memory structure
      mhvtl.ko: Silence install 'depmod' error
      Standardize on PCODE_OFFSET for inquiry page code mask
      Remove unused variable 'removable'
      Improve logging of mode page creation
    Packaging:
      Remove kmod-mhvtl.spec
      Rename 'mhvtl' package as 'mhvtl-utils'
      Use ELRepo spec file
      Move 'make install' responsibility from RPM to Makefile

Signed-off-by: Mark Harvey <markh794@gmail.com>
  • Loading branch information
markh794 authored and Mark Harvey committed Aug 2, 2012
1 parent aa767e7 commit 53505aa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
@@ -1,3 +1,17 @@
* Wed Aug 01 2012 Mark Harvey <markh794@gmail.com> <mark_harvey@symantec.com>
- Bumped version to 1.4-0
- Allow 'default' personality module to load all media R/W
- Add IBM half-hight INQUIRY string match
- vtltape: Update log entry regarding media capacity depending on capabilities
- vtltape: Make the backoff algrithm value configurable
- Add SDLT600 & SDLT320 personality module
- mhvtl.ko: Silence install 'depmod' error
- Move standard inquiry info into memory structure
- Default media belonging to a library in a subdir
- Remove kmod-mhvtl.spec
- Rename 'mhvtl' package as 'mhvtl-utils'
- Use ELRepo spec file
- Move 'make install' from RPM to Makefile

* Fri Jun 15 2012 Mark Harvey <markh794@gmail.com> <mark_harvey@symantec.com>
- Bumped version to 1.3-0
Expand Down
6 changes: 3 additions & 3 deletions mhvtl-utils.spec
Expand Up @@ -4,9 +4,9 @@
Summary: Virtual tape library. kernel pseudo HBA driver + userspace daemons
%define real_name mhvtl
Name: mhvtl-utils
%define real_version 2012-07-21
Version: 1.3
Release: 2%{?dist}
%define real_version 2012-08-01
Version: 1.4
Release: 0%{?dist}
License: GPL
Group: System/Kernel
URL: http://sites.google.com/site/linuxvtl2/
Expand Down
2 changes: 1 addition & 1 deletion mhvtl-1.3.ebuild → scripts/mhvtl-1.4.ebuild
Expand Up @@ -6,7 +6,7 @@ EAPI="2"

inherit linux-mod eutils

MY_P="${PN}-2012-06-15"
MY_P="${PN}-2012-08-01"
DESCRIPTION="mhvtl module provides Virtual (SCSI) Tape Library"
HOMEPAGE="http://sites.google.com/site/linuxvtl2"
SRC_URI="http://sites.google.com/site/linuxvtl2/${MY_P}.tgz"
Expand Down

0 comments on commit 53505aa

Please sign in to comment.