SHA256
1
0
forked from pool/libvirt

- Update to libvirt 0.8.8 final

- sysinfo: expose new API
  - cgroup blkio weight support
  - smartcard device support
  - qemu: Support per-device boot ordering

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=98
This commit is contained in:
James Fehlig 2011-02-17 17:32:49 +00:00 committed by Git OBS Bridge
parent 67ef030fd4
commit b4e9f4239a
3 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:fcd3c836429379789a50d995e93aece543568b7c0da57ff11bc6a82317b22529 oid sha256:1b055afdea9df8d502b7572ea4c81a9aa5fa0f8688d3a58cf63abcef6e84b807
size 9515125 size 9569079

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 17 10:26:11 MST 2011 - jfehlig@novell.com
- Update to libvirt 0.8.8 final
- sysinfo: expose new API
- cgroup blkio weight support
- smartcard device support
- qemu: Support per-device boot ordering
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 15 09:02:30 MST 2011 - jfehlig@novell.com Tue Feb 15 09:02:30 MST 2011 - jfehlig@novell.com

View File

@ -348,12 +348,6 @@ Authors:
%define _without_virtualport --without-virtualport %define _without_virtualport --without-virtualport
%endif %endif
%define when %(date +"%%F-%%T")
%define where %(hostname)
%define who %{?packager}%{!?packager:Unknown}
%define with_packager --with-packager="%{who}, %{when}, %{where}"
%define with_packager_version --with-packager-version="%{version}-%{release}"
autoreconf -f -i autoreconf -f -i
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
%configure --disable-static --with-pic \ %configure --disable-static --with-pic \
@ -377,8 +371,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
%{?_without_yajl} \ %{?_without_yajl} \
%{?_without_macvtap} \ %{?_without_macvtap} \
%{?_without_virtualport} \ %{?_without_virtualport} \
%{with_packager} \
%{with_packager_version} \
--without-xen-proxy \ --without-xen-proxy \
--libexecdir=%{_libdir}/%{name} \ --libexecdir=%{_libdir}/%{name} \
--with-init-script=none \ --with-init-script=none \