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