automatic version update by autodist [release 2.9-1mamba;Sun Mar 24 2019]
This commit is contained in:
parent
a662ed7a49
commit
4ab0bf8f66
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libselinux
|
||||
Version: 2.8
|
||||
Version: 2.9
|
||||
Release: 1mamba
|
||||
Summary: A security enhancement to Linux that allows users and administrators more control over resources access
|
||||
Group: System/Libraries
|
||||
@ -96,6 +96,7 @@ cd libselinux
|
||||
LIBDIR=%{_libdir} \
|
||||
SHLIBDIR=%{_libdir} \
|
||||
%if "%{stage1}" != "1"
|
||||
PYTHON=%{__python36} \
|
||||
install-pywrap
|
||||
%endif
|
||||
|
||||
@ -120,6 +121,8 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/selinux/config
|
||||
%{_libdir}/libselinux.so
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man5/*
|
||||
%lang(ru) %{_mandir}/ru/man5/*
|
||||
|
||||
%{_libdir}/pkgconfig/libselinux.pc
|
||||
|
||||
%files tools
|
||||
@ -127,15 +130,19 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/selinux/config
|
||||
%config(noreplace) %{_sysconfdir}/selinux/config
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man8/*
|
||||
%lang(ru) %{_mandir}/ru/man8/*
|
||||
|
||||
%if "%{stage1}" != "1"
|
||||
%files python
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/selinux/*
|
||||
%{python_sitearch}/_selinux.so
|
||||
%{python36_sitearch}/selinux/*
|
||||
%{python36_sitearch}/_selinux*.so
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 2.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||
- update to 2.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user