From a47afa8bba46478dff9f0e4bb2c4704a9cefc06e6ebac2939193b4ff67f61143 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Mon, 4 Mar 2019 14:28:19 +0000 Subject: [PATCH] Accepting request 681470 from home:sbrabec:branches:util-linux-login-b1081947 - Integrate pam_keyinit pam module to login (boo#1081947, login.pamd, remote.pamd). - libmount: remove jffs2 and ubifs from blacklist (jsc#SLE-4085). - libmount: print a blacklist hint for "unknown filesystem type" (jsc#SLE-4085, fate#326832), and add documentation * add libmount-print-a-blacklist-hint-for-unknown-filesyst.patch * add Add-documentation-on-blacklisted-modules-to-mount-8-.patch OBS-URL: https://build.opensuse.org/request/show/681470 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=395 --- login.pamd | 1 + python3-libmount.changes | 19 +++++++++++++++++++ python3-libmount.spec | 7 +++++-- remote.pamd | 1 + util-linux-systemd.changes | 19 +++++++++++++++++++ util-linux-systemd.spec | 4 ++++ util-linux.changes | 6 ++++++ 7 files changed, 55 insertions(+), 2 deletions(-) diff --git a/login.pamd b/login.pamd index 93fc60e..0e774a7 100644 --- a/login.pamd +++ b/login.pamd @@ -4,6 +4,7 @@ auth include common-auth account include common-account password include common-password session required pam_loginuid.so +session optional pam_keyinit.so force revoke session include common-session #session optional pam_lastlog.so nowtmp showfailed session optional pam_mail.so standard diff --git a/python3-libmount.changes b/python3-libmount.changes index 0cfeca5..cc0ebab 100644 --- a/python3-libmount.changes +++ b/python3-libmount.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 4 15:23:27 CET 2019 - sbrabec@suse.com + +- Integrate pam_keyinit pam module to login + (boo#1081947, login.pamd, remote.pamd). + +------------------------------------------------------------------- +Thu Feb 21 10:36:48 UTC 2019 - Martin Wilck + +- libmount: remove jffs2 and ubifs from blacklist (jsc#SLE-4085). + +------------------------------------------------------------------- +Thu Feb 7 14:28:37 UTC 2019 - Martin Wilck + +- libmount: print a blacklist hint for "unknown filesystem type" + (jsc#SLE-4085, fate#326832), and add documentation + * add libmount-print-a-blacklist-hint-for-unknown-filesyst.patch + * add Add-documentation-on-blacklisted-modules-to-mount-8-.patch + ------------------------------------------------------------------- Tue Jan 22 22:29:00 CET 2019 - sbrabec@suse.com diff --git a/python3-libmount.spec b/python3-libmount.spec index 6b4651b..211bcda 100644 --- a/python3-libmount.spec +++ b/python3-libmount.spec @@ -73,7 +73,7 @@ Name: python3-libmount %endif Summary: %main_summary License: GPL-2.0-or-later -Group: %group_pl +Group: %main_group BuildRequires: audit-devel BuildRequires: bc BuildRequires: binutils-devel @@ -143,6 +143,8 @@ Source16: su-l.pamd Source51: blkid.conf # PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path Patch0: make-sure-sbin-resp-usr-sbin-are-in-PATH.diff +Patch1: libmount-print-a-blacklist-hint-for-unknown-filesyst.patch +Patch2: Add-documentation-on-blacklisted-modules-to-mount-8-.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # %if %build_util_linux @@ -366,7 +368,6 @@ SMP systems. %if %build_util_linux %package -n python3-libmount Summary: %summary_pl -License: GPL-2.0-or-later Group: %group_pl %description -n python3-libmount @@ -380,6 +381,8 @@ library. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %if %build_util_linux diff --git a/remote.pamd b/remote.pamd index 4dd900b..c74ab91 100644 --- a/remote.pamd +++ b/remote.pamd @@ -7,6 +7,7 @@ auth include common-auth account include common-account password include common-password session required pam_loginuid.so +session optional pam_keyinit.so force revoke session include common-session session optional pam_lastlog.so nowtmp showfailed session optional pam_mail.so standard diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index 0cfeca5..cc0ebab 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 4 15:23:27 CET 2019 - sbrabec@suse.com + +- Integrate pam_keyinit pam module to login + (boo#1081947, login.pamd, remote.pamd). + +------------------------------------------------------------------- +Thu Feb 21 10:36:48 UTC 2019 - Martin Wilck + +- libmount: remove jffs2 and ubifs from blacklist (jsc#SLE-4085). + +------------------------------------------------------------------- +Thu Feb 7 14:28:37 UTC 2019 - Martin Wilck + +- libmount: print a blacklist hint for "unknown filesystem type" + (jsc#SLE-4085, fate#326832), and add documentation + * add libmount-print-a-blacklist-hint-for-unknown-filesyst.patch + * add Add-documentation-on-blacklisted-modules-to-mount-8-.patch + ------------------------------------------------------------------- Tue Jan 22 22:29:00 CET 2019 - sbrabec@suse.com diff --git a/util-linux-systemd.spec b/util-linux-systemd.spec index 6034a1b..d362767 100644 --- a/util-linux-systemd.spec +++ b/util-linux-systemd.spec @@ -143,6 +143,8 @@ Source16: su-l.pamd Source51: blkid.conf # PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path Patch0: make-sure-sbin-resp-usr-sbin-are-in-PATH.diff +Patch1: libmount-print-a-blacklist-hint-for-unknown-filesyst.patch +Patch2: Add-documentation-on-blacklisted-modules-to-mount-8-.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # %if %build_util_linux @@ -379,6 +381,8 @@ library. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %if %build_util_linux diff --git a/util-linux.changes b/util-linux.changes index 53cd31d..cc0ebab 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 15:23:27 CET 2019 - sbrabec@suse.com + +- Integrate pam_keyinit pam module to login + (boo#1081947, login.pamd, remote.pamd). + ------------------------------------------------------------------- Thu Feb 21 10:36:48 UTC 2019 - Martin Wilck