forked from pool/util-linux
Accepting request 897345 from home:kukuk:tiu
- login.pamd: use pam_motd to unify motd handling [bsc#1185897]. Else motd snippets of e.g. cockpit will not be shown. OBS-URL: https://build.opensuse.org/request/show/897345 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=449
This commit is contained in:
parent
038a3fdb04
commit
ecb225dbb1
@ -7,4 +7,5 @@ session required pam_loginuid.so
|
|||||||
session optional pam_keyinit.so force revoke
|
session optional pam_keyinit.so force revoke
|
||||||
session include common-session
|
session include common-session
|
||||||
#session optional pam_lastlog.so nowtmp showfailed
|
#session optional pam_lastlog.so nowtmp showfailed
|
||||||
|
session optional pam_motd.so
|
||||||
session optional pam_mail.so standard
|
session optional pam_mail.so standard
|
||||||
|
@ -370,6 +370,7 @@ Conflicts: util-linux < 2.25
|
|||||||
|
|
||||||
%description systemd
|
%description systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains low-level util-linux utilities that use systemd.
|
This package contains low-level util-linux utilities that use systemd.
|
||||||
@ -404,12 +405,14 @@ Group: %group_pl
|
|||||||
|
|
||||||
%description -n python3-libmount
|
%description -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the Python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
@ -866,6 +869,7 @@ done
|
|||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
getent passwd uuidd >/dev/null || \
|
getent passwd uuidd >/dev/null || \
|
||||||
@ -1324,6 +1328,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files systemd
|
%files systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -1374,6 +1379,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files -n python3-libmount
|
%files -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
@ -370,6 +370,7 @@ Conflicts: util-linux < 2.25
|
|||||||
|
|
||||||
%description systemd
|
%description systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains low-level util-linux utilities that use systemd.
|
This package contains low-level util-linux utilities that use systemd.
|
||||||
@ -404,12 +405,14 @@ Group: %group_pl
|
|||||||
|
|
||||||
%description -n python3-libmount
|
%description -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the Python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
@ -866,6 +869,7 @@ done
|
|||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
getent passwd uuidd >/dev/null || \
|
getent passwd uuidd >/dev/null || \
|
||||||
@ -1324,6 +1328,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files systemd
|
%files systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -1374,6 +1379,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files -n python3-libmount
|
%files -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 25 15:02:00 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- login.pamd: use pam_motd to unify motd handling [bsc#1185897].
|
||||||
|
Else motd snippets of e.g. cockpit will not be shown.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 16 19:33:08 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
Tue Feb 16 19:33:08 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
@ -370,6 +370,7 @@ Conflicts: util-linux < 2.25
|
|||||||
|
|
||||||
%description systemd
|
%description systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains low-level util-linux utilities that use systemd.
|
This package contains low-level util-linux utilities that use systemd.
|
||||||
@ -404,12 +405,14 @@ Group: %group_pl
|
|||||||
|
|
||||||
%description -n python3-libmount
|
%description -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the Python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
@ -866,6 +869,7 @@ done
|
|||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
getent passwd uuidd >/dev/null || \
|
getent passwd uuidd >/dev/null || \
|
||||||
@ -1324,6 +1328,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files systemd
|
%files systemd
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -1374,6 +1379,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%files -n python3-libmount
|
%files -n python3-libmount
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%endif
|
%endif
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user