Move python utilities from -python to -python-utilities
This commit is contained in:
parent
f26322759f
commit
3c89d24456
@ -109,6 +109,36 @@ rm -f %{buildroot}%{_datadir}/system-config-selinux/system-config-selinux.deskto
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%package python-utils
|
||||||
|
Summary: SELinux policy core python utilities
|
||||||
|
Requires: policycoreutils-python3 = %{version}-%{release}
|
||||||
|
Obsoletes: policycoreutils-python <= 2.4-4
|
||||||
|
|
||||||
|
%description python-utils
|
||||||
|
The policycoreutils-python-utils package contains the management tools use to manage
|
||||||
|
an SELinux environment.
|
||||||
|
|
||||||
|
%files python-utils
|
||||||
|
%{_sbindir}/semanage
|
||||||
|
%{_bindir}/chcat
|
||||||
|
%{_bindir}/sandbox
|
||||||
|
%{_bindir}/audit2allow
|
||||||
|
%{_bindir}/audit2why
|
||||||
|
%{_mandir}/man1/audit2allow.1*
|
||||||
|
%{_mandir}/ru/man1/audit2allow.1*
|
||||||
|
%{_bindir}/semodule_package
|
||||||
|
%{_mandir}/man8/semodule_package.8*
|
||||||
|
%{_mandir}/ru/man8/semodule_package.8*
|
||||||
|
%{_mandir}/man1/audit2why.1*
|
||||||
|
%{_sysconfdir}/dbus-1/system.d/org.selinux.conf
|
||||||
|
%{_mandir}/man8/chcat.8*
|
||||||
|
%{_mandir}/ru/man8/chcat.8*
|
||||||
|
%{_mandir}/man8/sandbox.8*
|
||||||
|
%{_mandir}/man8/semanage*.8*
|
||||||
|
%{_mandir}/ru/man8/semanage.8*
|
||||||
|
%{_datadir}/bash-completion/completions/semanage
|
||||||
|
%{_datadir}/bash-completion/completions/setsebool
|
||||||
|
|
||||||
%package python3
|
%package python3
|
||||||
Summary: SELinux policy core python3 interfaces
|
Summary: SELinux policy core python3 interfaces
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -157,17 +187,6 @@ The policycoreutils-python package contains the management tools use to manage
|
|||||||
an SELinux environment.
|
an SELinux environment.
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
%{_sbindir}/semanage
|
|
||||||
%{_bindir}/chcat
|
|
||||||
%{_bindir}/sandbox
|
|
||||||
%{_bindir}/audit2allow
|
|
||||||
%{_bindir}/audit2why
|
|
||||||
%{_mandir}/man1/audit2allow.1*
|
|
||||||
%{_mandir}/ru/man1/audit2allow.1*
|
|
||||||
%{_bindir}/semodule_package
|
|
||||||
%{_mandir}/man8/semodule_package.8*
|
|
||||||
%{_mandir}/ru/man8/semodule_package.8*
|
|
||||||
%{_mandir}/man1/audit2why.1*
|
|
||||||
%dir %{python_sitelib}/seobject
|
%dir %{python_sitelib}/seobject
|
||||||
%{python_sitelib}/seobject/__init__.py*
|
%{python_sitelib}/seobject/__init__.py*
|
||||||
%{python_sitelib}/seobject*.egg-info
|
%{python_sitelib}/seobject*.egg-info
|
||||||
|
Loading…
Reference in New Issue
Block a user