From 57cc141e4f187c8849346a234ac980992f030dfa Mon Sep 17 00:00:00 2001 From: modric Date: Fri, 22 Apr 2022 02:23:41 +0000 Subject: [PATCH] Modified the version number and open-source protocol version. (cherry picked from commit b84740970568395dce921f2c025d699f994ceb98) --- PyPAM.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PyPAM.spec b/PyPAM.spec index 786fc4f..62c3f8a 100644 --- a/PyPAM.spec +++ b/PyPAM.spec @@ -1,8 +1,8 @@ Name: PyPAM Version: 0.5.0 -Release: 2 +Release: 3 Summary: PAM bindings for Python -License: LGPLv2 +License: LGPLv2.1 Url: http://www.pangalactic.org/PyPAM Source0: http://www.pangalactic.org/PyPAM/%{name}-%{version}.tar.gz @@ -58,5 +58,8 @@ PYTHONPATH=build/lib.linux-`uname -m`-%{python3_version}/ %{__python3} tests/Pam %doc NEWS README ChangeLog INSTALL examples %changelog +* Thu Apr 21 2022 wangyu - 0.5.0-3 +- Modified the version number and open-source protocol version. + * Fri Feb 14 2020 openEuler Buildteam - 0.5.0-1 - Package init -- Gitee