From 43a9d78fdd1f67a067e3cbecef71a190ff3dca9f Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov Date: Tue, 31 Aug 2021 16:30:26 +0400 Subject: [PATCH] 20210922-alt1 - Support booting complete ISOs via HTTP Closes: #40710 --- propagator.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/propagator.spec b/propagator.spec index e4a2690..e911aad 100644 --- a/propagator.spec +++ b/propagator.spec @@ -3,7 +3,7 @@ %def_with splash Name: propagator -Version: 20210908 +Version: 20210922 Release: alt1 Summary: 'Early userspace' set of binaries @@ -33,12 +33,24 @@ including init and various helpers for hw probing and bootstrapping. %install %makeinstall_std libdir=%_libdir +%check +%make_build \ + %{?_with_cifs:WITH_CIFS=t} \ + %{?_with_shell:WITH_SHELL=t} \ + %{?_with_splash:WITH_SPLASH=t} \ + version=%version-%release \ + libdir=%_libdir \ + test + %files %_bindir/gencpio %_bindir/mkmodpack %_sbindir/propagator %changelog +* Thu Sep 22 2021 Alexey Sheplyakov 20210922-alt1 +- Support booting complete ISOs via HTTP (closes: #40710) + * Wed Sep 08 2021 Alexey Sheplyakov 20210908-alt1 - Figure out stage2 size at the run time instead of relying on ramdisk_size kernel command line parameter. As a result `ramdisk_size`