From 9d26b06677bb79b931503566fbdb441c0b1beba5 Mon Sep 17 00:00:00 2001 From: 19909236985 Date: Tue, 2 Feb 2021 10:32:15 +0800 Subject: [PATCH] version update --- python-rpm-generators.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index e1bb283..e6337c5 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -1,7 +1,7 @@ %undefine py_auto_byte_compile Name: python-rpm-generators -Version: 9 +Version: 11 Release: 1 Summary: Dependency generators for Python RPMs @@ -44,5 +44,8 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} pythondeps.sh pythondistdeps.py %{_rpmconfigdir}/pythondistdeps.py %changelog +* Wed Jan 27 2021 auto_upgrade.py - 11-1 +- upgrade version to 11 + * Tue Sep 17 2019 openEuler Buildteam - 9-1 - Package init -- Gitee