From 1ecb313b5b49b6523a27f95a0ee273290c4c05c2 Mon Sep 17 00:00:00 2001 From: Wenhua Huang Date: Tue, 25 Jun 2024 13:16:35 +0800 Subject: [PATCH] Reset INPUT_KICKSTART_PATH to "/root/anaconda-ks.cfg" --- initial-setup.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/initial-setup.spec b/initial-setup.spec index cf1b331..1b78f46 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,6 +1,6 @@ Name: initial-setup Version: 0.3.94 -Release: 1 +Release: 2 Summary: Initialize system configuration for a newly installed computer License: GPLv2+ URL: https://github.com/rhinstaller/initial-setup @@ -34,8 +34,6 @@ rm -rf *.egg-info #Source0 is not a git project, generate empty changlog touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' > ChangeLog -sed -i 's/\/root\/anaconda-ks.cfg/\/etc\/isocut\/anaconda-ks.cfg/g' initial_setup/__init__.py - %build %make_build @@ -72,6 +70,9 @@ rm -rf %{buildroot} %exclude %{_defaultdocdir}/%{name}/ChangeLog %changelog +* Tue Jun 25 2024 Wenhua Huang - 0.3.94-2 +- Reset INPUT_KICKSTART_PATH to "/root/anaconda-ks.cfg" + * Sat Oct 07 2023 Ge Wang - 0.3.94-1 - Update to version 0.3.94 -- Gitee