Rebased to version 1.3.4

This commit is contained in:
Cole Robinson 2016-05-02 20:22:42 -04:00
parent 78763e0bdb
commit fead210be5
2 changed files with 9 additions and 3 deletions

View File

@ -6,8 +6,8 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
Version: 1.3.3
Release: 2%{?dist}%{?extra_release}
Version: 1.3.4
Release: 1%{?dist}%{?extra_release}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
License: LGPLv2+
@ -49,6 +49,9 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
# Unset execute bit for example scripts; it can introduce spurious
# RPM dependencies, like /usr/bin/python which can pull in python2
# for the -python3 package
find examples -type f -exec chmod 0644 \{\} \;
%build
@ -92,6 +95,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
%endif
%changelog
* Mon May 02 2016 Cole Robinson <crobinso@redhat.com> - 1.3.4-1
- Rebased to version 1.3.4
* Wed Apr 20 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.3-2
- Restore the setting of documentation to be non-executable. Executable
documentation introduces spurious dependencies (in this case, making

View File

@ -1 +1 @@
e00b8971093fcf8315f8f16c7f969554 libvirt-python-1.3.3.tar.gz
4d2d5810e04b213be6aa667cdcc95ffd libvirt-python-1.3.4.tar.gz