diff --git a/pywbem.spec b/pywbem.spec index 7df262e..a705b59 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -2,7 +2,7 @@ Name: pywbem Version: 0.14.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -52,6 +52,7 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} \ rm -rf %{buildroot}/usr/bin/*.bat # wbemcli are conflicting with sblim-wbemcli mv -v %{buildroot}/%{_bindir}/wbemcli %{buildroot}/%{_bindir}/pywbemcli +sed -i -e 's/wbemcli/pywbemcli/' %{buildroot}/%{_bindir}/pywbemcli mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %files -n python3-pywbem @@ -65,6 +66,9 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Fri Sep 13 2019 Gris Ge - 0.14.3-5 +- Fix pywbemcli ModuleNotFoundError: RHBZ #1743784 + * Mon Aug 19 2019 Miro HronĨok - 0.14.3-4 - Rebuilt for Python 3.8