diff --git a/pywbem.spec b/pywbem.spec index 3292e91..8cc00ca 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -1,8 +1,8 @@ %{?python_enable_dependency_generator} Name: pywbem -Version: 1.0.1 -Release: 1%{?dist} +Version: 0.14.6 +Release: 5%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -50,6 +50,10 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} \ PBR_VERSION="%{version}" \ %{__python3} setup.py install -O1 --skip-build --root %{buildroot} 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 %license LICENSE.txt @@ -57,9 +61,14 @@ rm -rf %{buildroot}/usr/bin/*.bat %{python3_sitelib}/pywbem/ %{python3_sitelib}/pywbem_mock/ %{_bindir}/mof_compiler +%{_bindir}/pywbemcli +%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Tue Sep 1 2020 Tony Asleson - 0.14.6-5 +- Go back to 0.14.6 ref. https://bugzilla.redhat.com/show_bug.cgi?id=1868128 + * Mon Aug 10 2020 Gris Ge - 1.0.1-1 - Upgrade to 1.0.1