Fix directory ownership in python3 subpackage
This commit is contained in:
parent
b993dadc84
commit
b0ec377c08
15
freeipa.spec
15
freeipa.spec
@ -68,7 +68,7 @@
|
||||
|
||||
Name: freeipa
|
||||
Version: %{VERSION}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: The Identity, Policy and Audit system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -1582,19 +1582,19 @@ fi
|
||||
%license COPYING
|
||||
%dir %{python3_sitelib}/ipaclient
|
||||
%{python3_sitelib}/ipaclient/*.py
|
||||
%{python3_sitelib}/ipaclient/__pycache__/*.py*
|
||||
%{python3_sitelib}/ipaclient/__pycache__
|
||||
%dir %{python3_sitelib}/ipaclient/install
|
||||
%{python3_sitelib}/ipaclient/install/*.py
|
||||
%{python3_sitelib}/ipaclient/install/__pycache__/*.py*
|
||||
%{python3_sitelib}/ipaclient/install/__pycache__
|
||||
%dir %{python3_sitelib}/ipaclient/plugins
|
||||
%{python3_sitelib}/ipaclient/plugins/*.py
|
||||
%{python3_sitelib}/ipaclient/plugins/__pycache__/*.py*
|
||||
%{python3_sitelib}/ipaclient/plugins/__pycache__
|
||||
%dir %{python3_sitelib}/ipaclient/remote_plugins
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/*.py
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/__pycache__/*.py*
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/__pycache__
|
||||
%dir %{python3_sitelib}/ipaclient/remote_plugins/2_*
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/2_*/*.py
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/2_*/__pycache__/*.py*
|
||||
%{python3_sitelib}/ipaclient/remote_plugins/2_*/__pycache__
|
||||
%dir %{python3_sitelib}/ipaclient/csrgen
|
||||
%dir %{python3_sitelib}/ipaclient/csrgen/profiles
|
||||
%{python3_sitelib}/ipaclient/csrgen/profiles/*.json
|
||||
@ -1716,6 +1716,9 @@ fi
|
||||
%endif # with_ipatests
|
||||
|
||||
%changelog
|
||||
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 4.6.1-5
|
||||
- Fix directory ownership in python3 subpackage
|
||||
|
||||
* Tue Oct 17 2017 Rob Crittenden <rcritten@redhat.com> - 4.6.1-4
|
||||
- Update workaround patch to prevent SELinux execmem AVC (#1491508)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user