netavark-1.1.0-6.el9

- add gating.yaml
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-05 08:30:03 +02:00
parent 97a1d71b7f
commit 2ff8c70ff8
2 changed files with 11 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
# recipients: jnovy, lsm5, santiago
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules: []

View File

@ -4,7 +4,7 @@
Epoch: 2 Epoch: 2
Name: netavark Name: netavark
Version: 1.1.0 Version: 1.1.0
Release: 5%{?dist} Release: 6%{?dist}
License: ASL 2.0 and BSD and MIT License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
# this is needed for go-md2man # this is needed for go-md2man
@ -72,6 +72,10 @@ go-md2man -in %{name}.1.md -out %{name}.1
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Fri Aug 05 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-6
- add gating.yaml
- Related: #2061316
* Fri Aug 05 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-5 * Fri Aug 05 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-5
- properly disable i686 - properly disable i686
- Related: #2061316 - Related: #2061316