From ea466901f09342cf162ad36a35ad83127d1b3ec9 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 22 Jul 2025 19:04:00 +0800 Subject: [PATCH] Sync release and restore the accidentally deleted commands virt-tar-in and virt-tar-out --- libguestfs.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 500aa44..f910520 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.49.5 -Release: 4 +Release: 7 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPLv2+ @@ -32,7 +32,7 @@ BuildRequires: bzip2, coreutils, cpio, cryptsetup, debootstrap, dhclient, diffut BuildRequires: grep, gzip, hivex, iproute, iputils, jfsutils, kmod, kpartx, less, libcap, libldm, libselinux, libxml2, lsof, lsscsi, lvm2, strace BuildRequires: openssh-clients, parted, pciutils, pcre2, policycoreutils, procps, psmisc, qemu-img, reiserfs-utils, rsync, scrub, sed, sleuthkit, squashfs-tools BuildRequires: systemd, tar, udev, util-linux, vim-minimal, which, xfsprogs, yajl, zerofree, hfsplus-tools, ntfs-3g, ntfsprogs gettext-devel binutils -BuildRequires: vala +BuildRequires: vala rpm-devel %ifarch x86_64 BuildRequires: syslinux syslinux-extlinux %endif @@ -200,8 +200,6 @@ if [ "$(stat -f -L -c %T .)" != "nfs" ] && [ "$(getenforce | tr '[A-Z]' '[a-z]') chcon --reference=/tmp tmp fi -sed -i 's/FEDORA | RHEL | CENTOS)/FEDORA | RHEL | CENTOS | OPENEULER | GENERIC)/g' configure - %build ip addr list ||: ip route list ||: @@ -280,7 +278,6 @@ rm -rf ocaml/html/.gitignore %{_bindir}/libguestfs-test-tool %{_bindir}/guest* %{_bindir}/virt-* -%exclude %{_bindir}/virt-tar* %{_libdir}/guestfs/ %{_libdir}/libguestfs.so.* %config(noreplace) %{_sysconfdir}/libguestfs-tools.conf @@ -361,15 +358,24 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog -* Wed Mar 12 2025 yaoxin <1024769339@qq.com> - 1:1.49.5-4 +* Tue Jul 22 2025 wangkai <13474090681@163.com> - 1:1.49.5-7 +- Restore the accidentally deleted commands virt-tar-in and virt-tar-out + +* Wed Mar 12 2025 yaoxin <1024769339@qq.com> - 1:1.49.5-6 - Depend on PCRE2 instead of PCRE -* Thu Nov 7 2024 Kai Liu - 1:1.49.5-3 +* Mon Nov 11 2024 Kai Liu - 1:1.49.5-5 - Replace patch support_OPENEULER_to_configure.patch by backport-support-openEuler.patch which is backported from upstream, fix issue of detecting openEuler. - Add provide-openEuler-appliance-package-list.patch after correctly detected openEuler. It was using REDHAT list before. +* Tue Jul 2 2024 xiaoyuliang - 1:1.49.5-4 +- Add BuildRequire rpm-devel to support inspect rpm guests. + +* Sat May 11 2024 lizhanchun - 1:1.49.5-3 +- Remove unnecessary script operations. + * Wed Feb 22 2023 wulei - 1:1.49.5-2 - Enable Vala bindings -- Gitee