Go back to older working installable version
ref. https://bugzilla.redhat.com/show_bug.cgi?id=1868128 Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
84ccac9663
commit
995422d30b
13
pywbem.spec
13
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 <tasleson@redhat.com> - 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 <fge@redhat.com> - 1.0.1-1
|
||||
- Upgrade to 1.0.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user