Upgrade to 1.0.1
Signed-off-by: Gris Ge <cnfourt@gmail.com>
This commit is contained in:
parent
daad95cf6d
commit
84ccac9663
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/pywbem-0.14.3.tar.gz
|
||||
/pywbem-0.14.4.tar.gz
|
||||
/pywbem-0.14.6.tar.gz
|
||||
/pywbem-1.0.1.tar.gz
|
||||
|
||||
15
pywbem.spec
15
pywbem.spec
@ -1,12 +1,12 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: pywbem
|
||||
Version: 0.14.6
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python WBEM client interface and related utilities
|
||||
License: LGPLv2
|
||||
URL: https://github.com/pywbem/pywbem
|
||||
Source0: https://github.com/pywbem/pywbem/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/pywbem/pywbem/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-devel
|
||||
@ -50,10 +50,6 @@ 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
|
||||
@ -61,11 +57,12 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py
|
||||
%{python3_sitelib}/pywbem/
|
||||
%{python3_sitelib}/pywbem_mock/
|
||||
%{_bindir}/mof_compiler
|
||||
%{_bindir}/pywbemcli
|
||||
%{_bindir}/pywbemcli.py
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Gris Ge <fge@redhat.com> - 1.0.1-1
|
||||
- Upgrade to 1.0.1
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pywbem-0.14.6.tar.gz) = 9e0c552c447872af2e51f0aa21fd38188379bc6fdc18fb13a7d3e148a6ef1d9e2b7c57c64c4be7708a211009972092e99bc5dfd752770acd6af8d9318f6a0c0a
|
||||
SHA512 (pywbem-1.0.1.tar.gz) = 1e539067fc95371101b9e3a4f781ad6a6a267a25c995b2e73617c7e2efd6ef8e4de48cfa084e2ef682c5b1f4e379dc2a1fabc129fb4b2d7a1f2c939c5de6837a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user