From 839b24d9cb43164fd2e620d5a9790ca48427f7be Mon Sep 17 00:00:00 2001 From: Mark Harvey Date: Sun, 13 Apr 2014 12:48:47 +1000 Subject: [PATCH] mhvtl.spec: Update for 1.5-0 release - Introduce personality modules for library devices. Current list of personality modules are - IBM 3573-TL & 03584Lxx - STK SL500 (partial) and L180/L700 - HP MSL & EML - Overland, Scalar & Spectra logic (minimal emulation) - Bug fix with more than 1260 slots - New media type 'null' which only saves meta-data. Useful for performance testing - Changed kernel bus type from pseudo to pseudo9 Address space conflict with scsi_debug Signed-off-by: Mark Harvey --- ChangeLog | 6 ++++++ mhvtl-utils.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cdd6d7a8..e724dc7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +* Sun Apr 13 2014 Mark Harvey +- Bumped version to 1.5-0 +- Introduce library personality modules - limited emulations +- Resolve bug with more than 1260 slots +- Rename mhvtl bus type so scsi_debug & mhvtl can load together. + * Sun Oct 20 2013 Mark Harvey - Bumped version to 1.4-10 - Various cleanups due to static code check 'smatch' diff --git a/mhvtl-utils.spec b/mhvtl-utils.spec index ad8f8200..d5d39229 100644 --- a/mhvtl-utils.spec +++ b/mhvtl-utils.spec @@ -4,9 +4,9 @@ Summary: Virtual tape library. kernel pseudo HBA driver + userspace daemons %define real_name mhvtl Name: mhvtl-utils -%define real_version 2013-10-20 -Version: 1.4 -Release: 10%{?dist} +%define real_version 2014-04-13 +Version: 1.5 +Release: 0%{?dist} License: GPL Group: System/Kernel URL: http://sites.google.com/site/linuxvtl2/ @@ -103,6 +103,9 @@ fi /opt/mhvtl/ %changelog +* Sun Apr 13 2014 Mark Harvey - 1.5-0 +- Updated to release 1.5-0 (2014-04-13). + * Sun Oct 20 2013 Mark Harvey - 1.4-10 - Updated to release 1.4-10 (2013-10-20).