New upstream development version 1.49.2
This commit is contained in:
parent
4c4ca3eda2
commit
7c2b529975
@ -1,27 +0,0 @@
|
|||||||
From b5260d8cd62f93b1cc4faf285bc3b6d8e0168e3b Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
||||||
Date: Sat, 21 May 2022 11:10:29 +0100
|
|
||||||
Subject: [PATCH] appliance: Print guestfsd.deps after generation
|
|
||||||
|
|
||||||
Sometimes generating this file fails. To help with debugging these
|
|
||||||
situatons, print the guestfsd.deps file after it has been generated.
|
|
||||||
---
|
|
||||||
appliance/Makefile.am | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/appliance/Makefile.am b/appliance/Makefile.am
|
|
||||||
index 6dd1df75a6..9a0ba98a06 100644
|
|
||||||
--- a/appliance/Makefile.am
|
|
||||||
+++ b/appliance/Makefile.am
|
|
||||||
@@ -101,6 +101,8 @@ guestfsd.deps: ../daemon/guestfsd
|
|
||||||
sort -u > $@.t
|
|
||||||
rm -f ld.so.cache.txt
|
|
||||||
mv $@.t $@
|
|
||||||
+ @echo "guestfsd.deps:"
|
|
||||||
+ @cat $@
|
|
||||||
|
|
||||||
packagelist: packagelist.in Makefile guestfsd.deps
|
|
||||||
m4 $(PACKAGELIST_CPP_FLAGS) $< | \
|
|
||||||
--
|
|
||||||
2.35.1
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
# If there are patches which touch autotools files, set this to 1.
|
# If there are patches which touch autotools files, set this to 1.
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%global patches_touch_autotools 1
|
%global patches_touch_autotools %{nil}
|
||||||
%else
|
%else
|
||||||
# On RHEL the downstream patches always touch autotools files.
|
# On RHEL the downstream patches always touch autotools files.
|
||||||
%global patches_touch_autotools 1
|
%global patches_touch_autotools 1
|
||||||
@ -47,8 +47,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.49.1
|
Version: 1.49.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
@ -82,9 +82,6 @@ Source7: libguestfs.keyring
|
|||||||
# Maintainer script which helps with handling patches.
|
# Maintainer script which helps with handling patches.
|
||||||
Source8: copy-patches.sh
|
Source8: copy-patches.sh
|
||||||
|
|
||||||
# Upstream patch which helps debugging appliance generation.
|
|
||||||
Patch1: 0001-appliance-Print-guestfsd.deps-after-generation.patch
|
|
||||||
|
|
||||||
%if 0%{patches_touch_autotools}
|
%if 0%{patches_touch_autotools}
|
||||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||||
%endif
|
%endif
|
||||||
@ -1127,6 +1124,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 26 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.2-1
|
||||||
|
- New upstream development version 1.49.2
|
||||||
|
|
||||||
* Sat May 21 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.1-2
|
* Sat May 21 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.1-2
|
||||||
- Add upstream patch which helps debugging appliance generation.
|
- Add upstream patch which helps debugging appliance generation.
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libguestfs-1.49.1.tar.gz) = fa8384865adc2e5f9651e835ebbe0e2c6945bea2dc83c7a639900a2b54bc4fda08363d9f60a5b12a7ce66298215e73fee2fbc8e8e209361f99906f6536a0a1ce
|
SHA512 (libguestfs-1.49.2.tar.gz) = e9c82076948567bbf4a2b6363850d259c782bf5e64fb61f92849604cbc5ef776bfb1b6686c53e8dd79ea242ad3a5cba76a753d9766ac4135661e587331c70e4a
|
||||||
SHA512 (libguestfs-1.49.1.tar.gz.sig) = 4dee1738166b9afe41d42fbaf40c68832d1d99330c4f314585d14e69f7d6e3036e6bd856a3915a9437d4593dca098b042a29b3bc3e44f9be73fba9a744b55c39
|
SHA512 (libguestfs-1.49.2.tar.gz.sig) = eb3a52df37d9ec57a8f54041a4dc1179c6f230cca525c942370acad53d13e113db9ec913cba85b05d26ee6d8f244dde829617be34c773072f72cbf71162704da
|
||||||
|
Loading…
Reference in New Issue
Block a user