diff --git a/python-libvirt.spec b/python-libvirt.spec index a22bf81..101d7d5 100644 --- a/python-libvirt.spec +++ b/python-libvirt.spec @@ -1,5 +1,5 @@ Name: python-libvirt -Version: 3.9.0 +Version: 5.1.0 Release: 1mamba Summary: Python binding to the libvirt.so, libvirt-qemu.so and libvirt-lxc.so library APIs. Group: System/Libraries @@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n libvirt-python-%{version} @@ -38,16 +42,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc AUTHORS COPYING COPYING.LESSER -## note: eventually add the remaining documents (if any) -# %doc ChangeLog NEWS README %changelog +* Fri Mar 15 2019 Silvan Calarco 5.1.0-1mamba +- update to 5.1.0 + * Wed Nov 22 2017 Automatic Build System 3.9.0-1mamba - automatic update by autodist