Upgrade to 0.10.0
This commit is contained in:
parent
4796ffe3b0
commit
9d8fd5639d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pywbem-20131121.tar.xz
|
||||
/v0.9.0.tar.gz
|
||||
/v0.9.1.tar.gz
|
||||
/v0.10.0.tar.gz
|
||||
|
||||
10
pywbem.spec
10
pywbem.spec
@ -1,8 +1,8 @@
|
||||
%global py3_build_dir %{_builddir}/%{name}-%{version}-%{release}-python3
|
||||
|
||||
Name: pywbem
|
||||
Version: 0.9.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python2 WBEM Client and Provider Interface
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
@ -21,7 +21,7 @@ programming knowledge. It is suitable for a large range of tasks from simply
|
||||
poking around to writing web and GUI applications.
|
||||
|
||||
WBEM, or Web Based Enterprise Management is a manageability protocol, like
|
||||
SNMP, standardised by the Distributed Management Task Force (DMTF) available
|
||||
SNMP, standardized by the Distributed Management Task Force (DMTF) available
|
||||
at http://www.dmtf.org/standards/wbem.
|
||||
|
||||
It also provides a Python provider interface, and is the fastest and
|
||||
@ -89,12 +89,16 @@ rm -rf %{buildroot}
|
||||
%{python3_sitelib}/pywbem/__pycache__/*
|
||||
%{_bindir}/mof_compiler
|
||||
%{_bindir}/wbemcli
|
||||
%{_bindir}/wbemcli.py
|
||||
%doc README.md
|
||||
|
||||
%files twisted
|
||||
%{python_sitelib}/pywbem/twisted_client.py*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2017 Gris Ge <fge@redhat.com> - 0.10.0-1
|
||||
- Upgrade to 0.10.0
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user