automatic version update by autodist [release 3.4-1mamba;Sat Jul 16 2022]
This commit is contained in:
parent
a6f9dae842
commit
6b8fc0acc4
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A security enhancement to Linux that allows users and administrators more control over resources access
|
Summary: A security enhancement to Linux that allows users and administrators more control over resources access
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -44,9 +44,9 @@ This package contains static libraries and header files need for development.
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Python bindings for libselinux
|
Summary: Python bindings for libselinux
|
||||||
Provides: python-libselinux = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: python-libselinux = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: python-libselinux
|
Obsoletes: python-libselinux < 3.4
|
||||||
Provides: libselinux-python
|
Provides: libselinux-python
|
||||||
Obsoletes: libselinux-python
|
Obsoletes: libselinux-python < 3.4
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
%{py3_requires}
|
%{py3_requires}
|
||||||
|
|
||||||
@ -93,6 +93,9 @@ cd libselinux
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
cd libselinux
|
cd libselinux
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{python3_sitelib}/selinux
|
||||||
|
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
LIBDIR=%{_libdir} \
|
LIBDIR=%{_libdir} \
|
||||||
SHLIBDIR=%{_libdir} \
|
SHLIBDIR=%{_libdir} \
|
||||||
@ -137,11 +140,15 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/selinux/config
|
|||||||
%files -n python-selinux-py3
|
%files -n python-selinux-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/selinux/*
|
%{python3_sitearch}/selinux/*
|
||||||
%{python3_sitearch}/_selinux*.so
|
%{python3_sitelib}/_selinux*.so
|
||||||
|
%{python3_sitelib}/selinux/*
|
||||||
%{python3_sitearch}/selinux-%{version}-py*.egg-info
|
%{python3_sitearch}/selinux-%{version}-py*.egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-1mamba
|
* Thu Nov 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-1mamba
|
||||||
- update to 3.3
|
- update to 3.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user