parent
afff2efe39
commit
b107b1ccae
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user