diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..dfc23d3 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: [] diff --git a/libslirp.spec b/libslirp.spec index f19c930..9090291 100644 --- a/libslirp.spec +++ b/libslirp.spec @@ -1,6 +1,6 @@ Name: libslirp Version: 4.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A general purpose TCP-IP emulator # check the SPDX tags in source files for details @@ -61,6 +61,10 @@ developing applications that use %{name}. %changelog +* Wed Feb 09 2022 Jindrich Novy - 4.4.0-5 +- add gating.yaml +- Related: #2000051 + * Mon Aug 09 2021 Mohan Boddu - 4.4.0-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688