Rebuild to fix policykit enablement (rhbz #446616)

This commit is contained in:
Daniel P. Berrange 2008-05-15 21:34:28 +00:00
parent 049a8c79d9
commit 7ce08f2148
1 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@
%endif
%endif
%if "%{fedora}" >= "8"
%if %{fedora} >= 8
%define with_polkit 1
%define with_lokkit 1
%define with_xen_proxy 0
@ -30,7 +30,7 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.4.2
Release: 4%{?dist}%{?extra_release}
Release: 5%{?dist}%{?extra_release}
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@ -287,6 +287,9 @@ fi
%doc docs/examples/python
%changelog
* Thu May 15 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-5.fc10
- Rebuild with policy enabled (rhbz #446616)
* Fri May 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-4.fc10
- Added directory for initrd/kernel images for SELinux policy