Rebase to libguestfs 1.55.13
related: RHEL-81733 Add e2fsck forceno flag resolves: RHEL-92599
This commit is contained in:
parent
e10b8ff144
commit
1dc8960b91
@ -1,4 +1,4 @@
|
|||||||
From 575246780a0f3bbea399ac72c5feba31bc4c3748 Mon Sep 17 00:00:00 2001
|
From b0fc7db87d8df6116e720e3b1b1b46959c33b5e5 Mon Sep 17 00:00:00 2001
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||||
Date: Mon, 29 Jul 2013 14:47:56 +0100
|
Date: Mon, 29 Jul 2013 14:47:56 +0100
|
||||||
Subject: [PATCH] RHEL: Disable unsupported remote drive protocols
|
Subject: [PATCH] RHEL: Disable unsupported remote drive protocols
|
||||||
@ -180,7 +180,7 @@ index e4e1021db..8419ce78a 100755
|
|||||||
rm test-add-uri.out
|
rm test-add-uri.out
|
||||||
rm test-add-uri.img
|
rm test-add-uri.img
|
||||||
diff --git a/generator/actions_core.ml b/generator/actions_core.ml
|
diff --git a/generator/actions_core.ml b/generator/actions_core.ml
|
||||||
index 2cb8cc430..388366b69 100644
|
index 0f39fd509..acf5ae5fa 100644
|
||||||
--- a/generator/actions_core.ml
|
--- a/generator/actions_core.ml
|
||||||
+++ b/generator/actions_core.ml
|
+++ b/generator/actions_core.ml
|
||||||
@@ -350,22 +350,6 @@ F<filename> is interpreted as a local file or device.
|
@@ -350,22 +350,6 @@ F<filename> is interpreted as a local file or device.
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
From 67bda9410ac10e83203e017a1a4873650dc4f232 Mon Sep 17 00:00:00 2001
|
From dbda58cdce4de84e125131b7bbcfc4da76809e24 Mon Sep 17 00:00:00 2001
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||||
Date: Tue, 7 Jul 2015 09:28:03 -0400
|
Date: Tue, 7 Jul 2015 09:28:03 -0400
|
||||||
Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for
|
Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for
|
@ -1,4 +1,4 @@
|
|||||||
From 33529af903969a9957214e39bc6b1c78f02a7b98 Mon Sep 17 00:00:00 2001
|
From d03f04787725666f2589a135b46cdcc1bcaf4ab5 Mon Sep 17 00:00:00 2001
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||||
Date: Tue, 13 May 2025 17:28:25 +0100
|
Date: Tue, 13 May 2025 17:28:25 +0100
|
||||||
Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module
|
Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module
|
@ -41,7 +41,7 @@ ExcludeArch: %{ix86}
|
|||||||
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.55.12
|
Version: 1.55.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
|
||||||
@ -80,10 +80,9 @@ Source8: copy-patches.sh
|
|||||||
# https://github.com/libguestfs/libguestfs/commits/rhel-10.1
|
# https://github.com/libguestfs/libguestfs/commits/rhel-10.1
|
||||||
|
|
||||||
# Patches.
|
# Patches.
|
||||||
Patch0001: 0001-m4-Add-junk-required-to-make-AM_GNU_GETTEXT-work.patch
|
Patch0001: 0001-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch
|
||||||
Patch0002: 0002-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch
|
Patch0002: 0002-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch
|
||||||
Patch0003: 0003-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch
|
Patch0003: 0003-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch
|
||||||
Patch0004: 0004-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||||
|
|
||||||
@ -1071,7 +1070,7 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.12-1
|
* Tue May 20 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.13-1
|
||||||
- Rebase to libguestfs 1.55.12
|
- Rebase to libguestfs 1.55.12
|
||||||
resolves: RHEL-81733
|
resolves: RHEL-81733
|
||||||
- Include host kernel information in libguestfs debugging output
|
- Include host kernel information in libguestfs debugging output
|
||||||
@ -1085,6 +1084,8 @@ rm ocaml/html/.gitignore
|
|||||||
resolves: RHEL-90170
|
resolves: RHEL-90170
|
||||||
- Add btrfs-scrub-full API
|
- Add btrfs-scrub-full API
|
||||||
resolves: RHEL-91936
|
resolves: RHEL-91936
|
||||||
|
- Add e2fsck forceno flag
|
||||||
|
resolves: RHEL-92599
|
||||||
|
|
||||||
* Tue Nov 26 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.54.0-5
|
* Tue Nov 26 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.54.0-5
|
||||||
- Rebase to libguestfs 1.54.0
|
- Rebase to libguestfs 1.54.0
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libguestfs-1.55.12.tar.gz) = 87f7c209e5b5787c212746a1fb434342b75b9dd80dd4fc01b53877150f7d194d3d856b0acac0606236029601b595e2c0db8af582b00364cf162e91394c74be10
|
SHA512 (libguestfs-1.55.13.tar.gz) = 7f66969e3217426ecf9155777f1b07512db289e0661c2736837c6ea25c9fb6db26854d9e0e1d1306007b8a70b6ccd96de55869db370c356106760437457eb422
|
||||||
SHA512 (libguestfs-1.55.12.tar.gz.sig) = 177730330cf94cf2a3d17fee3427482b2206d824f24928d4a5fa4bf0ef3248f319d648a17fa337f23af7b9c39b62b86eab6d0465454efda7b3c6e5a306a74c99
|
SHA512 (libguestfs-1.55.13.tar.gz.sig) = 8b7dd0daf6ca026d1d0796a2c4102248298e54ea841f2a6ca3b6f1eb314b7160732261e9d25f6c3be08090878a3c76ec24c9954be0517b477a98fac2a7fc3daf
|
||||||
|
Loading…
Reference in New Issue
Block a user