forked from pool/libvirt
Updating link to change in openSUSE:Factory/libvirt revision 79.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=c9e474fc00ba369eba81544495989e37
This commit is contained in:
parent
7d9e61dc29
commit
69045e4376
@ -17,9 +17,6 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
# In the future, we may want a client only build, which will create a
|
|
||||||
# libvirt.so only containing the generic RPC driver and the test driver,
|
|
||||||
# but no libvirtd
|
|
||||||
# For now, default to a full server + client build
|
# For now, default to a full server + client build
|
||||||
%define client_only 0
|
%define client_only 0
|
||||||
|
|
||||||
@ -439,6 +436,7 @@ Authors:
|
|||||||
Karel Zak <kzak@redhat.com>
|
Karel Zak <kzak@redhat.com>
|
||||||
|
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||||
@ -721,6 +719,7 @@ fi
|
|||||||
%postun client -p /sbin/ldconfig
|
%postun client -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with_libvirtd}
|
%if %{with_libvirtd}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_sbindir}/libvirtd
|
%{_sbindir}/libvirtd
|
||||||
@ -838,6 +837,7 @@ fi
|
|||||||
%doc %{_docdir}/%{name}/html
|
%doc %{_docdir}/%{name}/html
|
||||||
|
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc %{_docdir}/%{name}-python
|
%doc %{_docdir}/%{name}-python
|
||||||
|
Loading…
Reference in New Issue
Block a user