From 9e1a8ae7386ff0c074686475960cdfc1c9fb1cc3 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jan 04 2018 08:34:59 +0000 Subject: Fix directory ownership --- diff --git a/pywbem.spec b/pywbem.spec index ccb8e8f..90c6675 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -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 - 0.11.0-4 +- Fix directory ownership + * Thu Oct 19 2017 Gris Ge - 0.11.0-3 - Fedora 25 does not have python2-pip, use python-pip instead.