diff --git a/libvirt-python.spec b/libvirt-python.spec index b7574c0bc7e411eb85b6259dabbafa3eb432ea83..8d47f9a5407f3d4c8db2d7466f02f9e7c41dd3eb 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -1,16 +1,13 @@ %define supported_platform 0 -%define _with_python2 1 -%define _with_python3 0 +%global with_python3 0 +%global with_python2 1 %define py2_versioned_deps 1 -%{!?with_python2: %define with_python2 %{_with_python2}} -%{!?with_python3: %define with_python3 %{_with_python3}} - -Summary: The libvirt virtualization API python2 binding Name: libvirt-python Version: 6.2.0 -Release: 1 +Release: 2 +Summary: The libvirt virtualization API python2 binding Source0: libvirt-python-6.2.0.tar Url: http://libvirt.org License: LGPLv2+ @@ -135,4 +132,6 @@ find examples -type f -exec chmod 0644 \{\} \; %changelog * Mon May 24 2021 openstack-sig +- Delete needless definition +* Mon May 24 2021 openstack-sig - Package Spec generated