diff --git a/libguestfs.changes b/libguestfs.changes index 858410a..669a7f0 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 13 06:40:24 UTC 2025 - Bernhard Wiedemann + +- Drop gzip mtime from base.tar.gz (bsc#1216986) + ------------------------------------------------------------------- Wed Jun 11 13:37:01 MDT 2025 - carnold@suse.com diff --git a/reproducible-builds.patch b/reproducible-builds.patch index 38fa703..013884d 100644 --- a/reproducible-builds.patch +++ b/reproducible-builds.patch @@ -10,7 +10,7 @@ Index: libguestfs-1.56.0/appliance/Makefile.am supermin.d/hostfiles \ supermin.d/init.tar.gz \ supermin.d/udev-rules.tar.gz -+ gunzip supermin.d/base.tar.gz; tar --delete ./etc/hosts -f supermin.d/base.tar 2>/dev/null; gzip supermin.d/base.tar ++ gunzip supermin.d/base.tar.gz; tar --delete ./etc/hosts -f supermin.d/base.tar 2>/dev/null; gzip -n9 supermin.d/base.tar touch $@ clean-supermin-appliance: