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
|
||||
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 <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||
- update to 2.8
|
||||
|
||||
* Wed Nov 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6-1mamba
|
||||
- update to 2.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user