From 6209a0754bf219df5280b617dd59109b0499aa5d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 11 Nov 2021 15:51:42 +0100 Subject: [PATCH] libsepol-3.3-2 - Use correct libdir in libsepol.pc (#2018492) --- libsepol.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index 6df35db..cbafea8 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3/libsepol-3.3.tar.gz URL: https://github.com/SELinuxProject/selinux/wiki @@ -93,6 +93,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8 %{_libdir}/libsepol.so.2 %changelog +* Thu Nov 11 2021 Petr Lautrbach - 3.3-2 +- Use correct libdir in libsepol.pc (#2018492) + * Fri Oct 22 2021 Petr Lautrbach - 3.3-1 - SELinux userspace 3.3 release