* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-6.fc10

- Disable lokkit support again (#449996, #447633)
This commit is contained in:
Mark McLoughlin 2008-06-04 17:34:26 +00:00
parent 7ce08f2148
commit eb34165670

View File

@ -4,7 +4,6 @@
%define with_xen_proxy 1 %define with_xen_proxy 1
%define with_qemu 1 %define with_qemu 1
%define with_polkit 0 %define with_polkit 0
%define with_lokkit 0
# Xen is available only on i386 x86_64 ia64 # Xen is available only on i386 x86_64 ia64
%ifnarch i386 i686 x86_64 ia64 %ifnarch i386 i686 x86_64 ia64
@ -23,14 +22,13 @@
%if %{fedora} >= 8 %if %{fedora} >= 8
%define with_polkit 1 %define with_polkit 1
%define with_lokkit 1
%define with_xen_proxy 0 %define with_xen_proxy 0
%endif %endif
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: 5%{?dist}%{?extra_release} Release: 6%{?dist}%{?extra_release}
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source: libvirt-%{version}.tar.gz Source: libvirt-%{version}.tar.gz
@ -53,9 +51,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
%if %{with_qemu} %if %{with_qemu}
@ -92,9 +87,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
%if %{with_qemu} %if %{with_qemu}
@ -287,6 +279,9 @@ fi
%doc docs/examples/python %doc docs/examples/python
%changelog %changelog
* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-6.fc10
- Disable lokkit support again (#449996, #447633)
* Thu May 15 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-5.fc10 * Thu May 15 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-5.fc10
- Rebuild with policy enabled (rhbz #446616) - Rebuild with policy enabled (rhbz #446616)