* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-4.fc9
- Disable lokkit support again (#449996, #447633)remotes/origin/f9
parent
13203d395a
commit
0646e65ec4
13
libvirt.spec
13
libvirt.spec
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
%if "%{fedora}" >= "8"
|
%if "%{fedora}" >= "8"
|
||||||
%define with_polkit 1
|
%define with_polkit 1
|
||||||
%define with_lokkit 1
|
|
||||||
%define with_proxy no
|
%define with_proxy no
|
||||||
%else
|
%else
|
||||||
%define with_polkit 0
|
%define with_polkit 0
|
||||||
%define with_lokkit 0
|
|
||||||
%define with_proxy yes
|
%define with_proxy yes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -23,7 +21,7 @@
|
||||||
Summary: Library providing a simple API virtualization
|
Summary: Library providing a simple API virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 3%{?dist}%{?extra_release}
|
Release: 4%{?dist}%{?extra_release}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: libvirt-%{version}.tar.gz
|
Source: libvirt-%{version}.tar.gz
|
||||||
|
@ -46,9 +44,6 @@ Requires: cyrus-sasl-md5
|
||||||
%if %{with_polkit}
|
%if %{with_polkit}
|
||||||
Requires: PolicyKit >= 0.6
|
Requires: PolicyKit >= 0.6
|
||||||
%endif
|
%endif
|
||||||
%if %{with_lokkit}
|
|
||||||
Requires: /usr/sbin/lokkit
|
|
||||||
%endif
|
|
||||||
# For mount/umount in FS driver
|
# For mount/umount in FS driver
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
# PPC64 has no Xen nor QEmu, try to build anyway
|
# PPC64 has no Xen nor QEmu, try to build anyway
|
||||||
|
@ -86,9 +81,6 @@ BuildRequires: cyrus-sasl-devel
|
||||||
%if %{with_polkit}
|
%if %{with_polkit}
|
||||||
BuildRequires: PolicyKit-devel >= 0.6
|
BuildRequires: PolicyKit-devel >= 0.6
|
||||||
%endif
|
%endif
|
||||||
%if %{with_lokkit}
|
|
||||||
BuildRequires: /usr/sbin/lokkit
|
|
||||||
%endif
|
|
||||||
# For mount/umount in FS driver
|
# For mount/umount in FS driver
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
# PPC64 has no Xen nor QEmu, try to build anyway
|
# PPC64 has no Xen nor QEmu, try to build anyway
|
||||||
|
@ -290,6 +282,9 @@ fi
|
||||||
%doc docs/examples/python
|
%doc docs/examples/python
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-4.fc9
|
||||||
|
- Disable lokkit support again (#449996, #447633)
|
||||||
|
|
||||||
* Fri May 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-3.fc9
|
* Fri May 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-3.fc9
|
||||||
- Added directory for initrd/kernel images for SELinux policy
|
- Added directory for initrd/kernel images for SELinux policy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue