From 1eab1af989efe7ead550cec282fc02b49d044180030648d3c3656a0b6d112d3e Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 16 Jun 2025 15:28:48 +0000 Subject: [PATCH] Remove debug code OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=631 --- libguestfs.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 8aa216e..18098d6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -107,8 +107,6 @@ sed -i 's|RPMVSF_MASK_NOSIGNATURES|_RPMVSF_NOSIGNATURES|' daemon/rpm-c.c sed -i 's/tar zcf/tar -zcf/' appliance/Makefile.am %build -###echo "CEA: mv /etc/hosts /tmp/hosts" -###mv /etc/hosts /tmp/hosts # provide a wrapper to tar that creates bit-reproducible output (boo#1218191) # used in supermin for base.tar.gz, in %install for zz-winsupport.tar.gz zz-scripts.tar.gz and in appliance/Makefile.am for 3 more .tar.gz files SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH:-$(date -r %{SOURCE0} +%%s)} @@ -217,9 +215,6 @@ make \ build_it %{?_smp_mflags} || build_it -###echo "CEA: cp /tmp/hosts /etc/hosts" -###cp /tmp/hosts /etc/hosts - %install PATH=~/bin:$PATH %make_install \