SHA256
3
0
forked from pool/libguestfs

Drop gzip mtime from base.tar.gz (bsc#1216986)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=629
This commit is contained in:
Charles Arnold
2025-06-13 11:45:39 +00:00
committed by Git OBS Bridge
parent da86c9a2ec
commit c30a4ffb62
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 13 06:40:24 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop gzip mtime from base.tar.gz (bsc#1216986)
-------------------------------------------------------------------
Wed Jun 11 13:37:01 MDT 2025 - carnold@suse.com

View File

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