diff --git a/policycoreutils.spec b/policycoreutils.spec index 6ce0202..d4fd220 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -11,7 +11,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/policycoreutils-3.1.tar.gz @@ -72,7 +72,7 @@ Provides: /sbin/fixfiles Provides: /sbin/restorecon BuildRequires: gcc make -BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-static >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel >= %{libauditver} gettext +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: python3-devel BuildRequires: systemd @@ -539,6 +539,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Tue Nov 24 2020 Petr Lautrbach - 3.1-8 +- Fix BuildRequires to libsemanage-devel + * Fri Nov 20 2020 Petr Lautrbach - 3.1-7 - python/sepolicy: allow to override manpage date - selinux_config(5): add a note that runtime disable is deprecated