SHA256
1
0
forked from pool/libvirt

Accepting request 49818 from home:elvigia:branches:Virtualization

Looks good.  Thanks Cristian

OBS-URL: https://build.opensuse.org/request/show/49818
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=67
This commit is contained in:
James Fehlig 2010-10-05 22:35:25 +00:00 committed by Git OBS Bridge
parent 156c5c55da
commit 44bce60516
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 5 16:29:42 UTC 2010 - cristian.rodriguez@opensuse.org
- Support dropping capabilities with cap-ng library in
openSUSE >= 11.3
-------------------------------------------------------------------
Tue Sep 28 14:20:32 MDT 2010 - jfehlig@novell.com

View File

@ -39,7 +39,11 @@
%define with_selinux 1
%define with_apparmor 0
# options
%define with_capng 0
%if 0%{?suse_version} >= 1130
%define with_capng 1
%else
%define with_capng 0
%endif
%define with_netcf 0
%define with_udev 0
%define with_hal 0
@ -118,6 +122,9 @@ BuildRequires: libnl-devel
%if %{with_esx}
BuildRequires: libcurl-devel
%endif
%if %{with_capng}
BuildRequires: libcap-ng-devel
%endif
# Only for directory ownership:
BuildRequires: gtk-doc
Url: http://libvirt.org/