Compare commits

..

2 Commits

Author SHA1 Message Date
Pavel Reichl c3f0fe4ea0 Fix gating - explicit script name 2024-02-16 04:26:51 +00:00
Pavel Reichl 198a3a8f1f Add support for gating
Resolves: RHEL-7884
Signed-off-by: Pavel Reichl <preichl@redhat.com>
2024-02-13 00:06:32 +01:00
2 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Name: rpcbind
Version: 1.2.6
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
License: BSD
URL: https://sourceforge.net/projects/rpcbind/
@ -125,6 +125,10 @@ fi
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
%changelog
* Thu Feb 15 2024 Pavel Reichl <preichl@redhat.com> - 1.2.6-7
- Fix gating - use explicit script name to run the test
- Related: RHEL-7884
* Mon Feb 12 2024 Pavel Reichl <preichl@redhat.com> - 1.2.6-6
- Add support for gating
- Related: RHEL-7884

View File

@ -10,9 +10,9 @@
- repo: "https://pkgs.devel.redhat.com/git/tests/nfs-utils"
dest: "tests"
tests:
- tests/function/nfs-mount-options-all
- tests/rpcbind/rpcinfo_common
- tests/rpcbind/services/systemd/rpcbind
- tests/function/nfs-mount-options-all/main.sh
- tests/rpcbind/rpcinfo_common/main.sh
- tests/rpcbind/services/systemd/rpcbind/main.sh
required_packages:
- nfs-utils
- redhat-lsb-core # lsb_release is needed by tests