diff --git a/libvirt-python.spec b/libvirt-python.spec index 9b67a62..06f8cf5 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -6,7 +6,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist}%{?extra_release} Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org @@ -22,14 +22,6 @@ BuildRequires: python3-nose BuildRequires: python3-lxml %endif -%if %{with_python3} -%package -n libvirt-python3 -Summary: The libvirt virtualization API python3 binding -Url: http://libvirt.org -License: LGPLv2+ -Group: Development/Libraries -%endif - # Don't want provides for python shared objects %{?filter_provides_in: %filter_provides_in %{python_sitearch}/.*\.so} %{?filter_setup} @@ -41,6 +33,12 @@ supplied by the libvirt library to use the virtualization capabilities of recent versions of Linux (and other OSes). %if %{with_python3} +%package -n libvirt-python3 +Summary: The libvirt virtualization API python3 binding +Url: http://libvirt.org +License: LGPLv2+ +Group: Development/Libraries + %description -n libvirt-python3 The libvirt-python package contains a module that permits applications written in the Python programming language to use the interface @@ -92,6 +90,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info %endif %changelog +* Fri Aug 15 2014 Cole Robinson - 1.2.7-1 +- Rebased to version 1.2.7 + * Wed Jul 2 2014 Daniel P. Berrange - 1.2.6-1 - Update to 1.2.6 release diff --git a/sources b/sources index fb4ad26..287a38a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -446b435fc7fdc572b4b8a1c82f43b327 libvirt-python-1.2.6.tar.gz +a5ca2b1ed4ea6ef2d0243907b553c39a libvirt-python-1.2.7.tar.gz