Rebase to libguestfs 1.60.1
Use git to apply patches. resolves: RHEL-153358
This commit is contained in:
parent
1571a4c1ff
commit
3a189ddd7f
@ -1,4 +1,4 @@
|
||||
From cc3166eefe23f39d0cddba6e5f84b745b0512165 Mon Sep 17 00:00:00 2001
|
||||
From c26b32fcfa3ab20043142e2046c997e145a1466e Mon Sep 17 00:00:00 2001
|
||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||
Date: Mon, 29 Jul 2013 14:47:56 +0100
|
||||
Subject: [PATCH] RHEL: Disable unsupported remote drive protocols
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 86864f59500068e0fd1bcaf58cc7fe93c969ef1a Mon Sep 17 00:00:00 2001
|
||||
From b83f8580709c4ba2c782d3e21bbaf34feb8aabb9 Mon Sep 17 00:00:00 2001
|
||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||
Date: Tue, 7 Jul 2015 09:28:03 -0400
|
||||
Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 6f7e0984377c654312ee63b057f9817a9860cf13 Mon Sep 17 00:00:00 2001
|
||||
From 84732d9c6984d559a8bae7b550684cd60fa08426 Mon Sep 17 00:00:00 2001
|
||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||
Date: Tue, 13 May 2025 17:28:25 +0100
|
||||
Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 5ca23900bb4b2974afde61e8b735dffa8d18ab93 Mon Sep 17 00:00:00 2001
|
||||
From b3176bf27b97a68282690df4ccc05c3ef67241ed Mon Sep 17 00:00:00 2001
|
||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||
Date: Tue, 17 Mar 2026 20:14:16 +0000
|
||||
Subject: [PATCH] RHEL: Use alternate location for qemu-kvm in direct backend
|
||||
|
||||
@ -23,7 +23,7 @@ ExcludeArch: %{ix86}
|
||||
%global verify_tarball_signature 1
|
||||
|
||||
# The source directory.
|
||||
%global source_directory 1.59-development
|
||||
%global source_directory 1.60-stable
|
||||
|
||||
# Filter perl provides.
|
||||
%{?perl_default_filter}
|
||||
@ -34,7 +34,7 @@ ExcludeArch: %{ix86}
|
||||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.59.9
|
||||
Version: 1.60.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@ -69,6 +69,9 @@ Source7: libguestfs.keyring
|
||||
# Maintainer script which helps with handling patches.
|
||||
Source8: copy-patches.sh
|
||||
|
||||
# For applying patches:
|
||||
BuildRequires: git
|
||||
|
||||
# Patches are maintained in the following repository:
|
||||
# https://github.com/libguestfs/libguestfs/commits/rhel-10.3
|
||||
|
||||
@ -628,7 +631,7 @@ for %{name}.
|
||||
%if 0%{verify_tarball_signature}
|
||||
%{gpgverify} --keyring='%{SOURCE7}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%endif
|
||||
%setup -q
|
||||
%autosetup -S git -N
|
||||
%autopatch -p1
|
||||
|
||||
autoreconf -fiv
|
||||
@ -1028,8 +1031,8 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 03 2026 Richard W.M. Jones <rjones@redhat.com> - 1:1.59.9-1
|
||||
- Rebase to libguestfs 1.59.9
|
||||
* Tue Jul 14 2026 Richard W.M. Jones <rjones@redhat.com> - 1:1.60.1-1
|
||||
- Rebase to libguestfs 1.60.1
|
||||
Synchronize spec file with Fedora
|
||||
resolves: RHEL-153358
|
||||
- Detect Windows Defender antivirus
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libguestfs-1.59.9.tar.gz) = d50a6b4c940d02cfe9c88ca9aa2cac4c5f64fe7416f5be774a34f72881a9efc183fed53ecfb652db02f626bf2fb28fc0a0a573618de81f57d0e5067e4f5a9f8d
|
||||
SHA512 (libguestfs-1.59.9.tar.gz.sig) = ddb070daa5cd1339ccf673dbc4dd9348a3f5824ed78c9bccda8784a5845fab6b0f9f0d4d2ae23192b3b94ec4fcbaa9464e92f2ee48073d67b5dc7f9a4c55f26e
|
||||
SHA512 (libguestfs-1.60.1.tar.gz) = 8e613d5847fe7a47b1169352c29916d5fb7cf6aa6dfc73aa99850f0d4a0512da7b518cbacadadeb67fe9680a2b425f69b1c3c97be4a3c257492f13b253a3d59d
|
||||
SHA512 (libguestfs-1.60.1.tar.gz.sig) = 1ade242bbbc3001e312b9149d5bbed488059fe39e5b6e007a0166c3a8ec40bef65896864457a3e202fa26a2391752f524a7e3b66ca7da086819d7aa0873cc15b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user