From 9fa43ae294b9fda287c7eeea34eeee76ff49e45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Wed, 26 Oct 2022 07:58:30 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 (cherry picked from commit b16d5909052f2f30de28f183cd9b39dc197dc788) --- python-productmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-productmd.spec b/python-productmd.spec index d442fd1..a70036e 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,6 +1,6 @@ Name: python-productmd Version: 1.33 -Release: 1 +Release: 2 Summary: Python library providing parsers for metadata License: LGPLv2+ URL: https://github.com/release-engineering/productmd @@ -56,6 +56,9 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py %{python3_sitelib}/* %changelog +* Wed Oct 26 2022 zhangruifang - 1.33-2 +- Rebuild for next release + * Mon Dec 20 2021 renhongxun - 1.33-1 - Upgrade to version 1.33 -- Gitee