From 53505aa1ac93c68277f5116d8dfee410dc5f6dd2 Mon Sep 17 00:00:00 2001 From: Mark Harvey Date: Thu, 2 Aug 2012 06:31:15 +1000 Subject: [PATCH] mhvtl.spec: Update for 1.4-0_release 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 --- ChangeLog | 14 ++++++++++++++ mhvtl-utils.spec | 6 +++--- mhvtl-1.3.ebuild => scripts/mhvtl-1.4.ebuild | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) rename mhvtl-1.3.ebuild => scripts/mhvtl-1.4.ebuild (98%) diff --git a/ChangeLog b/ChangeLog index cd316847..fe176fd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +* Wed Aug 01 2012 Mark Harvey +- 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 - Bumped version to 1.3-0 diff --git a/mhvtl-utils.spec b/mhvtl-utils.spec index 8db571ec..7c3f9168 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 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/ diff --git a/mhvtl-1.3.ebuild b/scripts/mhvtl-1.4.ebuild similarity index 98% rename from mhvtl-1.3.ebuild rename to scripts/mhvtl-1.4.ebuild index 6532a333..f5246c17 100644 --- a/mhvtl-1.3.ebuild +++ b/scripts/mhvtl-1.4.ebuild @@ -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"