Fix directory ownership

This commit is contained in:
Lumir Balhar 2018-01-04 09:34:59 +01:00
parent 5b744179d8
commit 9e1a8ae738

View File

@ -2,7 +2,7 @@
Name: pywbem
Version: 0.11.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python2 WBEM Client and Provider Interface
Group: Development/Libraries
License: LGPLv2
@ -96,14 +96,14 @@ rm -rf %{buildroot}
%files -n python2-pywbem
%{python2_sitelib}/*.egg-info
%{python2_sitelib}/pywbem/*.py*
%{python2_sitelib}/pywbem/
%{python2_sitelib}/pywbem/LICENSE.txt
%files -n python3-pywbem
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/pywbem/*.py*
%{python3_sitelib}/pywbem/
%{python3_sitelib}/pywbem/LICENSE.txt
%{python3_sitelib}/pywbem/__pycache__/*
%{python3_sitelib}/pywbem/__pycache__/
%{_bindir}/mof_compiler
%{_bindir}/wbemcli
%{_bindir}/wbemcli.py
@ -113,6 +113,9 @@ rm -rf %{buildroot}
%{python_sitelib}/pywbem/twisted_client.py*
%changelog
* Thu Jan 04 2018 Lumír Balhar <lbalhar@redhat.com> - 0.11.0-4
- Fix directory ownership
* Thu Oct 19 2017 Gris Ge <fge@redhat.com> - 0.11.0-3
- Fedora 25 does not have python2-pip, use python-pip instead.