From fbef973cb6e1d6072eaf8e7920822f4d45fbfb90 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 22 Jul 2025 18:50:48 +0800 Subject: [PATCH] Restore the accidentally deleted commands virt-tar-in and virt-tar-out (cherry picked from commit f9a5f28e3e6f0e9b83d44a77ee9b89d3546b0758) --- libguestfs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 6c2fd5c..f910520 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.49.5 -Release: 6 +Release: 7 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPLv2+ @@ -278,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 @@ -359,6 +358,9 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog +* 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 -- Gitee