forked from pool/util-linux
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
This commit is contained in:
parent
6295ab1cea
commit
a47afa8bba
@ -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
|
||||
|
@ -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 <mwilck@suse.com>
|
||||
|
||||
- libmount: remove jffs2 and ubifs from blacklist (jsc#SLE-4085).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 14:28:37 UTC 2019 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <mwilck@suse.com>
|
||||
|
||||
- libmount: remove jffs2 and ubifs from blacklist (jsc#SLE-4085).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 14:28:37 UTC 2019 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 <mwilck@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user