Fix gating (RHEL-25837)

This commit is contained in:
Pavel Reichl 2024-02-16 15:22:50 +01:00 committed by root
parent ada4673f0a
commit 3b1543bd3e
3 changed files with 12 additions and 9 deletions

1
.nfs-utils.metadata Normal file
View File

@ -0,0 +1 @@
1b097d511c85f95671619f51b37abd75d56ea777 nfs-utils-2.5.4.tar.xz

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils Name: nfs-utils
URL: http://linux-nfs.org/ URL: http://linux-nfs.org/
Version: 2.5.4 Version: 2.5.4
Release: 23%{?dist} Release: 24%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -499,7 +499,10 @@ fi
%{_mandir}/*/nfsiostat.8.gz %{_mandir}/*/nfsiostat.8.gz
%changelog %changelog
* Tus Feb 6 2024 Steve Dickson <steved@redhat.com> 2.5.4-23 * Fri Feb 16 2024 Pavel Reichl <preichl@redhat.com> - 2.5.4-24
- Fix gating (RHEL-25837)
* Tue Feb 6 2024 Steve Dickson <steved@redhat.com> 2.5.4-23
- Typos and documentation fixes (RHEL-22654) - Typos and documentation fixes (RHEL-22654)
- blkmapd: fix coredump in bl_add_disk (RHEL-7941) - blkmapd: fix coredump in bl_add_disk (RHEL-7941)
- rpcdebug: avoid buffer underflow (RHEL-7931) - rpcdebug: avoid buffer underflow (RHEL-7931)

View File

@ -7,15 +7,14 @@
tags: tags:
- classic - classic
repositories: repositories:
- repo: "git://pkgs.devel.redhat.com/tests/nfs-utils" - repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils"
dest: "tests" dest: "tests"
version: "6f3c1af32931edef9c0a2829a570156ec3ba94d6"
tests: tests:
- tests/commands/utils/umount - tests/commands/utils/umount/main.sh
- tests/commands/utils/exportfs - tests/commands/utils/exportfs/main.sh
- tests/commands/utils/mount - tests/commands/utils/mount/main.sh
- tests/services/systemd/nfs - tests/services/systemd/nfs/main.sh
- tests/function/nfs-mount-options-all - tests/function/nfs-mount-options-all/main.sh
required_packages: required_packages:
- nfs-utils - nfs-utils
- redhat-lsb-core # lsb_release is needed by tests - redhat-lsb-core # lsb_release is needed by tests