From a162d08e0e1716c6808c0da666b1d080be278f59 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 7 Nov 2022 13:21:12 +0800 Subject: [PATCH] bump version to rebuild --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 6209bed..71a2716 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: A python module for system storage configuration Name: python-blivet Url: https://storageapis.wordpress.com/projects/blivet @@ -124,6 +124,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %doc README.md ChangeLog examples %changelog +* Mon Nov 07 2022 mgb01105731 - 3.4.3-3 +- Bump version to rebuild + * Thu Nov 03 2022 mgb01105731 - 3.4.3-2 - add doc package -- Gitee