SHA256
1
0
forked from pool/libvirt
OBS User unknown 2008-08-22 23:11:13 +00:00 committed by Git OBS Bridge
parent b3e9280c55
commit ab81931849
2 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 17:07:08 CEST 2008 - prusnak@suse.cz
- enabled SELinux support [Fate#303662]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 11 22:16:21 MDT 2008 - jfehlig@novell.com Mon Aug 11 22:16:21 MDT 2008 - jfehlig@novell.com

View File

@ -29,6 +29,7 @@
Name: libvirt Name: libvirt
BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd
BuildRequires: libselinux-devel
%if %{with_xen} %if %{with_xen}
BuildRequires: xen-devel BuildRequires: xen-devel
%endif %endif
@ -44,7 +45,7 @@ License: LGPL v2.1 or later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: yes AutoReqProv: yes
Version: 0.4.4 Version: 0.4.4
Release: 16 Release: 21
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interract with the virtualization capabilities of Linux
Requires: readline Requires: readline
Requires: ncurses Requires: ncurses
@ -164,6 +165,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure %{?_without_xen} \ %configure %{?_without_xen} \
%{?_with_lxc} \ %{?_with_lxc} \
--libexecdir=%{_libdir}/%{name} \ --libexecdir=%{_libdir}/%{name} \
--with-selinux \
--with-init-script=none \ --with-init-script=none \
--with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \ --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \
--with-storage-iscsi=no \ --with-storage-iscsi=no \
@ -270,6 +272,8 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitedir}/libvirtmod* %{py_sitedir}/libvirtmod*
%changelog %changelog
* Fri Aug 22 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Tue Aug 12 2008 jfehlig@novell.com * Tue Aug 12 2008 jfehlig@novell.com
- Cleanup of libvirtd init script - Cleanup of libvirtd init script
- Removed dnsmasq from BuildRequires - Removed dnsmasq from BuildRequires
@ -294,12 +298,12 @@ rm -rf $RPM_BUILD_ROOT
suse procedures. bnc#388769 suse procedures. bnc#388769
* Mon May 05 2008 jfehlig@novell.com * Mon May 05 2008 jfehlig@novell.com
- Fix path to iptables. bnc#386280 - Fix path to iptables. bnc#386280
* Thu Apr 24 2008 jfehlig@novell.com * Fri Apr 25 2008 jfehlig@novell.com
- Fix Xen 3.2 hypercalls. bnc#378798 - Fix Xen 3.2 hypercalls. bnc#378798
* Thu Apr 10 2008 jfehlig@novell.com * Thu Apr 10 2008 jfehlig@novell.com
- Fix NULL pointer dereference in auth callback. bnc#373180, - Fix NULL pointer dereference in auth callback. bnc#373180,
bnc#354995 bnc#354995
* Wed Jan 09 2008 jfehlig@novell.com * Thu Jan 10 2008 jfehlig@novell.com
- Remove Requires of nc package. netcat is the equivalent but it - Remove Requires of nc package. netcat is the equivalent but it
does not support unix domain sockets so no need to require it does not support unix domain sockets so no need to require it
either. either.
@ -313,7 +317,7 @@ rm -rf $RPM_BUILD_ROOT
- Documentation: example files for QEMU and libvirtd configuations, - Documentation: example files for QEMU and libvirtd configuations,
authentication documentation updates authentication documentation updates
- Bug fixes, improvements and code cleanup - Bug fixes, improvements and code cleanup
* Tue Oct 09 2007 jfehlig@novell.com * Wed Oct 10 2007 jfehlig@novell.com
- Updated to libvirt 0.3.3 - Updated to libvirt 0.3.3
- Avahi mDNS daemon export - Avahi mDNS daemon export
- NUMA support - NUMA support
@ -324,11 +328,11 @@ rm -rf $RPM_BUILD_ROOT
to be a subtle dependency issue in one of the makefiles which is to be a subtle dependency issue in one of the makefiles which is
causing problems with generation of python bindings when jobs > 1. causing problems with generation of python bindings when jobs > 1.
Bug #329032. Bug #329032.
* Mon Aug 20 2007 jfehlig@novell.com * Tue Aug 21 2007 jfehlig@novell.com
- Added init script for libvirtd. libvirtd is needed to support - Added init script for libvirtd. libvirtd is needed to support
management of qemu/kvm guests. Some Xen networking is handled management of qemu/kvm guests. Some Xen networking is handled
through libvirt as well - bug #298021. through libvirt as well - bug #298021.
* Mon Jul 23 2007 jfehlig@novell.com * Tue Jul 24 2007 jfehlig@novell.com
- Update to libvirt-0.3.0 - Update to libvirt-0.3.0
- Secure Remote support - Secure Remote support
- Documentation: remote support, description of the URI connection - Documentation: remote support, description of the URI connection
@ -369,14 +373,14 @@ rm -rf $RPM_BUILD_ROOT
- Fixed docdir destination. - Fixed docdir destination.
- Build with CFLAGS. - Build with CFLAGS.
- Spec file cleanup. - Spec file cleanup.
* Tue Feb 20 2007 jfehlig@novell.com * Wed Feb 21 2007 jfehlig@novell.com
- Removed usr/lib/libvirt_proxy setuid binary from package. Fixes - Removed usr/lib/libvirt_proxy setuid binary from package. Fixes
bug #246610. bug #246610.
* Fri Feb 16 2007 jfehlig@novell.com * Sat Feb 17 2007 jfehlig@novell.com
- Updated to latest release. Many of the issues seen in virt-manager - Updated to latest release. Many of the issues seen in virt-manager
have been caused by bugs / missing functionality in libvirt. This have been caused by bugs / missing functionality in libvirt. This
upate provides a better basis for virt-manager. upate provides a better basis for virt-manager.
* Wed Jan 10 2007 jfehlig@novell.com * Thu Jan 11 2007 jfehlig@novell.com
- Updated to latest release, version 0.1.10. Submitting to SLES10 SP1 - Updated to latest release, version 0.1.10. Submitting to SLES10 SP1
to provide base functionality for FATE feature 301181. to provide base functionality for FATE feature 301181.
- more localizations - more localizations
@ -388,7 +392,7 @@ rm -rf $RPM_BUILD_ROOT
- support graphic framebuffer for Xen paravirt (Daniel Berrange) - support graphic framebuffer for Xen paravirt (Daniel Berrange)
- VNC listen IP range support (Daniel Berrange) - VNC listen IP range support (Daniel Berrange)
- support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange) - support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange)
* Fri Dec 08 2006 jfehlig@novell.com * Sat Dec 09 2006 jfehlig@novell.com
- Updated to latest release, version 0.1.9. - Updated to latest release, version 0.1.9.
- python bindings: release interpeter lock when calling C (Daniel Berrange) - python bindings: release interpeter lock when calling C (Daniel Berrange)
- don't raise HTTP error when looking informations for a domain - don't raise HTTP error when looking informations for a domain
@ -429,10 +433,10 @@ rm -rf $RPM_BUILD_ROOT
* Tue Sep 26 2006 jfehlig@novell.com * Tue Sep 26 2006 jfehlig@novell.com
- Updated to latest release, version 0.1.6. This release includes - Updated to latest release, version 0.1.6. This release includes
fix in hypercall driver so local patch has been removed. fix in hypercall driver so local patch has been removed.
* Wed Sep 13 2006 jfehlig@novell.com * Thu Sep 14 2006 jfehlig@novell.com
- Fixed bug in hypercall driver introduced in version 0.1.5. - Fixed bug in hypercall driver introduced in version 0.1.5.
Patch sumbmitted upstream and included locally until next release. Patch sumbmitted upstream and included locally until next release.
* Mon Sep 11 2006 jfehlig@novell.com * Tue Sep 12 2006 jfehlig@novell.com
- Updated to latest release, version 0.1.5 - Updated to latest release, version 0.1.5
- Support for new hypercalls change in Xen changeset 86d26e6ec89b - Support for new hypercalls change in Xen changeset 86d26e6ec89b
- bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi - bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi