New release s390-tools-2.6.0

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2018-08-10 10:31:37 +02:00
parent 57b992ffa1
commit 60c687238d
3 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ List of all individuals having contributed content to s390-tools
- Clemens von Mann
- Dan Horak
- Despina Papadopoulou
- Dimitri John Ledkov
- Eberhard Pasch
- Einar Lueck
- Erwin Vicari

View File

@@ -1,9 +1,11 @@
Release history for s390-tools (MIT version)
--------------------------------------------
* __v2.5.1 (XXXX-XX-XX)__
* __v2.6.0 (2018-08-10)__
For Linux kernel version: 4.18
Add new tool:
- zkey: Add zkey-cryptsetup tool
Changes of existing tools:
- netboot: add BOOTIF support

View File

@@ -5,7 +5,7 @@ COMMON_INCLUDED = true
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION = 2
RELEASE = 5
RELEASE = 6
PATCHLEVEL = 0
DISTRELEASE = build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)