From 26a557d945b537a8f159891c903c7fa564c88d23 Mon Sep 17 00:00:00 2001 From: linz Date: Tue, 8 Jun 2021 16:32:29 +0800 Subject: [PATCH] Remove pam_console dependency --- xorg-x11-server.spec | 5 ++++- xserver.pamd | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index a8f528a..3feb13d 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.10 -Release: 3 +Release: 4 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -321,6 +321,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_libdir}/xorg/protocol.txt %changelog +* Tun Jun 08 2021 zhanglin - 1.20.10-4 +- Remove pam_console dependency + * Mon Jun 07 2021 wangkerong - 1.20.10-3 - Type:NA - Id:NA diff --git a/xserver.pamd b/xserver.pamd index bf79930..9374ff6 100644 --- a/xserver.pamd +++ b/xserver.pamd @@ -1,5 +1,4 @@ #%PAM-1.0 auth sufficient pam_rootok.so -auth required pam_console.so account required pam_permit.so session optional pam_keyinit.so force revoke -- Gitee