diff --git a/answerfile b/answerfile index aceb059d3858a9409525ed8a3685274be4d0e9fc..57a8c2d0e8169d45847a35f4457063182b774db1 100644 --- a/answerfile +++ b/answerfile @@ -4,3 +4,5 @@ confirm = True [remove_pam_krb5_module_check] confirm = True +[update_grub2-tools] +confirm = True diff --git a/leapp.spec b/leapp.spec index 8af5367b9ca46f3f9461a2ef55237d8dbf7cc144..5bf61956b4240b88399521621be505a280ef9f2a 100644 --- a/leapp.spec +++ b/leapp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.9 +%define anolis_release .0.10 # IMPORTANT: this is for the leapp-framework capability (it's not the real # version of the leapp). The capability reflects changes in api and whatever # functionality important from the point of repository. In case of @@ -295,6 +295,9 @@ rm -f %{buildroot}/%{_bindir}/leapp # no files here %changelog +* Mon Mar 13 2023 Weitao Zhou - 0.12.0-1.0.10 +- set confirm=True if need to update grub2-tools + * Mon Mar 6 2023 Weisson - 0.12.0-1.0.9 - Provides exceptions for system environment check failure.