mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
686262fdcd | ||
|
|
2379fd8a58 | ||
|
|
3552a27ae6 | ||
|
|
39106ba760 |
@@ -1,6 +1,14 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.33.1 (2024-05-28)__
|
||||
|
||||
For Linux kernel version: 6.9
|
||||
|
||||
Bug Fixes:
|
||||
- s390-tools: Fix formatting and typos in README.md
|
||||
- s390-tools: Fix release string
|
||||
|
||||
* __v2.33.0 (2024-05-27)__
|
||||
|
||||
For Linux kernel version: 6.9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
3t90-tools
|
||||
s390-tools
|
||||
==========
|
||||
|
||||
The s390-tools package contains the source tree of a set of user space
|
||||
@@ -44,7 +44,7 @@ Package contents
|
||||
* genprotimg:
|
||||
Create a protected virtualization image.
|
||||
|
||||
* udev rules:
|
||||
* udev rules:
|
||||
- 59-dasd.rules: rules for unique DASD device nodes created in /dev/disk/.
|
||||
- 57-osasnmpd.rules: udev rules for osasnmpd.
|
||||
- 60-readahead.rules: udev rules to set increased "default max readahead".
|
||||
|
||||
@@ -32,8 +32,8 @@ endif
|
||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION := 2
|
||||
RELEASE := 32
|
||||
PATCHLEVEL := 0
|
||||
RELEASE := 33
|
||||
PATCHLEVEL := 1
|
||||
DISTRELEASE := build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
export S390_TOOLS_RELEASE
|
||||
|
||||
Reference in New Issue
Block a user