From 3c35cadbb1e35a397e0c4665f48055c634c600fe Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Fri, 25 Nov 2022 17:44:13 +0800 Subject: [PATCH] modify the patch name for the problem of vendor hard code --- ...-change-ndbm-to-gdbm.patch => change-ndbm-to-gdbm.patch | 0 pam.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename openEuler-change-ndbm-to-gdbm.patch => change-ndbm-to-gdbm.patch (100%) diff --git a/openEuler-change-ndbm-to-gdbm.patch b/change-ndbm-to-gdbm.patch similarity index 100% rename from openEuler-change-ndbm-to-gdbm.patch rename to change-ndbm-to-gdbm.patch diff --git a/pam.spec b/pam.spec index d99e6dc..2eabc88 100644 --- a/pam.spec +++ b/pam.spec @@ -4,7 +4,7 @@ %define _pamconfdir %{_sysconfdir}/pam.d Name: pam Version: 1.5.2 -Release: 2 +Release: 3 Summary: Pluggable Authentication Modules for Linux License: BSD and GPLv2+ 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} 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 Patch9002:add-sm3-crypt-support.patch @@ -178,6 +178,9 @@ fi %changelog +* Fri Nov 25 2022 dongyuzhen - 1.5.2-3 +- modify the patch name for the problem of vendor hard code + * Fri Jan 14 2022 wangyu - 1.5.2-2 - add sm3 crypt support -- Gitee