From 57a66a24350e45255caae2d15ffa190e8c012146 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Mon, 12 Apr 2021 23:25:54 +0800 Subject: [PATCH] add python3-pycdlib in requires for livecd --- lorax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 529f1fc..4ac3345 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 33.6 -Release: 2 +Release: 3 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -209,6 +209,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Mon Apr 12 orange-snn - 33.6-3 +- add python3-pycdlib in requires for livecd + * Feb Mar 30 2021 yuboyun - 33.6-2 - Do not use '--loglevel' option when running Anaconda Improve Imc no-virt error handling -- Gitee