Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Veillard
140bcf9ffc upstream release 0.4.3 2008-06-12 16:27:33 +00:00
Daniel Veillard
af69660412 Upstream release 0.4.3 2008-06-12 16:23:19 +00:00
Mark McLoughlin
6dc94c6252 Ensure %{fedora} is evaluated correctly 2008-06-04 17:49:02 +00:00
Mark McLoughlin
eb34165670 * Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-6.fc10
- Disable lokkit support again (#449996, #447633)
2008-06-04 17:34:26 +00:00
3 changed files with 15 additions and 12 deletions

View File

@@ -4,3 +4,4 @@ i686
x86_64
libvirt-*.tar.gz
libvirt-0.4.2.tar.gz
libvirt-0.4.3.tar.gz

View File

@@ -4,7 +4,6 @@
%define with_xen_proxy 1
%define with_qemu 1
%define with_polkit 0
%define with_lokkit 0
# Xen is available only on i386 x86_64 ia64
%ifnarch i386 i686 x86_64 ia64
@@ -21,16 +20,15 @@
%endif
%endif
%if %{fedora} >= 8
%if 0%{fedora} >= 8
%define with_polkit 1
%define with_lokkit 1
%define with_xen_proxy 0
%endif
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.4.2
Release: 5%{?dist}%{?extra_release}
Version: 0.4.3
Release: 1%{?dist}%{?extra_release}
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@@ -53,9 +51,6 @@ Requires: cyrus-sasl-md5
%if %{with_polkit}
Requires: PolicyKit >= 0.6
%endif
%if %{with_lokkit}
Requires: /usr/sbin/lokkit
%endif
# For mount/umount in FS driver
BuildRequires: util-linux
%if %{with_qemu}
@@ -92,9 +87,6 @@ BuildRequires: cyrus-sasl-devel
%if %{with_polkit}
BuildRequires: PolicyKit-devel >= 0.6
%endif
%if %{with_lokkit}
BuildRequires: /usr/sbin/lokkit
%endif
# For mount/umount in FS driver
BuildRequires: util-linux
%if %{with_qemu}
@@ -287,6 +279,16 @@ fi
%doc docs/examples/python
%changelog
* Thu Jun 12 2008 Daniel Veillard <veillard@redhat.com> - 0.4.3-1.fc10
- upstream release 0.4.3
- many bug fixes
- many small improvements
- serious xenner fixes
* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-6.fc10
- Disable lokkit support again (#449996, #447633)
- Ensure %{fedora} is evaluated correctly
* Thu May 15 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-5.fc10
- Rebuild with policy enabled (rhbz #446616)

View File

@@ -1 +1 @@
c87e3d91eaa9445bb3cb1ba191573c83 libvirt-0.4.2.tar.gz
f08319891fda8e4c7ce08e9a782e2543 libvirt-0.4.3.tar.gz