From 1e230c5460ea07aff85bfcbe300719d3ef6c1e3e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:45:20 +0100 Subject: [PATCH] update to 2.8 [release 2.8-1mamba;Tue Sep 11 2018] --- libsepol.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libsepol.spec b/libsepol.spec index 5c4e1ea..494b05b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,5 +1,5 @@ Name: libsepol -Version: 2.6 +Version: 2.8 Release: 1mamba Summary: Security Enhanced Linux policy manipulation library Group: System/Libraries @@ -49,14 +49,16 @@ This package contains the Security Enhanced Linux policy utility programs. %build cd libsepol -%make CC=%{_host}-gcc +%make CC=%{_host}-gcc \ + LIBDIR=%{_libdir} \ + SHLIBDIR=%{_libdir} %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} cd libsepol %makeinstall \ - LIBDIR=%{buildroot}%{_libdir} \ - SHLIBDIR=%{buildroot}/%{_lib} + LIBDIR=%{_libdir} \ + SHLIBDIR=%{_libdir} rm -f %{buildroot}%{_mandir}/man8/genpolbools.* rm -f %{buildroot}%{_mandir}/man8/genpolusers.* @@ -69,8 +71,8 @@ rm -f %{buildroot}%{_mandir}/man8/genpolusers.* %files %defattr(-,root,root) -/%{_lib}/libsepol.so.* -%doc libsepol/COPYING libsepol/ChangeLog +%{_libdir}/libsepol.so.* +%doc libsepol/COPYING %files devel %defattr(-,root,root) @@ -91,6 +93,9 @@ rm -f %{buildroot}%{_mandir}/man8/genpolusers.* %{_mandir}/man8/chkcon.* %changelog +* Tue Sep 11 2018 Silvan Calarco 2.8-1mamba +- update to 2.8 + * Wed Nov 16 2016 Silvan Calarco 2.6-1mamba - update to 2.6