Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

s390-tools-zdsfs-2.30.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: s390-tools-zdsfs Distribution: openSUSE:Factory:zSystems
Version: 2.30.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 17 22:34:10 2023
Group: Productivity/Networking/Other Build host: s390zl27
Size: 145078 Source RPM: s390-tools-2.30.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ibm-s390-tools/s390-tools
Summary: QSAM access to z/OS data
Use the zdsfs command for read access to z/OS data sets stored on one or more DASDs.

The zdsfs file system translates the record-based z/OS data sets to UNIX file system
semantics.  After mounting the devices, you can use common Linux tools to access
the files on the disk. Physical sequential data sets are represented as files.
Partitioned  data  sets  are  represented as directories, with each member being
represented as a file in that directory.

Provides

Requires

License

GPL-2.0-or-later AND NonFree

Changelog

* Sun Dec 17 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Updated the .spec file to use gcc13 (bsc#1217838)
  - Amended read_values for '-S' option (bsc#1217923)
* Mon Dec 04 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Upgrade s390-tools to version 2.30
      (jsc#PED-5783, jsc#PED-6785, jsc#PED-7136, jsc#PED-6539, jsc#PED-4604,
      jsc#PED-6649, jsc#PED-7138 )
  - Add new tools / libraries:
    * lspai: Tool to display PAI counter sets
    * s390-tools: Provide a ShellCheck configuration
  - Changes of existing tools / libraries:
    * cpumf/pai: Add command line option for realtime scheduling
    * dbginfo.sh: enhance ethtool collection for ROCE
    * libutil/util_lockfile: add routine to return owning pid of file lock
    * lszcrypt: Improve lszcrypt output on SE guests
    * rust: Use a single workspace for all rust tools
    * zdev: limit the derivation of ZDEV_SITE_ID
    * zdump/df_s390: Update 'zgetdump -i' output with zlib info
    * zdump/dfi_s390: Support reading compressed s390_ext dumps
    * zipl/boot: Integrate zlib compression to single volume DASD dumper
    * zipl/boot: compile the bootloaders only if HOST_ARCH is s390x
    * zipl: Add --no-compress option to zipl command
    * zkey: Also check for deconfigured and check-stopped cards
  - Bug Fixes:
    * ap_tools/ap-check: handle get-attributes between pre and post event
    * libutil: fix util_file_read_*() using wrong format specifiers
    * rust/pv: fix Invalid write of size
  - Amended the SUSE patches for version 2.30
  - Revendored vendor.tar.gz
  - Removed an obsolete patch
    * s390-tools-sles15sp6-zkey-Support-EP11-AES-keys-with-prepended-header-to-.patch
* Fri Nov 24 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Provide s390-tools on x86_64 to enable Secure Execution in the Cloud
      (jsc#PED-578, jsc#PED-7136, and jsc#PED-7138)
    * Selected tools from the s390-tools package need to be made available on x86_64.
      This will enable the integration of IBM Z machines running Secure Execution in a
      cloud environment where users don't necessarily need to have an s390x environment.
    - genprotimg    - (for building secure images)
    - pvsecret      -
    - pvattest      - (for external attestation)
    - pvextract-hdr -
* Wed Nov 15 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Fixed a logic error in read_values.c
* Mon Nov 13 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  * Upgrade 390-tools from version 2.25.0 to version v2.29.0 (Latest)
    * * * *
    - General:
    - s390-tools now supports tools written in Rust.
    - Add compdb Makefile target to create 'compile_commands.json' to support LSP
    - backends in IDEs and editors
    - Add new tools / libraries:
    * rust/pv: Library for pv tools written in rust
    * rust/pvsecret: Tool to manage UV-secrets
    * Changes of existing tools:
    - dbginfo.sh: Global IFS variable
    - genprotimg: Add support for add-secret requests
    - genprotimg: Build debuginfo files for bootloader
    - hyptop: Add real SMT utilization field
    - hyptop: Allow users to set speedup factor
    - pvattest: Add yaml-output for verify command
    - zipl: Build debuginfo files for bootloader
    * Bug Fixes:
    - dump2tar: Fix truncated paths
    - zdev/dracut: fix kdump build to integrate with site support
    * * * *
    * v2.28.0
    - Changes of existing tools:
    - chzcrypt: Support for SE AP pass-through support
    - genprotimg: Add support for non-s390x architectures
    - lszcrypt: Support for SE AP pass-through support
    - zdev: Add support for autoquiesce related sysfs attributes
    * Bug Fixes:
    - ap_tools/ap-check: Handle missing 'matrix' and 'control_domains' attrs
    - ap_tools/ap-check: Hold ap config file lock over get attributes
    - s390-tools: Fix build for ppc64le
    - zdev: Add missing label in the udev-rules
    - zdev: Add proper value input for the ZDEV_SITE_ID key
    - zdev: Use rename-file to avoid any symlinks created
    - zipl/dump: fix ngdump dracut helper script
    * * * *
    * v2.27.0
    * Changes of existing tools:
    - s390-tools cross-compile and non-s390x support:
    - pkg-config is now mandatory for the build process
    - Add PKG_CONFIG Makefile variable to select pkg-config program;
    - default pkg-config or $(CROSS_COMPILE)pkg-config if
    - CROSS_COMPILE is set
    - Rename Makefile variable ARCH to HOST_ARCH. HOST_ARCH is the
      architecture that will run the produced (executable) objects
    - Add the Makefile variable BUILD_ARCH. BUILD_ARCH is the
      architecture of the build system. For each Makefile variable like
      CC, LINK, CPP, ... there is a suffixed version of it - e.g.
      CC_FOR_BUILD. This is useful for cross compiling, and this naming
      convention is very similar to the Meson convention (see
      https://mesonbuild.com/Reference-tables.html#environment-variables-per-machine).
    - Limit build targets for non-s390x architectures (pvattest)
    - dasdfmt: Fall back to full format if space release fails
    - dbginfo.sh: Add nstat for network and SNMP stats
    - dbginfo.sh: Rework crypto data collection
    - hyptop: Show thread util by default
    - zipl: Add support for list-directed IPL dump from ECKD DASD
    * Bug Fixes:
    - lszcrypt: Fix argument parsing
    - zdev/dracut: Fix out-of-memory (OOM) situations in the kdump crashkernel environment
    - ziomon/ziorep_config: Fix for SCSI devices of type disk without block dev
    - pvextract-hdr: Fix parsing issues on little-endian systems
    * * * *
    * v2.26.0
    * Remove tools / libraries:
    - Remove vmconvert and libvmdump in favor of vmdump file support in zdump
    * Changes of existing tools:
    - ipl_tools: Add support for list-directed IPL from ECKD DASD
    - lszcrypt: Display hardware filtering support capability
    - vmur: Remove option -c for dump file conversion (See zdump changes)
    - zdev: Add zfcp ber_stop parameter handling
    - zdump: Add vmdump dfi for vmdump format to elf format
    - zkey: Support EP11 host library version
    * Bug Fixes:
    - zipl: Move dump parmline processing and verification
    - zipl/genprotimg: Various build improvements
    * * * *
    * Removed obsolete IBM patches
    - s390-tools-sles15sp5-zipl-boot-disable-Warray-bounds-for-now.patch
    - s390-tools-sles15sp5-zkey-Support-EP11-host-library-version-4.patch
    * Removed obsolete patches for bug 1208527, and bug 1206173
    - s390-tools-sles15sp5-01-zipl-boot-discard-.eh_frame-and-.interp-input-sectio.patch
    - s390-tools-sles15sp5-02-zipl-boot-declare-that-no-executable-stack-is-requir.patch
    - s390-tools-sles15sp5-03-zipl-boot-use-no-warn-rwx-segments-linker-flag.patch
    - s390-tools-sles15sp5-04-zipl-boot-disable-build-id.patch
    - s390-tools-sles15sp5-05-zipl-boot-simplify-objcopy-commands.patch
    - s390-tools-sles15sp5-06-zipl-move-STAGE2_MAX_SIZE-and-STAGE1B_LOAD_ADDR-to-l.patch
    - s390-tools-sles15sp5-07-zipl-boot-use-linker-scripts-for-all-bootloaders.patch
    - s390-tools-sles15sp5-08-genprotimg-boot-declare-that-no-executable-stack-is-.patch
    - s390-tools-sles15sp5-09-genprotimg-boot-use-no-warn-rwx-segments-linker-flag.patch
    - s390-tools-sles15sp5-10-genprotimg-boot-disable-build-id.patch
    - s390-tools-sles15sp5-11-genprotimg-boot-Makefile-simplify-objcopy-command.patch
    - s390-tools-sles15sp5-12-genprotimg-boot-improve-linker-scripts.patch
    - s390-tools-sles15sp5-13-genprotimg-boot-stage3b-add-size-check-to-the-linker.patch
    - s390-tools-sles15sp5-14-genprotimg-boot-stage3b_reloc.bin-add-linker-script.patch
    - s390-tools-sles15sp5-15-zipl-Embed-loader-data-directly-into-boot-object.patch
    * Removed obsolete patch for bug 1209196
    - s390-tools-sles15sp5-lszcrypt-use-separate-index-for-inner-sub-device-loo.patch
    * Removed obsolete patches for bug 1211008
    - s390-tools-sles15sp5-01-ziomon-ziorep_config-fix-missing-SG-major-minor-for-.patch
    - s390-tools-sles15sp5-02-ziomon-ziorep_config-fix-for-SCSI-devices-of-type-di.patch
    * Removed obsolete patch for bug 1213377
    - s390-tools-sles15sp5-01-zdev-add-missing-label-in-the-udev-rules.patch
    * Removed obsolete patches for bug 1213852
    - s390-tools-sles15sp5-01-zdev-add-proper-value-input-for-the-ZDEV_SITE_ID-key.patch
    - s390-tools-sles15sp5-02-zdev-use-rename-file-to-avoid-any-symlinks-created.patch
    * Removed obsolete patch for bug 1214114
    - s390-tools-sles15sp5-dasdfmt-Fall-back-to-full-format-if-space-release-fa.patch
    * Removed obsolete patch
    - s390-tools-sles15sp5-fix-chown-commands-syntax.patch
* Thu Nov 02 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applied a patch (jsc#PED-6539, jsc#PED-6373)
    * s390-tools-sles15sp6-zkey-Support-EP11-AES-keys-with-prepended-header-to-.patch
  - Updated read_values.c (bsc#1214466, bsc#1214534)
    * Update read_values.c to support the new IBM z Processors
  - Updated SUSE's tools and their corresponding man pages (bsc#1216257)
    * ctc_configure
    * dasd_configure.opensuse
    * dasd_configure.8
    * dasd_configure.suse
    * mkdump.pl.opensuse
    * mkdump.pl.suse
    * qeth_configure
    * qeth_configure.8
    * zfcp_disk_configure
    * zfcp_disk_configure.8
    * zfcp_host_configure.8
    * zfcp_host_configure
  - Updated cputype script
    * Amended cputype to support the new IBM z Processors
* Mon Aug 21 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applies patches (bsc#1213377, bsc#1213852, bsc#1214114)
    * s390-tools-sles15sp5-01-zdev-add-missing-label-in-the-udev-rules.patch
    * s390-tools-sles15sp5-01-zdev-add-proper-value-input-for-the-ZDEV_SITE_ID-key.patch
    * s390-tools-sles15sp5-02-zdev-use-rename-file-to-avoid-any-symlinks-created.patch
    * s390-tools-sles15sp5-dasdfmt-Fall-back-to-full-format-if-space-release-fa.patch
* Thu May 04 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applied patches for ziomon: fix for SCSI devices of type disk without block dev
      (bsc#1211008)
    * s390-tools-sles15sp5-01-ziomon-ziorep_config-fix-missing-SG-major-minor-for-.patch
    * s390-tools-sles15sp5-02-ziomon-ziorep_config-fix-for-SCSI-devices-of-type-di.patch
* Tue May 02 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applies a fix, splitting of rd.zdev-parameters, in
    * s390-tools-ALP-zdev-live.patch
* Wed Apr 19 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Tailored the .spec, added a patch
    * s390-tools-ALP-zdev-live.patch
* Thu Mar 23 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Allow activation of devices at boot via kernel command line
    for live installation media (jsc#PED-2975)
    * Added a Source dracut-zdev-live-20230321.tar
    * Updated the .spec file for the new Source
  -  Amended read_value.c
* Mon Mar 13 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applied a patch (bsc#1209196)
    * s390-tools-sles15sp5-lszcrypt-use-separate-index-for-inner-sub-device-loo.patch
* Wed Mar 08 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Updated cputype (bsc#1208983)
    * Changed the script to avoid "/usr/bin/cputype: line xx: nnnn: command not found",
      when machine type was found more than once in the /proc/cpuinfo.
* Tue Feb 21 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Applied the following patches (bsc#1208527, bsc#1206173)
    * s390-tools-sles15sp5-01-zipl-boot-discard-.eh_frame-and-.interp-input-sectio.patch
    * s390-tools-sles15sp5-02-zipl-boot-declare-that-no-executable-stack-is-requir.patch
    * s390-tools-sles15sp5-03-zipl-boot-use-no-warn-rwx-segments-linker-flag.patch
    * s390-tools-sles15sp5-04-zipl-boot-disable-build-id.patch
    * s390-tools-sles15sp5-05-zipl-boot-simplify-objcopy-commands.patch
    * s390-tools-sles15sp5-06-zipl-move-STAGE2_MAX_SIZE-and-STAGE1B_LOAD_ADDR-to-l.patch
    * s390-tools-sles15sp5-07-zipl-boot-use-linker-scripts-for-all-bootloaders.patch
    * s390-tools-sles15sp5-08-genprotimg-boot-declare-that-no-executable-stack-is-.patch
    * s390-tools-sles15sp5-09-genprotimg-boot-use-no-warn-rwx-segments-linker-flag.patch
    * s390-tools-sles15sp5-10-genprotimg-boot-disable-build-id.patch
    * s390-tools-sles15sp5-11-genprotimg-boot-Makefile-simplify-objcopy-command.patch
    * s390-tools-sles15sp5-12-genprotimg-boot-improve-linker-scripts.patch
    * s390-tools-sles15sp5-13-genprotimg-boot-stage3b-add-size-check-to-the-linker.patch
    * s390-tools-sles15sp5-14-genprotimg-boot-stage3b_reloc.bin-add-linker-script.patch
    * s390-tools-sles15sp5-15-zipl-Embed-loader-data-directly-into-boot-object.patch
* Thu Feb 16 2023 José Gómez <jose.gomez@suse.com>
  - Implemented read_values -u. The result of -u is a unique identifier composed of:
    * Machine Serial Number.
    * LPAR Name.
    * VM Name (can be optional).
* Mon Feb 06 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Added patch (bsc#1207947)
    * s390-tools-sles15sp5-zkey-Support-EP11-host-library-version-4.patch
* Wed Jan 11 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Updated read_values.c for z16 machine type (bsc#1206832)
    * Added the IBM LinuxONE Emperor 4 machine type
    * Updated the z16 machine type to IBM z16 A01
* Tue Jan 10 2023 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Updated read_values.c for z16 machine type (bsc#1206832)
* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Dec 12 2022 Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
  - Updated to version 2.25.0 (jsc#PED-627)
    * __v2.25.0 (2022-12-12)__
    For Linux kernel version: 6.1
    Changes of existing tools:
    - ap_tools: Use new mdevctl installation location
    - lsdasd/tunedasd/zdev: Add support to handle copy pair relations presented by the DASD driver
    - zdev: Add --shell command line switch to generate output suitable for shell environments
    - zipl: Add List-Directed IPL from ECKD DASD to support secure boot
    Bug Fixes:
    - ipl_tools: Fix chreipl node for NVMes with CONFIG_NVME_MULTIPATH
    - libdasd: Fix bug that prevented positive ioctl return codes
  - Updated s390-tools-sles15sp5-fix-chown-commands-syntax.patch to fit the current version
  - Removed obsolete Patch002, and Patch003
    [#] Patch002:       s390-tools-sles15sp5-util_lockfile-fix-includes.patch
    [#] Patch003:       s390-tools-sles15sp5-ap_tools-ap-check-use-new-mdevctl-install-location.patch
* Tue Dec 06 2022 Mark Post <mpost@suse.com>
  - Made extensive changes to the spec file to accomodate building
    this package on both openSUSE, which has implemented the
    "usrmerge" project, and SLES, which has not. This was accomplished
    by checking the usrmerged variable, and setting the value of the
    _mysbindir variable, accordingly. The files identified in the
    Thu May 26 2022 changelog entry, and also listed below, now have
    two versions. One for SLES, and one for openSUSE, with either
    ".suse" or ".opensuse" appended to the file name. The appropriate
    SOURCE variable is selected based on the usrmerged variable, and
    installed with the ".suse" or ".opensuse" suffix stripped from
    the name.
    * 59-graf.rules
    * dasd_configure
    * dasd_reload
    * detach_disks.sh
    * iucv_configure
    * killcdl
    * mkdump.pl
    * README.SUSE
    * s390-tools-sles12-update-by_id-links-on-change-and-add-action.patch
    * virtsetup.sh
    * vmlogrdr.service
* Mon Nov 28 2022 Mark Post <mpost@suse.com>
  - Updated to version 2.24.0 (jsc#PED-627)
    * __v2.24.0 (2022-11-09)__
      For Linux kernel version: 6.0
      Add new tools / libraries:
    - Provide config files for checkpatch, codespell, and clang-format
      Changes of existing tools:
    - dbginfo.sh: Collect log from various distro tools (YaST, DNF, Anaconda)
    - dbginfo.sh: add Kubernetes data collection
    - libutil: Introduce util_lockfile
    - zdev: Add site-aware device configuration
    - zdump: Add support to read Protected Virtualization dumps
    - zipl/boot: Add secure boot trailer
      Bug Fixes:
    - ap_tools/ap-check: Reject start for control domains without usage
    - cpumf/lshwc: Fix incremented counter output
    - cpumf/pai: Fix core dump when summary flag set
    - dbginfo.sh: Ensure compatibility with /bin/dash shell
    - dbginfo.sh: Save dbginfo.sh version to dbginfo.log
    - zipl/src/zipl_helper.device-mapper: Fix bug in error path
    * __v2.23.0 (2022-08-18)__
      For Linux kernel version: 5.19
      Changes of existing tools:
    - Makefile: use common Make definition for DRACUTDIR
    - Makefile: use common Make definition for UDEVDIR and UDEVRULESDIR
    - cpacfstats: Add PAI and hotplug support
    - cpumf/pai: Omit file write progress information
    - dbginfo.sh: Get more details on lspci command
    - dumpconf: Prevent running the service in containers
    - libcpumf: Detect PMU named pai_ext
    - pvattest: Improve error reporting and logging
    - zdev: Add some --type ap examples to manpages
    - zkey: Use default benchmarked Argon2i with LUKS2
      Bug Fixes:
    - dbginfo.sh: Fix accidental ftrace buffer shrinkage/free
    - genprotimg: Fix BIO_reset() returncode handling
    - libpv: Fix dependency checking
    - pvattest: Fix dependency checking
    - zipl: Fix segmentation fault when no parmline is provided
    * __v2.22.0 (2022-06-20)__
      For Linux kernel version: 5.18
      Add new tools / libraries:
    - ap_tools: Introduce ap_tools and the ap-check tool
    - cpumf/pai: Add Processor Activity Instrumentation tool
    - libpv: New library for PV tools
    - pvattest: Add new tool to create, perform, and verify attestation measurements
    - zipl/zdump: Add Next Gen Dump (NGDump) support
      Changes of existing tools:
    - Move man pages to System commands section (lscpumf, lshwc, pai, dbginfo.sh, zfcpdbf, zipl-switch-to-blscfg)
    - README.md: Add 70-chreipl-fcp-mpath.rules to the list of udev rule descriptions
    - Remove SysV related daemon scripts (cpacfstatsd, cpuplugd, mon_statd)
    - genprotimg: Move man page to section 1 for user commands
    - hyptop: increase initial update interval
    - libseckey: Adapt keymgmt_match() implementation to OpenSSL
    - libutil: Add util_exit_code
    - libutil: Introduce util_udev
    - zdev: Introduce the ap device type
    - zipl-editenv: Add zIPL multienvironment support
    - zipl: Implement sorting BLS entries by versions
    - zkey: Add initramfs hook
      Bug Fixes:
    - cmsfs-fuse: Fix enabling of hard_remove option
    - s390-tools: Fix typos that were detected by lintian as 'typo-in-manual-page'
    - zkey-kmip: Fix possible use after free
    - zkey: Fix EP11 host library version checking
    - zkey_kmip: Setup ext-lib once the APQNs have been configured
    * __v2.21.0 (2022-04-20)__
      For Linux kernel version: 5.17
      Add new tools / libraries:
    - libcpumf: Create library libcpumf for CPU Measurement functions
      Changes of existing tools:
    - chreipl-fcp-mpath: bundle a pre-cooked version of the manpage for build
      environments without access to `pandoc`
    - dbginfo.sh: Add multipath info to map paths to FC addressing and prio group
    - dbginfo.sh: Collect config files of systemd-modules-load.service
    - dbginfo.sh: Sort list of environment variables for readability
    - dbginfo.sh: Replace "which" by builtin command "type"
    - dbginfo.sh: Rework script formatting (indents, order)
    - dbginfo.sh: Update sysfs collection (excludes, messages)
    - genprotimg: Add Protected Virtualization (PV) dump support
    - genprotimg: Remove DigiCert root CA pinning
    - lszcrypt: Add CEX8S support
    - zcryptctl: Add control domain handling
    - zcryptstats: Add CEX8 support
    - zipl: Allow optional entries that are left out when files are missing
    - zipl: make IPL sections defined with BLS to inherit a target field
    - zpcictl: Add option to trigger firmware reset
      Bug Fixes:
    - cpictl: Handle excessive kernel version numbers
    - dbginfo.sh: Collect all places where modprobe.d config files could exist
    - fdasd: Fix endless menu loop on EOF
    - zdump/dfi: Fix segfault due to double free
    - zdump: Fix /dev/mem reading
    - zpcictl: Fix race of SCLP reset and Linux recovery
    * __v2.20.0 (2022-02-04)__
      For Linux kernel version: 5.16
      Add new tools / libraries:
    - Add EditorConfig configuration
      Changes of existing tools:
    - s390-tools switches to Fuse 3 as Fuse 2 is deprecated.
      Affected tools: cmsfs, hmcdrvfs, hsavmcore, zdsfs, zdump
    - chreipl-fcp-mpath: don't compress the manpage before installing it
    - cpictl: Report extended version information
    - genprotimg: Add extended kernel command line support
    - zdev: modify the lsblk output parser in lszdev
    - zipl: Add support for longer kernel command lines (now supports up to 64k length)
      Bug Fixes:
    - cpictl: Suppress messages for unwritable sysfs files
    - dbginfo.sh: Fix missing syslog for step create_package
    - lshwc: Fix CPU list parameter setup for device driver
    - zdev: Check for errors when removing a devtype setting
    - zdev: Fix path resolution for multi-mount point file systems
  - Updated s390-tools-sles15sp3-remove-no-pie-link-arguments.patch
    to fit the new version, and renamed it to
    s390-tools-sles15sp5-remove-no-pie-link-arguments.patch.
  - Added s390-tools-sles15sp5-util_lockfile-fix-includes.patch to fix a
    compilation problem. One source file was missing an include statement
    for unistd.h.
  - Added s390-tools-sles15sp5-ap_tools-ap-check-use-new-mdevctl-install-location.patch
    An executable binary was being installed under /etc, which is
    an FHS violation.
  - Modified spec file to
    * Change BuildRequires for fuse-devel to fuse3-devel.
    * Remove obsolete BuildRequires for libpfm-devel
    * Add a BuildRequires for mdevctl and systemd-devel
    * Added a %files entry for dir %{_prefix}/lib/dracut/modules.d/99ngdump
    * Added %config(noreplace) for the new file %{_sysconfdir}/ziplenv
    * Uncomment the %files entry for %{_mandir}/man7/chreipl-fcp-mpath.7%{?ext_man}
      Specifying ENABLE_DOC=1 is no longer needed for it to be generated.
    * Add %dir entries for
      %{_prefix}/lib/mdevctl,
      %{_prefix}/lib/mdevctl/scripts.d, and
      %{_prefix}/lib/mdevctl/scripts.d/callouts
      NOTE that these directories do not belong to this package, but
      the mdevctl package has yet to be updated to claim them. So,
      until that happens, we have to temporarily claim ownership of
      them for the s390-tools package to build.
  - Updated the s390-tools-rpmlintrc file to suppress two warnings about
    the /boot/zipl/active_devices.txt file.
  - Removed the following obsolete patches:
    * s390-tools-sles15sp4-chreipl-fcp-mpath-don-t-compress-the-manpage-before-.patch
    * s390-tools-sles15sp4-chreipl-fcp-mpath-remove-shebang-from-chreipl-fcp-mp.patch
    * s390-tools-sles15sp4-zdev-modify-the-lsblk-output-parser-in-lszdev.patch
    * s390-tools-sles15sp4-zdev-Fix-path-resolution-for-multi-mount-point-file-.patch
    * s390-tools-sles15sp4-01-genprotimg-remove-DigiCert-root-CA-pinning.patch
    * s390-tools-sles15sp4-02-genprotimg-check_hostkeydoc-relax-default-issuer-che.patch
    * s390-tools-sles15sp4-libseckey-Fix-re-enciphering-of-EP11-secure-key.patch
    * s390-tools-sles15sp4-zdump-fix-segfault-due-to-double-free.patch
    * s390-tools-sles15sp4-libseckey-Adapt-keymgmt_match-implementation-to-Open.patch
    * s390-tools-sles15sp4-genprotimg-boot-disable-Warray-bounds-for-now.patch
    * s390-tools-sles15sp4-hyptop-increase-initial-update-interval.patch
    * s390-tools-sles15sp4-zipl-boot-add-secure-boot-trailer.patch
  - Added s390-tools-sles15sp5-zipl-boot-disable-Warray-bounds-for-now.patch
    With this version, the same false positive of "array subscript 0
    is outside array bounds" that was previously seen in the
    genprotimage/boot directory is now happening in zipl/boot.
  - Added s390-tools-sles15sp5-fix-chown-commands-syntax.patch to
    eliminate a bunch of warnings. The new version of chown complains
    if the deprecated 'owner.group' syntax is used instead of the
    'owner:group' syntax.
* Thu Nov 03 2022 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp4-zipl-boot-add-secure-boot-trailer.patch
    for bsc#1204965. New IBM Z firmware requires all signed boot
    images to contain a trailing data block with a specific format.
* Mon Jul 18 2022 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp4-hyptop-increase-initial-update-interval.patch
    for bsc#1201412. Initial iteration of hyptop can produce bloated values
    independent from the update delay set by the user.
* Thu Jun 02 2022 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp4-genprotimg-boot-disable-Warray-bounds-for-now.patch
    to fix a build failure with gcc12. With gcc12, a "false positive"
    of "array subscript 0 is outside array bounds" is seen in
    genprotimg/boot/stage3a.c (bsc#1200131).
* Thu May 26 2022 Mark Post <mpost@suse.com>
  - Modifed the spec file to install all binaires in /usr/sbin instead of /sbin
    to align with the "usrmerge" initiative in openSUSE. (bsc#1195914) Also
    modified the following files that SUSE provides that need to reflect this
    change:
    * 59-graf.rules
    * dasd_configure
    * dasd_reload
    * detach_disks.sh
    * iucv_configure
    * killcdl
    * mkdump.pl
    * README.SUSE
    * s390-tools-sles12-update-by_id-links-on-change-and-add-action.patch
    * virtsetup.sh
    * vmlogrdr.service
  - Added s390-tools-sles15sp4-libseckey-Adapt-keymgmt_match-implementation-to-Open.patch
    for bsc#1199649. zkey: KMIP plugin fails to connection to KMIP server
    When a zkey key repository is bound to the KMIP plugin, and the
    connection to the KMIP server is to be configired using command
    'zkey kms configure --kmip-server <server>', it fails to connect
    to the specified KMIP server.
  - Added s390-tools-sles15sp4-genprotimg-boot-disable-Warray-bounds-for-now.patch
    to fix a build failure with gcc12. With gcc12, a "false positive"
    of "array subscript 0 is outside array bounds" is seen in
    genprotimg/boot/stage3a.c (bsc#1200131).
* Tue May 03 2022 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp4-zdump-fix-segfault-due-to-double-free.patch
    for bsc#1199128. zgetdump --info may lead to a core dump when
    issued for the device node (not a partition) right after
    installing multi-volume dump tool (without taking actual dump).
* Thu Apr 14 2022 Mark Post <mpost@suse.com>
  - Updated the cputype script to include the model number of IBM's
    recently announced z16 processor.
* Mon Apr 11 2022 Mark Post <mpost@suse.com>
  - Added the following patches for bsc#1198285:
    s390-tools-sles15sp4-01-genprotimg-remove-DigiCert-root-CA-pinning.patch
    s390-tools-sles15sp4-02-genprotimg-check_hostkeydoc-relax-default-issuer-che.patch
    The certificate verification of check_hostkeydoc is too strict and
    doesn't match the checking performed by genprotimg.
  - Added the following patch for bsc#1198284:
    s390-tools-sles15sp4-libseckey-Fix-re-enciphering-of-EP11-secure-key.patch
    When re-enciphering the identity key and/or wrapping key of the
    zkey KMIP plugin via 'zkey kms reencipher', the operation
    completes without an error, but the secure keys are left
    un-reenciphered.
* Fri Mar 04 2022 Martin Wilck <mwilck@suse.com>
  - install modprobe.conf files into %_modprobedir (bsc#1196275, jsc#SLE-20639)
* Tue Feb 22 2022 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp4-zdev-modify-the-lsblk-output-parser-in-lszdev.patch
    for bsc#1196255. Version 2.37+ of util-linux modified the output
    characters of lsblk,which breaks the parser function.
  - Added s390-tools-sles15sp4-zdev-Fix-path-resolution-for-multi-mount-point-file-.patch
    for bsc#1196254. Path resolution fails when a device provides
    multiple mount points such as, for example, when using btrfs
    subvolumes, or when mounting the same file system at multiple
    mount points.
* Wed Jan 12 2022 Mark Post <mpost@suse.com>
  - Upgraded to version 2.19.0 (jsc#SLE-18324)
    * v2.19.0 (2021-11-10)__
      Add new tools / libraries:
    - chreipl-fcp-mpath: New toolset that uses multipath information to change
      the configured FCP re-IPL path on detecting issues with the current path
      Changes of existing tools:
    - dbginfo.sh: Add retry timeout and remove possible blocking "blockdev --report"
    - dbginfo.sh: Collect config- and debug-data for chreipl-fcp-mpath
    - hsci: Add support for multiple MAC addresses
      Bug Fixes:
    - lshwc: Fix compile error for gcc <8.1
    - zdump: Various clean-ups and fixes
    - ziomon: Correct throughput calculation in ziorep_printers
    - zipl: Fix segmentation fault when setting stage3_parms
    * v2.18.0 (2021-10-01)__
      Add new tools:
    - scripts: Add tool for parsing sclp s390dbf logs
    - zdev: Add udev rule helper tool
    - zipl-editenv: Add tool to operate with zIPL environment installed in the boot record
      Changes of existing tools:
    - Makefile: Fix order of build of libraries for parallel builds
    - dbginfo.sh: Add collection in area of timedate, coredump and --check option
    - dbginfo.sh: Add exception on dump2tar for /sys/kernel/mm/page_idle/bitmap
    - dbginfo.sh: Cleanup of outdated sections and general code rework
    - dbginfo.sh: Collect zipl boot menu entries from boot loader specification
    - lszcrypt: Add support for vfio-ap status field
    - lszcrypt: Improved output for deconfig cards and queues
    - lszfcp: Add linkdown case to host marker of extended output
    - zdev: Add auto-config for PCI and crypto devices
    - zdump: Introduce multi-level message logging
    - zipl: Add support for environment block interpretation
    - zkey-cryptsetup: Support LUKS2 volumes with integrity support enabled
      Bug Fixes:
    - hsavmcore: Avoid recompilation of overlay during install step
    - libkmipclient: Fix parsing of hex values for XML and JSON encoding
    - vmur/vmur.cpp: Fix error handling on transfer failure
    - zdump: Lots of smaller fixes across the board
    * v2.17.0 (2021-07-07)__
      Add new tools / libraries:
    - hsavmcore: New utility to make the dump process with kdump more efficient
    - libkmipclient: Add KMIP client shared library
    - libseckey: Add a secure key library
    - lshwc: New tool to extract and list complete counter sets
      Changes of existing tools:
    - genprotimg: Add '--(enable|disable)-pckmo' options
    - genprotimg: Add OpenSSL 3.0 support
    - genprotimg: Change plaintext control flags defaults so PCKMO functions are allowed
    - libutil: Introduce multi-level message logging (util_log)
    - libutil: Introduce util_arch module
    - udev/dasd: Change DASD udev-rule to set none scheduler
    - zdsfs: Add transparent codepage conversion
    - zkey: Add support for KMIP-based key management systems
      Bug Fixes:
    - ttyrun-getty: Avoid conflicts with serial-getty@
    - dbginfo: add /proc/kallsyms - refresh zVM, lscpu - fix WORKARCHIVE handling
    - dbginfo: add KVM data collection for server and guest - fix lszdev
    - genprotimg: Add missing return values in error paths
    - zkey: Fix conversion of CCA DATA keys to CCA CIPHER keys
    - znetconf: avoid conflict with "chzdev -e"
    * v2.16.0 (2021-02-19)__
      Add new tool:
    - hsci: New tool to manage HSCI (HiperSockets Converged Interfaces)
      Changes of existing tools:
    - genprotimg: Add host-key document verification support
    - genprotimg: boot: Make boot loader -march=z900 compatible
    - libekmfweb: Make install directory for shared libraries configurable
    - lsdasd: Add FC Endpoint Security information
    - make: Add address sanitizer support
    - netboot: Add version information to scripts
    - netboot: Bump busybox version in pxelinux.0 build
    - zdev: Add FC Endpoint Security information for DASD devices
    - zdev: Add build option to update initial RAM-disk by default
    - zkey-ekmfweb: Avoid sequence number clash when generating keys
    - zkey/zkey-ekmfweb: Install KMS plugins into configurable location
    - zkey: Add support to store LUKS2 dummy passphrase in key repository
      Bug Fixes:
    - dasdfmt: Fix segfault when an incorrect option is specified
    - genprotimg: Fix several build issues
    - genprotimg: Require argument for 'ramdisk' and 'parmfile' options
    - zcryptstats: Fix handling of partial results with many domains
    - zfcpdbf: Deal with crash 7.2.9 change in caller name formatting
    - zipl/boot: Fix memory use after free in stage2
    - zipl/boot: Fix potential heap overflow in stage2
    - zipl: Fix reading 4k disk's geometry
  - Added the following two IBM patches:
    * s390-tools-sles15sp4-chreipl-fcp-mpath-don-t-compress-the-manpage-before-.patch
    * s390-tools-sles15sp4-chreipl-fcp-mpath-remove-shebang-from-chreipl-fcp-mp.patch
  - Removed the following obsolete patches
    * s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
    * s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
    * s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
    * s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
    * s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
    * s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
    * s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
    * s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
    * s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
    * s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
    * s390-tools-sles15sp3-zkey-Fix-APQN-property-names.patch
    * s390-tools-sles15sp3-zipl-fix-4k-scsi-ipl.patch
    * s390-tools-sles15sp3-dasd-change-DASD-udev-rule-to-set-none-scheduler.patch
    * s390-tools-sles15sp3-check-return-code-from-util_file_read_l.patch
    * s390-tools-sles15sp3-dbginfo.sh-exclude-page_idle-bitmap.patch
  - Removed an obsolete "export ROOT_BUILD_DIR" statement from the spec file.
  - Removed unnecessary defattr statements in the files section.
* Fri Nov 12 2021 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp3-dbginfo.sh-exclude-page_idle-bitmap.patch
    Reading /sys/kernel/mm/page_idle/bitmap can cause hang up on
    reading offline pages. (bsc#1192599)
  - Added %{version} to the Requires: libekmfweb1 for the
    libekmfweb1-devel package.
* Mon Oct 18 2021 Mark Post <mpost@suse.com>
  - Updated the spec file to correspond to the changes made to the
    location and name of the kernel image in the kernel-zfcpdump
    package (bsc#1189841)
  - Did some spec file cleanup based on the recommendations from
    spec-cleaner.
* Fri Jun 18 2021 Mark Post <mpost@suse.com>
  - Reworked s390-tools-sles15sp2-Implement-Y-yast_mode.patch (yet
    again). If more DASD volumes are to be formatted than are allowed
    by the "maximum number to do in parallel" parameter, dasdfmt
    waits until one of the child processes ends before starting another.
    For YaST to be able to figure out how many cylinders a particular
    DASD volume has, that information has to be output for _all_ of the
    volumes, before any of the child processes are spawned.
    (bsc#1187012)
* Wed May 26 2021 Mark Post <mpost@suse.com>
  - Modified the following patches to correct the output from the
    dasdfmt command when *not* using "YaST mode." (bsc#1182816, bsc#1182820)
    * s390-tools-sles15sp3-Format-devices-in-parallel.patch
    * s390-tools-sles15sp3-Implement-Y-yast_mode.patch
* Thu May 06 2021 Mark Post <mpost@suse.com>
  - Modified s390-tools-sles15-Implement-Y-yast_mode.patch by adding
    a fflush(stdout) statement so that the dasdfmt command would
    produce the  correct output for YaST. (bsc#1182816, bsc#1182820)
  - Modified s390-tools-sles15-Implement-f-for-backwards-compability.patch
    to have the correct offset for hunk #2 to apply without warnings.
* Wed Apr 14 2021 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp3-dasd-change-DASD-udev-rule-to-set-none-scheduler.patch
    dasd: change default scheduler to reduce CPU consumption (bsc#1183810)
  - Modified s390-tools-sles12-create-filesystem-links.patch to fit after
    applying s390-tools-sles15sp3-dasd-change-DASD-udev-rule-to-set-none-scheduler.patch
  - Removed 59-dasd.rules-wait_for.patch obsoleted by bsc#1183810.
* Mon Mar 08 2021 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp3-zipl-fix-4k-scsi-ipl.patch (bsc#1183039)
    IPL is not working when bootloader is installed on a SCSI disk
    with 4k physical blocksize without using a devicemapper target.
  - Added s390-tools-sles15sp3-remove-no-pie-link-arguments.patch so
    that we can build on systems with binutils 2.36 and higher. Without
    this, the build fails because that version of the ld command
    doesn't recognize "-no-pie" an acceptable argument.
  - Updated the mkdump.pl script to make the name of the temporary
    configuration file in /tmp/ unpredictable. (bsc#1182876)
* Sat Feb 27 2021 Mark Post <mpost@suse.com>
  - Updated detach_disks.sh to not use predictable temporary file
    names. (bsc#1182777, CVE-2021-25316)
  - Made for the following changes for bsc#1182816:
    * Updated s390-tools-sles15sp3-Format-devices-in-parallel.patch to
      change all instances of the progress bar from printing "#" to
      printing the process number of the DASD volume being formatted.
    * Updated s390-tools-sles15sp3-Implement-Y-yast_mode.patch to print
      out the numbder of cylinders in a device, as was done in the
      prior versions of this patch, but was missed when modifying it
      for SLES15 SP3.
    * Added s390-tools-sles15sp3-check-return-code-from-util_file_read_l.patch
      because otherwise a warning message from dasdfmt is being generated
      that could interfere with YaST properly processing the progress
      of the formatting process.
* Wed Feb 17 2021 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp3-zkey-Fix-APQN-property-names.patch
    (bsc#1182113)
    Problem:  The KMS configuration property names to store the CCA and
      EP11 APQNs are incorrect, i.e. swapped.
    Solution: Correct the KMS configuration property names.
* Thu Jan 28 2021 Mark Post <mpost@suse.com>
  - Moved %dir %{_libdir}/zkey and %{_libdir}/zkey/zkey-ekmfweb.so
    from the libekfmweb1 package to the main package since it is a
    plugin for the zkey command, and not a shared library.
    (bsc#1180534)
* Mon Dec 07 2020 Mark Post <mpost@suse.com>
  - Upgraded to version 2.15.1. (bsc#1178250, jsc#SLE-13663)
  - Added s390-tools-sles15sp3-dasdfmt-Fix-segfault-when-an-incorrect-option-is-spe.patch
    (bsc#1178313). When specifying an incorrect program option, dasdfmt segfaults
    as the format string for the corresponding error message has no parameter.
  - Added s390-tools-sles15sp3-libutil-Compare-proc-entries-to-vfstype.patch
    (bsc#1178315). The fdasd command was failing if sysfs was mounted this way:
    mount -t sysfs none /sys
    To make sure that the mount point of the sysfs is still found when mounted
    with a device keyword specified other than 'sysfs', check for the filesystem
    type instead, which is more specific.
  - Added the following patches for bsc#1178427, and jsc#SLE-13768,
    Log DASD info for endpoint security
    * s390-tools-sles15sp3-01-zdev-Add-FC-Endpoint-Security-information-for-DASD-d.patch
    * s390-tools-sles15sp3-02-lsdasd-Add-FC-Endpoint-Security-information.patch
  - Added the following patch for bsc#1178628 and jsc#SLE-13765, Converged
    HiperSockets/Ethernet Interface
    * s390-tools-sles15sp3-hsci-Add-new-tool-to-control-HiperSockets-Converged-.patch
  - Added the following patches for bsc#1178992 and jsc#SLE-13772, Add host-key
    document verification support to genprotimg.
    * s390-tools-sles15sp3-01-genprotimg-abort-if-one-of-the-recursive-targets-is-.patch
    * s390-tools-sles15sp3-02-genprotimg-fix-two-memory-leaks.patch
    * s390-tools-sles15sp3-03-genprotimg-require-argument-for-ramdisk-and-parmfile.patch
    * s390-tools-sles15sp3-04-genprotimg-add-host-key-document-verification-suppor.patch
  - Added the following patch for bsc#1178734. Running zcryptstats when many domains
    are available per cryto card does not produce any output, and is hanging in a loop.
    * s390-tools-sles15sp3-zcryptstats-Fix-handling-of-partial-results-with-man.patch
  - Reworked and renamed the following patches to accommodate changes made by IBM
    to the structure of the dasdfmt command.
    * s390-tools-sles15-Allow-multiple-device-arguments.patch renamed to
      s390-tools-sles15sp3-Allow-multiple-device-arguments.patch.
    * s390-tools-sles15-Format-devices-in-parallel.patch renamed to
      s390-tools-sles15sp3-Format-devices-in-parallel.patch
    * dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch renamed to
      s390-tools-sles15sp3-dasdfmt-retry-BIODASDINFO-if-device-is-busy.patch
    * s390-tools-sles15-Implement-f-for-backwards-compability.patch renamed to
      s390-tools-sles15sp3-Implement-f-for-backwards-compability.patch renamed to
    * s390-tools-sles15-Implement-Y-yast_mode.patch
      s390-tools-sles15sp3-Implement-Y-yast_mode.patch
* Tue Oct 27 2020 Mark Post <mpost@suse.com>
  - Upgraded to version 2.15.0 (jsc#SLE-13662, jsc#SLE-13663,
    jsc#SLE-13667, jsc#SLE-13724, jsc#SLE-13728, jsc#SLE-13730,
    jsc#SLE-13739, jsc#SLE-13744, jsc#SLE-13751, jsc#SLE-13755,
    jsc#SLE-13765, jsc#SLE-13768, jsc#SLE-13777, jsc#SLE-13814,
    jsc#SLE-13819, jsc#SLE-13820)
  - Reworked s390-tools-sles12-sysconfig-compatible-dumpconf.patch to fit the
    current version and renamed it to s390-tools-sles15-sysconfig-compatible-dumpconf.patch
  - Removed the following obsolete patches:
    * s390-tools-sles15sp2-01-zkey-Separate-and-rework-CCA-host-library-loading.patch
    * s390-tools-sles15sp2-02-zkey-Move-utility-functions-into-separate-source-fil.patch
    * s390-tools-sles15sp2-03-zkey-Add-utility-function-to-get-the-serial-number-o.patch
    * s390-tools-sles15sp2-04-zkey-Add-utility-function-to-get-the-mkvp-of-a-crypt.patch
    * s390-tools-sles15sp2-05-zkey-add-function-to-iterate-over-all-available-CCA-.patch
    * s390-tools-sles15sp2-06-zkey-Add-function-to-print-the-MKVPs-of-APQNs.patch
    * s390-tools-sles15sp2-07-zkey-Add-function-to-cross-check-APQNs-for-valid-mas.patch
    * s390-tools-sles15sp2-08-zkey-Add-function-to-obtain-the-mkvp-of-a-secure-key.patch
    * s390-tools-sles15sp2-09-zkey-Display-MKVP-when-validating-a-secure-key.patch
    * s390-tools-sles15sp2-10-zkey-Cross-check-APQNs-when-generating-secure-keys.patch
    * s390-tools-sles15sp2-11-zkey-Cross-check-APQNs-when-validating-secure-keys.patch
    * s390-tools-sles15sp2-12-zkey-Cross-check-APQNs-when-importing-secure-keys.patch
    * s390-tools-sles15sp2-13-zkey-Cross-check-APQNs-when-changing-APQN-associatio.patch
    * s390-tools-sles15sp2-14-zkey-Add-function-to-select-a-specific-CCA-adapter.patch
    * s390-tools-sles15sp2-15-zkey-Add-function-to-select-a-CCA-adapter-by-mkvp.patch
    * s390-tools-sles15sp2-16-zkey-Select-CCA-adapter-when-re-enciphering.patch
    * s390-tools-sles15sp2-17-zkey-cryptsetup-Add-to-new-and-from-old-options.patch
    * s390-tools-sles15sp2-18-zkey-Display-key-type-with-list-and-validate-command.patch
    * s390-tools-sles15sp2-19-zkey-Allow-to-filter-list-output-by-key-type.patch
    * s390-tools-sles15sp2-20-zkey-Allow-to-specify-the-key-type-with-the-generate.patch
    * s390-tools-sles15sp2-21-zkey-Preparations-for-introducing-a-new-key-type.patch
    * s390-tools-sles15sp2-22-zkey-Introduce-the-CCA-AESCIPHER-key-type.patch
    * s390-tools-sles15sp2-23-zkey-Add-wrappers-for-the-new-IOCTLs-with-fallback-t.patch
    * s390-tools-sles15sp2-24-zkey-Add-helper-functions-to-build-lists-of-APQNs.patch
    * s390-tools-sles15sp2-25-zkey-Add-support-for-generating-AES-CIPHER-keys.patch
    * s390-tools-sles15sp2-26-zkey-Add-support-for-validating-AES-CIPHER-keys.patch
    * s390-tools-sles15sp2-27-zkey-Add-support-for-re-enciphering-AES-CIPHER-keys.patch
    * s390-tools-sles15sp2-28-zkey-Check-crypto-card-level-during-APQN-cross-check.patch
    * s390-tools-sles15sp2-29-zkey-Add-helper-function-to-query-the-CCA-firmware-v.patch
    * s390-tools-sles15sp2-30-zkey-Add-helper-function-to-convert-secure-keys-betw.patch
    * s390-tools-sles15sp2-31-zkey-Add-helper-function-to-restrict-export-of-secur.patch
    * s390-tools-sles15sp2-32-zkey-Add-helper-function-to-check-an-AES-CIPHER-key.patch
    * s390-tools-sles15sp2-33-zkey-Add-key-checks-when-importing-a-CCA-AESCIPHER-k.patch
    * s390-tools-sles15sp2-34-zkey-Add-convert-command-to-convert-keys-from-one-ty.patch
    * s390-tools-sles15sp2-35-zkey-Allow-zkey-cryptsetup-setkey-to-set-different-k.patch
    * s390-tools-sles15sp2-zcrypt-CEX7S-exploitation-support.patch
    * s390-tools-sles15sp2-zcryptstats-Add-support-for-CEX7.patch
    * s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
    * s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
    * s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
    * s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
    * s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
    * s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
    * s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
    * s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
    * s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
    * s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
    * s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
    * s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
    * s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
    * s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
    * s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
    * s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
    * s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
    * s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
    * s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
    * s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
    * s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
    * s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
    * s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
    * s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
    * s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
    * s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
    * s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
    * s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
    * s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
    * s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
    * s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
    * s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
    * s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
    * s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
    * s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
    * s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
    * s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
    * s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
    * s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
    * s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
    * s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
    * s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
    * s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
    * s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
    * s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
    * s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
    * s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
    * s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
    * s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
    * s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
    * s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
    * s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
    * s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
    * s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
    * s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
    * s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
    * s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
    * s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
    * s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
    * s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
    * s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
    * s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
    * s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
    * s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
    * s390-tools-sles15sp2-vmcp-exit-code.patch
    * s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
    * s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
    * s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
    * s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
    * s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
    * s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
    * s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
    * s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
    * s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
    * s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
    * s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
    * s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
    * s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch not in spec file
    * s390-tools-sles15sp2-Close-file-descriptor-when-checking-for-read-only.patch not in spec file
* Thu Sep 17 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp2-lscpumf-change-dflt-ccerror-counter-name.patch
    (bsc#1176508)
    lscpumf displays counter number 265 as DFLT_CCERROR. This is wrong
    and differs from the counter name as defined in the Linux kernel
    version 5.8 and later.
  - Added the following patches to implement the post-GA feature jsc#ECO-2636
    Log FCP link info for endpoint security (bsc#1175477)
    * s390-tools-sles15sp2-01-zdev-Introduce-read-only-attributes.patch
    * s390-tools-sles15sp2-02-zdev-Handle-special-case-in-if-case.patch
    * s390-tools-sles15sp2-03-zdev-Report-FC-Endpoint-Security-of-zfcp-devices.patch
    * s390-tools-sles15sp2-04-zfcpdbf-print-HBA-FC-Endpoint-Security-trace-records.patch
* Tue Sep 15 2020 ro@suse.de
  - use libexecdir for net-snmp agent config
* Fri Jul 24 2020 Mark Post <mpost@suse.com>
  - The location of the udevadm binary was changed from /sbin/ to /usr/bin
    a while back. A symbolic link was added for compatibility. In the latest
    versions, that symbolic link has been removed, requiring changes to scripts
    that were depending on that.
    Added the following patches for bsc#1171587
    * s390-tools-sles15sp2-lsluns-try-harder-to-find-udevadm.patch
    * s390-tools-sles15sp2-znetconf-introduce-better-ways-to-locate-udevadm.patch
    * s390-tools-sles15sp2-mon_tools-update-udevadm-location.patch
* Thu Jul 23 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp2-zipl-prevent-endless-loop-during-IPL.patch
    (bsc#1174309) zipl: prevent endless loop during secure IPL
  - Added s390-tools-sles15sp2-zipl-check-for-valid-ipl-parmblock-lowcore-pointer.patch
    (bsc#1174310) zipl: check for valid ipl parmblock lowcore pointer
  - Added s390-tools-sles15sp2-01-zipl-libc-libc_stop-move-noreturn-to-declaration.patch
      s390-tools-sles15sp2-02-zipl-stage3-correctly-handle-diag308-response-code.patch
    (bsc1174311) zipl: Fix KVM IPL without bootindex
  - Updated cputype and read_values to recognize the new z15 models.
* Mon Jun 29 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp2-vmcp-exit-code.patch (bsc#1173481)
    Change the vmcp exit code and return 'CP command failed' when both
    "CP command failed" and "response buffer is too small" error
    conditions are true.
* Tue Apr 07 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp2-01-cpumf-add-new-deflate-counters-for-z15.patch
    (bsc#1167853)
    lscpumf: New z15 CPU-MF counters not available, so add the
    definition for the new deflate counters.
  - Updated read_values (bsc#1167815, jsc#SLE-10675)
    * Differentiate between IBM Z and IBM LinuxONE machines
    * Query and print the status of secure boot for the LPAR.
* Thu Mar 19 2020 Mark Post <mpost@suse.com>
  - Added the following patches for bsc#1166850
    zipl: fix secure boot config handling:
    * s390-tools-sles15sp2-01-zipl-Add-missing-options-to-help-output.patch
    * s390-tools-sles15sp2-02-zipl-allow-stand-alone-secure-option-on-command-l.patch
    * s390-tools-sles15sp2-03-zipl-correct-secure-boot-config-handling.patch
    * s390-tools-sles15sp2-04-zipl-fix-zipl.conf-man-page-example-for-secure-boot.patch
  - Modified the spec file so that the kernel used for the SCSI dump
    tool is named zfcpdump-image instead of zfcpdump_part.image. This
    is to match the new version of zipl that expects this new file name.
    (bsc#1166851)
* Wed Mar 18 2020 Mark Post <mpost@suse.com>
  - Added the following patches to implement jsc#SLE-7471, Enhanced
    tooling for kvm guest images (bsc#1165549):
    * s390-tools-sles15sp2-01-zipl-fix-Wdiscarded-qualifiers.patch
    * s390-tools-sles15sp2-02-zipl-fix-Waddress-of-packed-member.patch
    * s390-tools-sles15sp2-03-zipl-remove-some-useless-__packed___-attributes.patch
    * s390-tools-sles15sp2-04-zipl-Fix-entry-point-for-stand-alone-kdump.patch
    * s390-tools-sles15sp2-05-zipl-Fix-dependency-generation-in-zipl-boot.patch
    * s390-tools-sles15sp2-06-zipl-Make-use-of-__packed-macro.patch
    * s390-tools-sles15sp2-07-zipl-define-__section-macro-and-make-use-of-it.patch
    * s390-tools-sles15sp2-08-zipl-Make-use-of-__noreturn-macro.patch
    * s390-tools-sles15sp2-09-zipl-Define-__noinline-macro-and-make-use-of-it.patch
    * s390-tools-sles15sp2-10-zipl-stage3-Mark-start_kernel-__noreturn.patch
    * s390-tools-sles15sp2-11-zipl-sclp-Remove-duplicate-macros.patch
    * s390-tools-sles15sp2-12-zipl-Make-address-size-mask-macros-UL.patch
    * s390-tools-sles15sp2-13-zipl-libc-Use-stdint.h-instead-of-self-defined-macro.patch
    * s390-tools-sles15sp2-14-zipl-Consolidate-IMAGE-macros.patch
    * s390-tools-sles15sp2-15-zipl-Consolidate-STAGE-2-3-macros.patch
    * s390-tools-sles15sp2-16-zipl-stfle-use-uint64_t-instead-of-u64.patch
    * s390-tools-sles15sp2-17-zipl-boot-fix-comment-in-stage3.lds.patch
    * s390-tools-sles15sp2-18-lib-zt_common-add-STATIC_ASSERT-macro.patch
    * s390-tools-sles15sp2-19-zipl-use-STATIC_ASSERT-macro-for-no-padding-verifica.patch
    * s390-tools-sles15sp2-20-Support-lib-zt_common.h-to-be-used-in-assembler-and-.patch
    * s390-tools-sles15sp2-21-zipl-move-IPL-related-definitions-into-separate-head.patch
    * s390-tools-sles15sp2-22-zipl-move-SIGP-related-functions-and-definitions-int.patch
    * s390-tools-sles15sp2-23-zipl-add-SIGP_SET_ARCHITECTURE-to-sigp.h-and-use-it.patch
    * s390-tools-sles15sp2-24-zipl-stage3-make-IPL_DEVICE-definition-consistent-wi.patch
    * s390-tools-sles15sp2-25-zipl-move-Linux-layout-definitions-into-separate-hea.patch
    * s390-tools-sles15sp2-26-zipl-tape0-use-constants-defined-in-linux_layout.h.patch
    * s390-tools-sles15sp2-27-zipl-use-STAGE3_ENTRY-for-STAGE3_LOAD_ADDRESS.patch
    * s390-tools-sles15sp2-28-zipl-move-loaders-layout-definitions-into-separate-h.patch
    * s390-tools-sles15sp2-29-zipl-s390.h-rename-inline-macro-into-__always_inline.patch
    * s390-tools-sles15sp2-30-zipl-move-__always_inline-barrier-__pa32-pa-to-zt_co.patch
    * s390-tools-sles15sp2-31-zipl-make-BLK_PWRT-unsigned-int.patch
    * s390-tools-sles15sp2-32-Consolidate-MIN-and-MAX-macros.patch
    * s390-tools-sles15sp2-33-zipl-remove-libc.h-include-in-s390.h.patch
    * s390-tools-sles15sp2-34-zipl-move-s390.h-to-include-boot-s390.h.patch
    * s390-tools-sles15sp2-35-zipl-libc-include-s390.h.patch
    * s390-tools-sles15sp2-36-include-boot-s390.h-move-panic-and-panic_notify-to-l.patch
    * s390-tools-sles15sp2-37-include-boot-s390.h-fixes-for-Werror-sign-conversion.patch
    * s390-tools-sles15sp2-38-zipl-refactor-all-EBCDIC-code-into-separate-files.patch
    * s390-tools-sles15sp2-39-zipl-sclp-add-macros-for-the-control-program-masks.patch
    * s390-tools-sles15sp2-40-zipl-sclp-add-sclp_print_ascii.patch
    * s390-tools-sles15sp2-41-zipl-libc-printf-print-on-linemode-and-ASCII-console.patch
    * s390-tools-sles15sp2-42-Consolidate-ALIGN-__ALIGN_MASK-ARRAY_SIZE-macros.patch
    * s390-tools-sles15sp2-43-genprotimg-boot-initial-bootloader-support.patch
    * s390-tools-sles15sp2-44-genprotimg-boot-use-C-pre-processor-for-linker-scrip.patch
    * s390-tools-sles15sp2-45-genprotimg-add-relocator-for-stage3b.patch
    * s390-tools-sles15sp2-46-README.md-remove-useless-empty-line.patch
    * s390-tools-sles15sp2-47-include-boot-s390.h-add-guard-for-struct-__vector128.patch
    * s390-tools-sles15sp2-48-genprotimg-introduce-new-tool-for-the-creation-of-PV.patch
  - Added a BuildRequires for glib2-devel to support the new feature.
  - Added a %dir entry for /usr/share/s390-tools/genprotimg
* Tue Mar 10 2020 Mark Post <mpost@suse.com>
  - Added the following patches for bsc#1165978.
    zpcictl --reset only issues a SCLP reset and leaves the PCI function
    in an error state.
    Initiate an OS level recovery by calling /sys/bus/devices/<dev>/recover
    after the SCLP reset.
    * s390-tools-sles15sp2-01-zpcictl-Initiate-recover-after-reset.patch
    * s390-tools-sles15sp2-02-zpcictl-Rename-misleading-sysfs_write_data.patch
    * s390-tools-sles15sp2-03-zpcitctl-Exit-on-error-in-sysfs_report_error.patch
* Tue Mar 03 2020 Mark Post <mpost@suse.com>
  - The zipl boot loader may crash during boot. The solution is to
    implement vsnprintf and make use of it. (bsc#1165317)
    * s390-tools-sles15sp2-01-zipl-libc-Introduce-vsnprintf.patch
    * s390-tools-sles15sp2-02-zipl-libc-Fix-potential-buffer-overflow-in-printf.patch
    * s390-tools-sles15sp2-03-zipl-libc-Replace-sprintf-with-snprintf.patch
    * s390-tools-sles15sp2-04-zipl-libc-Indicate-truncated-lines-in-printf-with.patch
* Tue Feb 18 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp2-zkey-Fix-display-of-XTS-attribute-for-validate-comma.patch
    (bsc#1163002).
  - Added s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-CCA-AESCIPHER.patch
    (bsc#1163570).
  - Re-categorized s390-tools-sles15sp1-11-zdev-Do-not-call-zipl-on-initrd-update.patch
    from an IBM patch to a SUSE-maintained patch. (bsc#1162840)
* Thu Feb 13 2020 Marcus Meissner <meissner@suse.com>
  - sign the stage3.bin bootloader stage (bsc#1163524)
* Sat Feb 08 2020 Mark Post <mpost@suse.com>
  - Added s390-tools-sles15sp1-zdev-Also-include-the-ctc-driver-in-the-initrd.patch
    (bsc#1160373).
  - Added s390-tools-sles15sp1-11-zdev-Do-not-call-zipl-on-initrd-update.patch
    (bsc#1162840).
  - Added s390-tools-sles15sp2-zkey-Fix-listing-of-keys-on-file-systems-reporting-D.patch
    (bsc#1162996).
  - Added s390-tools-sles15sp2-zkey-Fix-display-of-clear-key-size-for-XTS-keys.patch
    (bsc#1163003).

Files

/usr/bin/zdsfs
/usr/share/doc/packages/s390-tools-zdsfs
/usr/share/doc/packages/s390-tools-zdsfs/CAUTION
/usr/share/man/man1/zdsfs.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024