modify the patch name for the problem of vendor hard code

This commit is contained in:
dongyuzhen 2022-11-29 14:59:34 +08:00
parent c41196a197
commit 25113c8152
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%define _pamconfdir %{_sysconfdir}/pam.d %define _pamconfdir %{_sysconfdir}/pam.d
Name: pam Name: pam
Version: 1.5.2 Version: 1.5.2
Release: 2 Release: 3
Summary: Pluggable Authentication Modules for Linux Summary: Pluggable Authentication Modules for Linux
License: BSD and GPLv2+ License: BSD and GPLv2+
URL: http://www.linux-pam.org/ URL: http://www.linux-pam.org/
@ -21,7 +21,7 @@ Source18: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Provides: %{name}-sm3 = %{version}-%{release} Provides: %{name}-sm3 = %{version}-%{release}
Patch1: bugfix-pam-1.1.8-faillock-systemtime.patch Patch1: bugfix-pam-1.1.8-faillock-systemtime.patch
Patch9000:openEuler-change-ndbm-to-gdbm.patch Patch9000:change-ndbm-to-gdbm.patch
Patch9001:0001-bugfix-cannot-open-database-file.patch Patch9001:0001-bugfix-cannot-open-database-file.patch
Patch9002:add-sm3-crypt-support.patch Patch9002:add-sm3-crypt-support.patch
@ -178,6 +178,9 @@ fi
%changelog %changelog
* Tue Nov 29 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1.5.2-3
- modify the patch name for the problem of vendor hard code
* Fri Jan 14 2022 wangyu <wangyu283@huawei.com> - 1.5.2-2 * Fri Jan 14 2022 wangyu <wangyu283@huawei.com> - 1.5.2-2
- add sm3 crypt support - add sm3 crypt support