- add missing gating.yaml - fix rpminspect issue Related: #2215766

This commit is contained in:
Than Ngo 2023-06-23 18:18:25 +02:00 committed by root
parent afff2efe39
commit 494727268b
3 changed files with 14 additions and 2 deletions

1
.librabbitmq.metadata Normal file
View File

@ -0,0 +1 @@
e7821abf0fac22b7e6505f01943e64b16d9de2ab rabbitmq-c-0.11.0-a64c08c.tar.gz

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: baseos-ci.brew-build.tier1.functional}

View File

@ -19,7 +19,7 @@
Name: %{libname}
Summary: Client library for AMQP
Version: 0.11.0
Release: 6%{?dist}
Release: 7%{?dist}
License: MIT
URL: https://github.com/alanxz/rabbitmq-c
@ -58,7 +58,7 @@ for %{name}.
%package tools
Summary: Example tools built using the librabbitmq package
Requires: %{name}%{?_isa} = %{version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tools
This package contains example tools built using %{name}.
@ -149,6 +149,11 @@ make test
%changelog
* Fri Jun 23 2023 Than Ngo <than@redhat.com> - 0.11.0-7
- add missing gating.yaml
- fix rpminspect issue
Related: #2215766
* Fri Jun 23 2023 Than Ngo <than@redhat.com> - 0.11.0-6
- Resolves: #2215766, insecure credentials submission