diff --git a/.nfs-utils.metadata b/.nfs-utils.metadata new file mode 100644 index 0000000..fd1e03c --- /dev/null +++ b/.nfs-utils.metadata @@ -0,0 +1 @@ +1b097d511c85f95671619f51b37abd75d56ea777 nfs-utils-2.5.4.tar.xz diff --git a/nfs-utils.spec b/nfs-utils.spec index 10aeea9..e8e6c73 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://linux-nfs.org/ Version: 2.5.4 -Release: 23%{?dist} +Release: 24%{?dist} Epoch: 1 # group all 32bit related archs @@ -499,7 +499,10 @@ fi %{_mandir}/*/nfsiostat.8.gz %changelog -* Tus Feb 6 2024 Steve Dickson 2.5.4-23 +* Fri Feb 16 2024 Pavel Reichl - 2.5.4-24 +- Fix gating (RHEL-25837) + +* Tue Feb 6 2024 Steve Dickson 2.5.4-23 - Typos and documentation fixes (RHEL-22654) - blkmapd: fix coredump in bl_add_disk (RHEL-7941) - rpcdebug: avoid buffer underflow (RHEL-7931) diff --git a/tests/tests.yml b/tests/tests.yml index 2bd4ee7..d41e81a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -7,15 +7,14 @@ tags: - classic repositories: - - repo: "git://pkgs.devel.redhat.com/tests/nfs-utils" + - repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils" dest: "tests" - version: "6f3c1af32931edef9c0a2829a570156ec3ba94d6" tests: - - tests/commands/utils/umount - - tests/commands/utils/exportfs - - tests/commands/utils/mount - - tests/services/systemd/nfs - - tests/function/nfs-mount-options-all + - tests/commands/utils/umount/main.sh + - tests/commands/utils/exportfs/main.sh + - tests/commands/utils/mount/main.sh + - tests/services/systemd/nfs/main.sh + - tests/function/nfs-mount-options-all/main.sh required_packages: - nfs-utils - redhat-lsb-core # lsb_release is needed by tests