From d73813f1f8950e650df19607c19331e36565e8c5 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Wed, 21 Jun 2023 19:16:33 +0800 Subject: [PATCH] Release 0.12.1-1.0.2 Signed-off-by: wangzhe --- leapp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/leapp.spec b/leapp.spec index ba1b2fa..55b2e10 100644 --- a/leapp.spec +++ b/leapp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # 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,11 @@ rm -f %{buildroot}/%{_bindir}/leapp # no files here %changelog +* Wed Jun 21 2023 wangzhe - 0.12.1-1.0.2 +- Release 0.12.1 +- fix install script +- confirm some inhibitors + * Fri May 26 2023 Weitao Zhou - 0.12.1-1.0.1 - bug fix: update source package -- Gitee