forked from pool/util-linux
Accepting request 1101899 from home:kukuk:branches:Base:System
- Disable last and lastb for ALP, too. OBS-URL: https://build.opensuse.org/request/show/1101899 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=525
This commit is contained in:
parent
89f694e079
commit
f13ad1d696
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 07:36:09 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Disable last and lastb for ALP, too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 14:47:15 UTC 2023 - Goldwyn Rodrigues <rgoldwyn@suse.com>
|
||||
|
||||
|
@ -954,7 +954,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%core %{_bindir}/irqtop
|
||||
%core %{_bindir}/isosize
|
||||
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%if 0%{?suse_version} >= 1599
|
||||
# last provided by wtmpdb, btmp support dropped
|
||||
%exclude %{_bindir}/last
|
||||
%exclude %{_bindir}/lastb
|
||||
@ -962,7 +962,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%core %{_bindir}/last
|
||||
%core %{_bindir}/lastb
|
||||
%endif
|
||||
# 0%{?suse_version} >= 1699
|
||||
# 0%{?suse_version} >= 1599
|
||||
|
||||
%core %{_bindir}/line
|
||||
%core %{_bindir}/look
|
||||
@ -1061,7 +1061,7 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%exclude %{_datadir}/bash-completion/completions/uuidd
|
||||
|
||||
# wtmpdb
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%if 0%{?suse_version} >= 1599
|
||||
%exclude %{_datadir}/bash-completion/completions/last
|
||||
%exclude %{_datadir}/bash-completion/completions/lastb
|
||||
%endif
|
||||
@ -1158,14 +1158,14 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%core %{_mandir}/man1/ipcrm.1.gz
|
||||
%core %{_mandir}/man1/ipcs.1.gz
|
||||
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%if 0%{?suse_version} >= 1599
|
||||
%exclude %{_mandir}/man1/last.1.gz
|
||||
%exclude %{_mandir}/man1/lastb.1.gz
|
||||
%else
|
||||
%core %{_mandir}/man1/last.1.gz
|
||||
%core %{_mandir}/man1/lastb.1.gz
|
||||
%endif
|
||||
# 0%{?suse_version} >= 1699
|
||||
# 0%{?suse_version} >= 1599
|
||||
|
||||
%core %{_mandir}/man1/line.1.gz
|
||||
%core %{_mandir}/man1/login.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user