From 2d85586b3d9c6dedc7922f53f73d3679ff345049 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 22 Apr 2025 21:55:52 +0200 Subject: [PATCH] - disable apparmor by default --- libvirt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 9eb508d..4597819 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -25,7 +25,7 @@ # - storage locking %bcond_without sanlock # sanlock storage lock manager # - other -%bcond_without apparmor # apparmor support +%bcond_with apparmor # apparmor support %bcond_without netcf # host interfaces support %bcond_without polkit # PolicyKit support %bcond_without systemtap # systemtap/dtrace probes @@ -57,7 +57,7 @@ Summary: Toolkit to interact with virtualization capabilities Summary(pl.UTF-8): Narzędzia współpracujące z funkcjami wirtualizacji Name: libvirt Version: 11.2.0 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Libraries Source0: https://download.libvirt.org/libvirt-%{version}.tar.xz -- 2.49.0