From bec0afcb57630b8bb07ed62734d328d8c673cf50 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Tue, 26 Sep 2023 11:08:40 +0800 Subject: [PATCH 1/2] confirm some inhibitors Signed-off-by: wangzhe --- answerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/answerfile b/answerfile index 4c2b9e1..aefc558 100644 --- a/answerfile +++ b/answerfile @@ -34,5 +34,20 @@ confirm = True [cancle_nfs_mount_in_fstab] confirm = True +[cancle_ossfs_mount_in_fstab] +confirm = True + [change_fstab_xfs_options] confirm = True + +[remove_lvm2-cluster] +confirm = False + +[remove_tcp_wrappers_configuration] +confirm = True + +[remove_openssh_cipher] +confirm = True + +[remove_openssh_mac] +confirm = True -- Gitee From c574b730610ad58eaf43900461ac93f6bfce337c Mon Sep 17 00:00:00 2001 From: wangzhe Date: Tue, 26 Sep 2023 11:12:30 +0800 Subject: [PATCH 2/2] Release 0.12.1-1.0.4 Signed-off-by: wangzhe --- leapp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/leapp.spec b/leapp.spec index 2dbd0ed..69e9b50 100644 --- a/leapp.spec +++ b/leapp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 # 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 @@ -276,6 +276,9 @@ rm -f %{buildroot}/%{_bindir}/leapp # no files here %changelog +* Tue Sep 26 2023 wangzhe - 0.12.1-1.0.4 +- Simplified preupgrade steps + * Tue Aug 15 2023 wangzhe - 0.12.1-1.0.3 - Simplified preupgrade steps -- Gitee