diff --git a/initial-setup.spec b/initial-setup.spec index cf1b33173333e80bb1626d4d794cbf40831f88c0..1b78f46e4adf819f6d6bc8e23bd716c3a5fd314c 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