From eee4e636d932f576c8575d5751bb546a27dbe5d4 Mon Sep 17 00:00:00 2001 From: Evgeny Sinelnikov Date: Sun, 4 Apr 2021 17:17:30 +0400 Subject: [PATCH] 20210329-alt1 - Add support 'fuid' automatic mode option for method cdrom - Fix potential memory overflow in welcome string - Set PREFIX to "/" for nfs and cifs methods due its mounted to image root --- propagator.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/propagator.spec b/propagator.spec index 3b64f72..4d6a45e 100644 --- a/propagator.spec +++ b/propagator.spec @@ -3,7 +3,7 @@ %def_with splash Name: propagator -Version: 20210327 +Version: 20210329 Release: alt1 Summary: 'Early userspace' set of binaries @@ -39,6 +39,11 @@ including init and various helpers for hw probing and bootstrapping. %_sbindir/propagator %changelog +* Mon Mar 29 2021 Evgeny Sinelnikov 20210329-alt1 +- Add support 'fuid' automatic mode option for method cdrom +- Fix potential memory overflow in welcome string +- Set PREFIX to "/" for nfs and cifs methods due its mounted to image root + * Sat Mar 27 2021 Evgeny Sinelnikov 20210327-alt1 - cdrom.c: Try to mount multiple devices in automatic mode