update to 2.8 [release 2.8-1mamba;Tue Sep 11 2018]
This commit is contained in:
parent
ab6fd58c2e
commit
1e230c5460
@ -1,5 +1,5 @@
|
|||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.6
|
Version: 2.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Security Enhanced Linux policy manipulation library
|
Summary: Security Enhanced Linux policy manipulation library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -49,14 +49,16 @@ This package contains the Security Enhanced Linux policy utility programs.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd libsepol
|
cd libsepol
|
||||||
%make CC=%{_host}-gcc
|
%make CC=%{_host}-gcc \
|
||||||
|
LIBDIR=%{_libdir} \
|
||||||
|
SHLIBDIR=%{_libdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
cd libsepol
|
cd libsepol
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
LIBDIR=%{buildroot}%{_libdir} \
|
LIBDIR=%{_libdir} \
|
||||||
SHLIBDIR=%{buildroot}/%{_lib}
|
SHLIBDIR=%{_libdir}
|
||||||
|
|
||||||
rm -f %{buildroot}%{_mandir}/man8/genpolbools.*
|
rm -f %{buildroot}%{_mandir}/man8/genpolbools.*
|
||||||
rm -f %{buildroot}%{_mandir}/man8/genpolusers.*
|
rm -f %{buildroot}%{_mandir}/man8/genpolusers.*
|
||||||
@ -69,8 +71,8 @@ rm -f %{buildroot}%{_mandir}/man8/genpolusers.*
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/%{_lib}/libsepol.so.*
|
%{_libdir}/libsepol.so.*
|
||||||
%doc libsepol/COPYING libsepol/ChangeLog
|
%doc libsepol/COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -91,6 +93,9 @@ rm -f %{buildroot}%{_mandir}/man8/genpolusers.*
|
|||||||
%{_mandir}/man8/chkcon.*
|
%{_mandir}/man8/chkcon.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||||
|
- update to 2.8
|
||||||
|
|
||||||
* Wed Nov 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6-1mamba
|
* Wed Nov 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6-1mamba
|
||||||
- update to 2.6
|
- update to 2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user