diff --git a/util-linux-login.pamd b/util-linux-login.pamd index 98e30d7fb6fb78860361969a7c89cfcdfb709374..517b79811af801ee1b21b3a006d2624da0cf0866 100644 --- a/util-linux-login.pamd +++ b/util-linux-login.pamd @@ -7,7 +7,6 @@ password include system-auth # pam_selinux.so close should be the first session rule session required pam_selinux.so close session required pam_loginuid.so -session optional pam_console.so # pam_selinux.so open should only be followed by sessions to be executed in the user context session required pam_selinux.so open session required pam_namespace.so diff --git a/util-linux.spec b/util-linux.spec index a21a14b5609992152fa97a91922523a5ffd344a8..77d3a21633acb3a72df99ca6392135d816599027 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Name: util-linux Version: 2.35.2 -Release: 2 +Release: 3 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -385,6 +385,9 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Mon Jan 18 2021 Liquor - 2.35.2-3 +- Remove pam_console dependency + * Thu Dec 17 2020 Liquor - 2.35.2-2 - Add check to resolve uname26-version test failed