- include Pod-Simple-3.23.tar.gz to get perl(Pod::Simple::XHTML)

at build time (bnc#789653)
- Update to version 1.19.62 (fate#312159)
- Update to version 1.19.61

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=162
This commit is contained in:
Olaf Hering 2012-11-23 16:48:22 +00:00 committed by Git OBS Bridge
parent bab2869d01
commit 8deec0c776
5 changed files with 19 additions and 9 deletions

3
Pod-Simple-3.23.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:683fb6b312f993f42a9ff7f686d816fe7486e2e34fcfbcc3f01ab76e05c5f61e
size 239245

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0104d0e4d90d165c27ab6a8baedf2ac177479d8d378428b54fd12e2881f4ad0a
size 8950659

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:632b20cf2ef8635ff9c275f9728a7164c3363feb47d0f9bdcceba524653f9fd6
size 8986639

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 23 17:37:54 CET 2012 - ohering@suse.de
- include Pod-Simple-3.23.tar.gz to get perl(Pod::Simple::XHTML)
at build time (bnc#789653)
- Update to version 1.19.62 (fate#312159)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 19 18:26:16 CET 2012 - ohering@suse.de Mon Nov 19 18:26:16 CET 2012 - ohering@suse.de
@ -8,7 +15,7 @@ Mon Nov 19 18:26:16 CET 2012 - ohering@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 19 17:24:19 CET 2012 - ohering@suse.de Mon Nov 19 17:24:19 CET 2012 - ohering@suse.de
- Update to version 1.19.61 (fate#312159) - Update to version 1.19.61
new subpackage lua-libguestfs, disabled for sles11 new subpackage lua-libguestfs, disabled for sles11
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -73,9 +73,6 @@ BuildRequires: ncurses-devel
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: readline-devel BuildRequires: readline-devel
# perl as included in openSuSE 11.4 has this, but an older version without html_charset
# perl as included in openSuSE 12.1 includes 3.16, so require at least this version
BuildRequires: perl(Pod::Simple::XHTML) >= 3.16
# #
%if %{with_ocaml_bindings} %if %{with_ocaml_bindings}
%define with_ocaml_tools 1 %define with_ocaml_tools 1
@ -101,11 +98,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Compatibility package for guestfs-tools Summary: Compatibility package for guestfs-tools
License: GPL-2 License: GPL-2
Group: System/Filesystems Group: System/Filesystems
Version: 1.19.61 Version: 1.19.62
Release: 0 Release: 0
Patch5: libguestfs-1.13.14-ruby.patch Patch5: libguestfs-1.13.14-ruby.patch
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source789653: Pod-Simple-3.23.tar.gz
Source10: libguestfs.mkinitrd.boot.sh Source10: libguestfs.mkinitrd.boot.sh
Source11: libguestfs.mkinitrd.setup.sh Source11: libguestfs.mkinitrd.setup.sh
Source1220: libguestfs.mkinitrd.1220.patch Source1220: libguestfs.mkinitrd.1220.patch
@ -367,11 +365,13 @@ virtual machines.
%prep %prep
%setup -q %setup -q -a 789653
%patch5 -p1 %patch5 -p1
%patch1000 -p1 %patch1000 -p1
%build %build
# [Bug 789653] sles11 perl obsoletes perl-Pod-Simple unconditionally
export PERLLIB=`echo $PWD/Pod-Simple-*/lib`
# disable qemu test. # disable qemu test.
# If the package is built within kvm the configure test will fail because it starts kvm within kvm # If the package is built within kvm the configure test will fail because it starts kvm within kvm
# With QEMU in environment qemu and kvm packages are not needed at build time. # With QEMU in environment qemu and kvm packages are not needed at build time.