diff --git a/.librabbitmq.metadata b/.librabbitmq.metadata new file mode 100644 index 0000000..f335fb0 --- /dev/null +++ b/.librabbitmq.metadata @@ -0,0 +1 @@ +e7821abf0fac22b7e6505f01943e64b16d9de2ab rabbitmq-c-0.11.0-a64c08c.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c190bde --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/librabbitmq.spec b/librabbitmq.spec index d6a7b3e..a0b3456 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -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 - 0.11.0-7 +- add missing gating.yaml +- fix rpminspect issue +Related: #2215766 + * Fri Jun 23 2023 Than Ngo - 0.11.0-6 - Resolves: #2215766, insecure credentials submission