From 6ce15558023a226512ec8082e829ca58b2d2f26a Mon Sep 17 00:00:00 2001 From: yuanxing Date: Wed, 27 Jul 2022 16:16:21 +0800 Subject: [PATCH] add util-linux-user require to solve the problem that useinfo cannot be used normally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加util-linux-user依赖以解决userinfo工具无法正常使用问题 (cherry picked from commit ce73786481b29b092be443e858ed471ce70fb7df) --- usermode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usermode.spec b/usermode.spec index 337a1e9..227ab0a 100644 --- a/usermode.spec +++ b/usermode.spec @@ -1,13 +1,13 @@ Name: usermode Version: 1.114 -Release: 1 +Release: 2 Summary: Tools for certain user account management tasks License: GPLv2+ URL: https://pagure.io/usermode/ Source: https://releases.pagure.org/usermode/usermode-%{version}.tar.xz Source1: config-util -Requires: pam passwd util-linux +Requires: pam passwd util-linux util-linux-user BuildRequires: gcc BuildRequires: desktop-file-utils gettext intltool perl-XML-Parser util-linux BuildRequires: glib2-devel gtk2-devel libblkid-devel libSM-devel libselinux-devel libuser-devel @@ -90,6 +90,9 @@ done %{_mandir}/man8/* %changelog +* Wed Jul 27 2022 yuanxing - 1.114-2 +- add util-linux-user require to solve the problem that useinfo cannot be used normally + * Tue Feb 8 2022 yangzhuangzhuang - 1.114-1 - update to 1.114 -- Gitee