From b7691f40c795886077dda707cbb8eba124119d46 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 26 Oct 2022 07:11:42 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification Signed-off-by: zhuofeng (cherry picked from commit 251eecf8f55a38ae765e0ab46e5a816f4c07d5cd) --- pyxattr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyxattr.spec b/pyxattr.spec index 3b07a7c..b2ec168 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,7 +1,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.7.2 -Release: 2 +Release: 3 License: LGPLv2+ URL: http://pyxattr.k1024.org/ Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ cp -a . %{py3dir} %doc NEWS README.md %changelog +* Wed Oct 26 2022 zhuofeng - 0.7.2-3 +- rebuild for next release + * Tue Feb 2 2021 zhangxingliang - 0.7.2-2 - revert changes in check -- Gitee