Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2023-07-12 17:26:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Wed Jul 12 17:26:41 2023 rev:272 rq:1097977 version:2.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes    2023-06-24 
20:13:30.863992320 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new.8922/util-linux.changes  
2023-07-12 17:26:53.890335884 +0200
@@ -1,0 +2,6 @@
+Mon Jul 10 13:29:25 UTC 2023 - Fabian Vogt <fv...@suse.com>
+
+- No longer provide last and lastb on Tumbleweed. last is provided by
+  wtmpdb and lastb is no longer supported.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.vneVaJ/_old  2023-07-12 17:26:55.430344859 +0200
+++ /var/tmp/diff_new_pack.vneVaJ/_new  2023-07-12 17:26:55.438344906 +0200
@@ -954,8 +954,17 @@
 %core %{_bindir}/ipcs
 %core %{_bindir}/irqtop
 %core %{_bindir}/isosize
+
+%if 0%{?suse_version} >= 1699
+# last provided by wtmpdb, btmp support dropped
+%exclude %{_bindir}/last
+%exclude %{_bindir}/lastb
+%else
 %core %{_bindir}/last
 %core %{_bindir}/lastb
+%endif
+# 0%{?suse_version} >= 1699
+
 %core %{_bindir}/line
 %core %{_bindir}/look
 
@@ -1052,6 +1061,12 @@
 
 %exclude %{_datadir}/bash-completion/completions/uuidd
 
+# wtmpdb
+%if 0%{?suse_version} >= 1699
+%exclude %{_datadir}/bash-completion/completions/last
+%exclude %{_datadir}/bash-completion/completions/lastb
+%endif
+
 # tty-tools package
 %exclude %{_datadir}/bash-completion/completions/wall
 %exclude %{_datadir}/bash-completion/completions/write
@@ -1143,8 +1158,16 @@
 %core %{_mandir}/man1/hexdump.1.gz
 %core %{_mandir}/man1/ipcrm.1.gz
 %core %{_mandir}/man1/ipcs.1.gz
+
+%if 0%{?suse_version} >= 1699
+%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
+
 %core %{_mandir}/man1/line.1.gz
 %core %{_mandir}/man1/login.1.gz
 %core %{_mandir}/man1/look.1.gz

Reply via email to