Update to 3.4.0 release
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
2ffaf64438
commit
e5750c5787
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: The libvirt virtualization API python2 binding
|
Summary: The libvirt virtualization API python2 binding
|
||||||
Name: libvirt-python
|
Name: libvirt-python
|
||||||
Version: 3.3.0
|
Version: 3.4.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||||
Url: http://libvirt.org
|
Url: http://libvirt.org
|
||||||
@ -65,7 +65,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
|
|||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
%{__python3} setup.py install --skip-build --root=%{buildroot}
|
%{__python3} setup.py install --skip-build --root=%{buildroot}
|
||||||
%endif
|
%endif
|
||||||
rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python} setup.py test
|
%{__python} setup.py test
|
||||||
@ -80,6 +79,7 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
|
|||||||
%{_libdir}/python2*/site-packages/libvirt_qemu.py*
|
%{_libdir}/python2*/site-packages/libvirt_qemu.py*
|
||||||
%{_libdir}/python2*/site-packages/libvirt_lxc.py*
|
%{_libdir}/python2*/site-packages/libvirt_lxc.py*
|
||||||
%{_libdir}/python2*/site-packages/libvirtmod*
|
%{_libdir}/python2*/site-packages/libvirtmod*
|
||||||
|
%{_libdir}/python2*/site-packages/*egg-info
|
||||||
|
|
||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
%files -n libvirt-python3
|
%files -n libvirt-python3
|
||||||
@ -94,9 +94,13 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
|
|||||||
%{_libdir}/python3*/site-packages/__pycache__/libvirt_lxc.cpython-*.py*
|
%{_libdir}/python3*/site-packages/__pycache__/libvirt_lxc.cpython-*.py*
|
||||||
%{_libdir}/python3*/site-packages/__pycache__/libvirtaio.cpython-*.py*
|
%{_libdir}/python3*/site-packages/__pycache__/libvirtaio.cpython-*.py*
|
||||||
%{_libdir}/python3*/site-packages/libvirtmod*
|
%{_libdir}/python3*/site-packages/libvirtmod*
|
||||||
|
%{_libdir}/python3*/site-packages/*egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 5 2017 Daniel P. Berrange <berrange@redhat.com> - 3.4.0-1
|
||||||
|
- Update to 3.4.0 release
|
||||||
|
|
||||||
* Mon May 8 2017 Daniel P. Berrange <berrange@redhat.com> - 3.3.0-1
|
* Mon May 8 2017 Daniel P. Berrange <berrange@redhat.com> - 3.3.0-1
|
||||||
- Update to 3.3.0 release
|
- Update to 3.3.0 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-python-3.3.0.tar.gz) = 3d90e99abe813f2ba684c24631d8e8cd6a5b44564351ae3f0b75d426f80d046c00ed6358273b68ad751707a93666564dfecfb7fb7d93d2c27c71a344542fe793
|
SHA512 (libvirt-python-3.4.0.tar.gz) = 96b7f16d0f7c72f2b80fda73b18e0af9b05f0fb7f7fbd4900a77808484b7f45932c8c46bde322f01486fdc97eae3e4a4906ce8555ea9a19548f9c8de46958a78
|
||||||
|
Loading…
Reference in New Issue
Block a user