Accepting request 1139823 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1139823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=100
This commit is contained in:
commit
05043818cb
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 15:45:00 MST 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
- Copy sorted packagelist to packages during supermin appliance
|
||||||
|
setup. (bsc#1215586)
|
||||||
|
libguestfs.spec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 4 13:10:51 MST 2024 - carnold@suse.com
|
Thu Jan 4 13:10:51 MST 2024 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ sed -i 's/tar zcf/tar -zcf/' appliance/Makefile.am
|
|||||||
# provide a wrapper to tar that creates bit-reproducible output (boo#1218191)
|
# 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
|
# 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)}
|
SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH:-$(date -r %{SOURCE0} +%%s)}
|
||||||
mkdir ~/bin ; cat >~/bin/tar <<EOF
|
mkdir -p ~/bin ; cat >~/bin/tar <<EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec /usr/bin/tar \
|
exec /usr/bin/tar \
|
||||||
--sort=name --clamp-mtime --mtime=@$SOURCE_DATE_EPOCH \
|
--sort=name --clamp-mtime --mtime=@$SOURCE_DATE_EPOCH \
|
||||||
@ -223,6 +223,8 @@ find %{buildroot}/ -name "*.bs" -size 0c -print -delete
|
|||||||
# OCaml
|
# OCaml
|
||||||
%ocaml_create_file_list
|
%ocaml_create_file_list
|
||||||
# Supermin
|
# Supermin
|
||||||
|
# Use RPMs from packagelist for the packages file. Sort and clean leading whitespace.
|
||||||
|
sort -u appliance/packagelist | awk '{$1=$1};1' > %buildroot%_libdir/guestfs/supermin.d/packages
|
||||||
pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
|
pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
|
||||||
|
|
||||||
function remove
|
function remove
|
||||||
|
Loading…
x
Reference in New Issue
Block a user