- New development branch 1.5.0.
- Remove two upstream patches.
This commit is contained in:
parent
45ab5d29cb
commit
78f29117d9
@ -1 +1 @@
|
|||||||
libguestfs-1.3.21.tar.gz
|
libguestfs-1.5.0.tar.gz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
From 9928498ad87ed1d7a1c191d5637d36d5f9b09ee4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Richard Jones <rjones@redhat.com>
|
|
||||||
Date: Mon, 28 Jun 2010 13:51:42 +0100
|
|
||||||
Subject: [PATCH 2/2] Explicitly depend on e2fsprogs.
|
|
||||||
|
|
||||||
See: http://lists.fedoraproject.org/pipermail/devel/2010-June/137953.html
|
|
||||||
---
|
|
||||||
appliance/packagelist.in | 1 +
|
|
||||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
|
|
||||||
index 3c38978..16dc88d 100644
|
|
||||||
--- a/appliance/packagelist.in
|
|
||||||
+++ b/appliance/packagelist.in
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
augeas-libs
|
|
||||||
btrfs-progs
|
|
||||||
diffutils
|
|
||||||
+ e2fsprogs
|
|
||||||
/* e4fsprogs only exists on RHEL 5, will be ignored everywhere else. */
|
|
||||||
e4fsprogs
|
|
||||||
gfs-utils
|
|
||||||
--
|
|
||||||
1.6.6.1
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
|||||||
From 61adbba900a4150110d9fcd20097b3a5c249e6c7 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Richard Jones <rjones@redhat.com>
|
|
||||||
Date: Mon, 28 Jun 2010 09:13:36 +0100
|
|
||||||
Subject: [PATCH 1/2] Fix gfs2 support by adding required kernel modules.
|
|
||||||
|
|
||||||
---
|
|
||||||
appliance/kmod.whitelist.in | 4 ++++
|
|
||||||
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/appliance/kmod.whitelist.in b/appliance/kmod.whitelist.in
|
|
||||||
index b225f30..0a92122 100644
|
|
||||||
--- a/appliance/kmod.whitelist.in
|
|
||||||
+++ b/appliance/kmod.whitelist.in
|
|
||||||
@@ -65,3 +65,7 @@ crc*.ko
|
|
||||||
libcrc*.ko
|
|
||||||
|
|
||||||
loop.ko
|
|
||||||
+
|
|
||||||
+gfs2.ko
|
|
||||||
+dlm.ko
|
|
||||||
+configfs.ko
|
|
||||||
--
|
|
||||||
1.6.6.1
|
|
||||||
|
|
@ -41,8 +41,8 @@
|
|||||||
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.3.21
|
Version: 1.5.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -52,10 +52,6 @@ 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.
|
||||||
Patch0: libguestfs-1.0.79-no-fuse-test.patch
|
Patch0: libguestfs-1.0.79-no-fuse-test.patch
|
||||||
|
|
||||||
# Upstream patches to fix GFS and e2fsprogs problems.
|
|
||||||
Patch1: libguestfs-1.3.21-Fix-gfs2-support-by-adding-required-kernel-modules.patch
|
|
||||||
Patch2: libguestfs-1.3.21-Explicitly-depend-on-e2fsprogs.patch
|
|
||||||
|
|
||||||
# Basic build requirements:
|
# Basic build requirements:
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
BuildRequires: /usr/bin/pod2text
|
BuildRequires: /usr/bin/pod2text
|
||||||
@ -393,8 +389,6 @@ Requires: jpackage-utils
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
mkdir -p daemon/m4
|
mkdir -p daemon/m4
|
||||||
|
|
||||||
@ -700,6 +694,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 8 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.5.0-1
|
||||||
|
- New development branch 1.5.0.
|
||||||
|
- Remove two upstream patches.
|
||||||
|
|
||||||
* Mon Jun 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.21-4
|
* Mon Jun 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.21-4
|
||||||
- Explicitly depend on e2fsprogs.
|
- Explicitly depend on e2fsprogs.
|
||||||
- Add patch to add e2fsprogs to the appliance.
|
- Add patch to add e2fsprogs to the appliance.
|
||||||
|
Loading…
Reference in New Issue
Block a user