SHA256
3
0
forked from pool/libguestfs
Charles Arnold
2025-06-16 15:28:48 +00:00
committed by Git OBS Bridge
parent c30a4ffb62
commit 1eab1af989

View File

@@ -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 \