SHA256
1
0
forked from pool/libguestfs

- Update to version 1.22.5

* full support for btrfs guests
  * large performance improvements in virt-df and virt-alignment-scan tools
  * many bug fixes
  * full release notes: http://libguestfs.org/guestfs-release-notes.1.html

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=221
This commit is contained in:
Olaf Hering 2013-08-19 21:24:42 +00:00 committed by Git OBS Bridge
parent f81f2e7585
commit 7fb13a547c
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25065a6fc1e4bcccda25368b1327d1cc779608b5afb10a0a8de47a8126fbfb54
size 3997156

3
libguestfs-1.22.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25d693128110a8936d7686d5f36308dc229ed1f7db6448f143497104cc895e9c
size 4148564

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 19 23:23:31 CEST 2013 - ohering@suse.de
- Update to version 1.22.5
* full support for btrfs guests
* large performance improvements in virt-df and virt-alignment-scan tools
* many bug fixes
* full release notes: http://libguestfs.org/guestfs-release-notes.1.html
-------------------------------------------------------------------
Mon Aug 5 17:48:01 CEST 2013 - ohering@suse.de

View File

@ -16,7 +16,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Version: 1.20.10
Version: 1.22.5
Release: 0
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%if !%opt
@ -136,7 +138,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Compatibility package for guestfs-tools
License: GPL-2.0
Group: System/Filesystems
Release: 0
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch
Source0: %{name}-%{version}.tar.xz
Source789653: Pod-Simple-3.23.tar.xz
@ -421,7 +422,7 @@ virtual machines.
%prep
: _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
%setup -q -a 789653
%patch1000 -p1
#patch1000 -p1
%build
# [Bug 789653] sles11 perl obsoletes perl-Pod-Simple unconditionally
@ -747,7 +748,6 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/libguestfs-make-fixed-appliance
%{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf
%config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh
%{_mandir}/man1/*
%changelog