- Switch Rawhide to use the new development branch (1.13).
- New upstream version 1.13.2. - Remove upstream patch.
This commit is contained in:
parent
aa3b139e75
commit
2bbaf44290
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@ libguestfs-1.5.3.tar.gz
|
|||||||
/libguestfs-1.11.20.tar.gz
|
/libguestfs-1.11.20.tar.gz
|
||||||
/libguestfs-1.12.0.tar.gz
|
/libguestfs-1.12.0.tar.gz
|
||||||
/libguestfs-1.12.1.tar.gz
|
/libguestfs-1.12.1.tar.gz
|
||||||
|
/libguestfs-1.13.2.tar.gz
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.1
|
Version: 1.13.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
Source0: http://libguestfs.org/download/1.12-stable/%{name}-%{version}.tar.gz
|
Source0: http://libguestfs.org/download/1.13-development/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
# Disable FUSE tests, not supported in Koji at the moment.
|
# Disable FUSE tests, not supported in Koji at the moment.
|
||||||
@ -44,13 +44,11 @@ Patch0: libguestfs-1.7.13-no-fuse-test.patch
|
|||||||
Patch2: libguestfs-1.12.0-configure-force-machine-accel-tcg.patch
|
Patch2: libguestfs-1.12.0-configure-force-machine-accel-tcg.patch
|
||||||
|
|
||||||
# Non-upstream patch to fix -machine option. This is not upstream
|
# Non-upstream patch to fix -machine option. This is not upstream
|
||||||
# because qemu look like they might revert (ie. fix) the -machine
|
# because qemu have reverted the behaviour. However the reverted
|
||||||
# option so that this patch would not be needed.
|
# version is not yet in Rawhide so we have to keep this patch for a
|
||||||
|
# while.
|
||||||
Patch3: 0001-Fix-qemu-machine-option-for-latest-qemu-thanks-Marku.patch
|
Patch3: 0001-Fix-qemu-machine-option-for-latest-qemu-thanks-Marku.patch
|
||||||
|
|
||||||
# Upstream patch to fix segfault in OCaml bindings.
|
|
||||||
Patch4: 0001-ocaml-Fix-locking-in-event-callbacks.patch
|
|
||||||
|
|
||||||
# Basic build requirements:
|
# Basic build requirements:
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
BuildRequires: /usr/bin/pod2text
|
BuildRequires: /usr/bin/pod2text
|
||||||
@ -504,7 +502,6 @@ for %{name}.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
mkdir -p daemon/m4
|
mkdir -p daemon/m4
|
||||||
|
|
||||||
@ -870,6 +867,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 2 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.2-1
|
||||||
|
- Switch Rawhide to use the new development branch (1.13).
|
||||||
|
- New upstream version 1.13.2.
|
||||||
|
- Remove upstream patch.
|
||||||
|
|
||||||
* Tue Jul 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.1-4
|
* Tue Jul 26 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.12.1-4
|
||||||
- New upstream stable branch version 1.12.1.
|
- New upstream stable branch version 1.12.1.
|
||||||
- Remove 5 x upstream patches.
|
- Remove 5 x upstream patches.
|
||||||
|
Loading…
Reference in New Issue
Block a user