Compare commits

...

2 Commits

Author SHA1 Message Date
Pavel Reichl f087d9d391 Add support for gating 2024-02-15 04:20:47 +00:00
Steve Dickson 0309e95306 Fixed a typo in changelog (bz 2115517)
Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz2115517
2022-09-06 15:17:58 -04:00
4 changed files with 34 additions and 2 deletions

1
.rpcbind.metadata Normal file
View File

@ -0,0 +1 @@
a6dad1d9454f42f2f25a92caba8d3d7bddf527e3 rpcbind-1.2.6.tar.bz2

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -4,7 +4,7 @@
Name: rpcbind
Version: 1.2.6
Release: 4%{?dist}
Release: 6%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
License: BSD
URL: https://sourceforge.net/projects/rpcbind/
@ -125,7 +125,14 @@ fi
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
%changelog
Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-4
* Mon Feb 12 2024 Pavel Reichl <preichl@redhat.com> - 1.2.6-6
- Add support for gating
- Related: RHEL-7884
* Tue Sep 6 2022 Steve Dickson <steved@redhat.com> - 1.2.6-5
- Fixed a typo in changelog (bz 2115517)
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-4
- Use %autosetup -p1 to make sure patches apply (bz 2115517)
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-3

18
tests/tests.yml Normal file
View File

@ -0,0 +1,18 @@
---
# Tests that run in classic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
use_beakerlib_libraries: yes
tags:
- classic
repositories:
- 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
required_packages:
- nfs-utils
- redhat-lsb-core # lsb_release is needed by tests