Rebased to version 1.3.3

This commit is contained in:
Cole Robinson 2016-04-07 10:59:41 -04:00
parent b4255a3226
commit e7face96c3
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
Version: 1.3.2
Release: 2%{?dist}%{?extra_release}
Version: 1.3.3
Release: 1%{?dist}%{?extra_release}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
License: LGPLv2+
@ -55,8 +55,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%endif
find examples -type f -exec chmod 0644 \{\} \;
%install
%{__python} setup.py install --skip-build --root=%{buildroot}
%if %{with_python3}
@ -64,7 +62,6 @@ find examples -type f -exec chmod 0644 \{\} \;
%endif
rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
%check
%{__python} setup.py test
%if %{with_python3}
@ -93,6 +90,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
%endif
%changelog
* Thu Apr 07 2016 Cole Robinson <crobinso@redhat.com> - 1.3.3-1
- Rebased to version 1.3.3
* Tue Mar 1 2016 Daniel P. Berrange <berrange@redhat.com> - 1.3.2-2
- Ensure we build against new enough libvirt

View File

@ -1 +1 @@
ed018c714d7ddbe93221c796dff283ed libvirt-python-1.3.2.tar.gz
e00b8971093fcf8315f8f16c7f969554 libvirt-python-1.3.3.tar.gz