From d0ed911d569ad0ebf228e1ed9476519b4c9fd09c Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Mon, 5 Sep 2022 07:14:55 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=B0=E5=A2=9Esm3?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=89=80=E9=9C=80=E7=9A=84requires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhengxiaoxiao --- shadow.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shadow.spec b/shadow.spec index e141ea0..65b22e0 100644 --- a/shadow.spec +++ b/shadow.spec @@ -1,6 +1,6 @@ Name: shadow Version: 4.8.1 -Release: 5 +Release: 6 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -31,7 +31,7 @@ BuildRequires: bison, flex, gnome-doc-utils, docbook-style-xsl, docbook-dtds BuildRequires: autoconf, automake, libtool, gettext-devel, itstool, pam-devel Requires: libselinux Requires: audit-libs -Requires: setup +Requires: setup, pam-sm3 Requires(pre): coreutils Requires(post): coreutils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -170,6 +170,9 @@ done %{_mandir}/*/* %changelog +* Mon Sep 5 2022 zhengxiaoxiao - 2:4.8.1-6 +- update sm3 crypt supprot needs Requires + * Thu Sep 1 2022 houmingyong - 2:4.8.1-5 - add sm3 crypt supprot -- Gitee