From 8acd4a7172ca14e289b48031bf86d2cf98af6c4e Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 10 May 2023 14:38:07 +0200 Subject: [PATCH] Drop unused BR on dbus-glib-devel and explicitly BR glib2-devel The project has moved away from dbus-glib in version 3.2[0] and the BR is not needed at all. Explicitly add the glib2-devel to BR to fix the build after this change (it got there previously through dbus-glib-devel). [0] - https://github.com/SELinuxProject/selinux/commit/252925ccdffc26b89ff701ae1ae92853b338b1ff --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 564acb2..87ba92a 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -11,7 +11,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-3.5.tar.gz @@ -47,7 +47,7 @@ Provides: /sbin/restorecon BuildRequires: gcc make BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel >= %{libauditver} gettext -BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel +BuildRequires: desktop-file-utils dbus-devel glib2-devel BuildRequires: python3-devel python3-setuptools python3-pip BuildRequires: systemd BuildRequires: git-core @@ -443,6 +443,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Wed May 10 2023 Tomas Popela - 3.5-2 +- Drop unused BR on dbus-glib and explicitly BR glib2 + * Fri Feb 24 2023 Petr Lautrbach - 3.5-1 - SELinux userspace 3.5 release