From 3cbcb76b85851e9f1da2a2b30ddbe96b8ccdd1d4 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Tue, 15 Aug 2023 19:28:13 +0800 Subject: [PATCH] Release 0.12.1-1.0.3 Signed-off-by: wangzhe --- leapp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/leapp.spec b/leapp.spec index 55b2e10..2dbd0ed 100644 --- a/leapp.spec +++ b/leapp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 # 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 Aug 15 2023 wangzhe - 0.12.1-1.0.3 +- Simplified preupgrade steps + * Wed Jun 21 2023 wangzhe - 0.12.1-1.0.2 - Release 0.12.1 - fix install script -- Gitee