From 535194b39847d9ed2c1f4cc3efe330bf9cbee074 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 22 Jul 2025 19:08:06 +0800 Subject: [PATCH] Restore the accidentally deleted commands virt-tar-in and virt-tar-out --- libguestfs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index f18d9b9..06d85af 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.56.1 -Release: 1 +Release: 2 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPL-2.1-or-later @@ -256,7 +256,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 @@ -337,6 +336,9 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog +* Tue Jul 22 2025 wangkai <13474090681@163.com> - 1:1.56.1-2 +- Restore the accidentally deleted commands virt-tar-in and virt-tar-out + * Sun Jul 06 2025 Funda Wang - 1:1.56.1-1 - update to 1.56.1 -- Gitee