From 0776651f2736aa68379a0a34b4574bfbc4a1650f Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 21 Sep 2021 17:07:26 +0200 Subject: [PATCH] libvirt-7.7.0-2.el9 - Update gating.yaml by adding subject_type - Revert "RHEL: spec: Do not enable modular daemons yet" (rhbz#1920012) Resolves: rhbz#1920012 --- libvirt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 16403ce..c24fb14 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -182,7 +182,7 @@ %endif %define with_modular_daemons 0 -%if 0%{?fedora} >= 35 +%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 %define with_modular_daemons 1 %endif @@ -206,7 +206,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 7.7.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ URL: https://libvirt.org/ @@ -2086,6 +2086,10 @@ exit 0 %changelog +* Tue Sep 21 2021 Jiri Denemark - 7.7.0-2 +- Update gating.yaml by adding subject_type +- Revert "RHEL: spec: Do not enable modular daemons yet" (rhbz#1920012) + * Fri Sep 10 2021 Jiri Denemark - 7.7.0-1 - Rebased to libvirt-7.7.0 (rhbz#2001507) - The rebase also fixes the following bugs: