James Fehlig 2011-06-09 17:01:57 +00:00 committed by Git OBS Bridge
parent 911a9245ed
commit 0d77510e8c
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Jun 9 09:38:44 MDT 2011 - jfehlig@novell.com
Thu Jun 9 09:38:44 MDT 2011 - jfehlig@suse.de
- Invoke qemu instances as user:group qemu:qemu by default
bnc#694883
@ -17,7 +17,7 @@ Mon Jun 6 11:40:13 MDT 2011 - jfehlig@suse.de
- Defining the Screenshot public API
- public API for NMI injection
- spec file: Adjust some directory attributes to support running
non-privileged qemu domains
non-privileged qemu instances
-------------------------------------------------------------------
Mon May 15 15:53:21 MDT 2011 - jfehlig@suse.de

View File

@ -17,6 +17,9 @@
# 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
%define client_only 0
@ -148,6 +151,7 @@
%define with_nwfilter 0%{!?_without_nwfilter:%{server_drivers}}
%define with_libpcap 0%{!?_without_libpcap:%{server_drivers}}
%define with_macvtap 0%{!?_without_macvtap:%{server_drivers}}
# Force QEMU to run as qemu:qemu
%define qemu_user qemu
%define qemu_group qemu
%else
@ -432,7 +436,6 @@ Authors:
Karel Zak <kzak@redhat.com>
%if %{with_python}
%package python
License: LGPLv2.1+
Summary: A C toolkit to interract with the virtualization capabilities of Linux
@ -711,7 +714,6 @@ fi
%postun client -p /sbin/ldconfig
%if %{with_libvirtd}
%files
%defattr(-, root, root)
%{_sbindir}/libvirtd
@ -828,7 +830,6 @@ fi
%doc %{_docdir}/%{name}/html
%if %{with_python}
%files python
%defattr(-, root, root)
%doc %{_docdir}/%{name}-python