From 07404094f24d15d70978368b6ee9340132ff2d88 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 18 Aug 2026 12:58:35 +0200 Subject: [PATCH] Drop libselinux-devel BR Related: RHEL-192088 --- changelog | 3 +++ checkpolicy.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 6f0aa5b..6f8b574 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +* Tue Aug 18 2026 Petr Lautrbach - 3.11-2 +- Drop libselinux-devel BR + * Wed Jul 01 2026 Petr Lautrbach - 3.11-1 - SELinux userspace 3.11 release diff --git a/checkpolicy.spec b/checkpolicy.spec index cc21098..e92769c 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -4,7 +4,7 @@ Summary: SELinux policy compiler Name: checkpolicy Version: 3.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later AND LGPL-2.1-or-later Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz.asc @@ -18,7 +18,7 @@ Source2: https://github.com/bachradsusi.gpg Conflicts: libsepol < %{libsepolver} BuildRequires: gcc BuildRequires: make -BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver} +BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} BuildRequires: gnupg2 %description