Compare commits
No commits in common. "c8" and "c8s-private-than" have entirely different histories.
c8
...
c8s-privat
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/v0.9.0.tar.gz
|
SOURCES/v0.9.0.tar.gz
|
||||||
|
/v0.9.0.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
0709ef3c9906bd13158d3f9b11f1666bb3903f1d SOURCES/v0.9.0.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
@ -10,7 +10,7 @@
|
|||||||
Name: librabbitmq
|
Name: librabbitmq
|
||||||
Summary: Client library for AMQP
|
Summary: Client library for AMQP
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/alanxz/rabbitmq-c
|
URL: https://github.com/alanxz/rabbitmq-c
|
||||||
Source0: https://github.com/alanxz/rabbitmq-c/archive/v%{version}.tar.gz
|
Source0: https://github.com/alanxz/rabbitmq-c/archive/v%{version}.tar.gz
|
||||||
@ -108,6 +108,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 28 2023 Than Ngo <than@redhat.com> - 0.9.0-5
|
||||||
|
- Resolves: RHEL-16230, rebuild for adding librabbitmq-tools
|
||||||
|
|
||||||
* Fri Jun 23 2023 Than Ngo <than@redhat.com> - 0.9.0-4
|
* Fri Jun 23 2023 Than Ngo <than@redhat.com> - 0.9.0-4
|
||||||
- Resolves: #2215765, insecure credentials submission
|
- Resolves: #2215765, insecure credentials submission
|
||||||
|
|
Loading…
Reference in New Issue
Block a user