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 2024-06-13 15:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Thu Jun 13 15:37:22 2024 rev:286 rq:1179952 version:2.40.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes    2024-05-20 
18:09:27.169592100 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new.19518/util-linux.changes 
2024-06-13 15:37:23.900614502 +0200
@@ -1,0 +2,5 @@
+Mon Jun 10 10:44:55 UTC 2024 - Dirk Müller <[email protected]>
+
+- disable libmagic in more(1) for binary detection (bsc#1225197)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.tfU1Ew/_old  2024-06-13 15:37:26.756718718 +0200
+++ /var/tmp/diff_new_pack.tfU1Ew/_new  2024-06-13 15:37:26.760718864 +0200
@@ -119,7 +119,6 @@
 BuildRequires:  bc
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
-BuildRequires:  file-devel
 BuildRequires:  gettext-devel
 BuildRequires:  libcap-ng-devel
 BuildRequires:  libeconf-devel-static
@@ -483,6 +482,10 @@
 
 # configure options depending on ulbuild and ulsubset values
 configure_options=""
+# libmagic is only used for determining in more(1) whether or not a file
+# is binary. but it has builtin code that is doing the same with a simpler
+# check and the libmagic database dependency is rather large (9MB+)
+configure_options+="--without-libmagic "
 
 %if "%ulbuild" == "python"
 %define _configure ../configure
@@ -1038,7 +1041,7 @@
 %core %{_bindir}/irqtop
 %core %{_bindir}/isosize
 
-%if 0%{?suse_version} >= 1599
+%if 0%{?suse_version} >= 1600
 # last provided by wtmpdb, btmp support dropped
 %exclude %{_bindir}/last
 %exclude %{_bindir}/lastb
@@ -1046,7 +1049,6 @@
 %core %{_bindir}/last
 %core %{_bindir}/lastb
 %endif
-# 0%{?suse_version} >= 1599
 
 %core %{_bindir}/line
 %core %{_bindir}/look
@@ -1147,7 +1149,7 @@
 %exclude %{_datadir}/bash-completion/completions/uuidd
 
 # wtmpdb
-%if 0%{?suse_version} >= 1599
+%if 0%{?suse_version} >= 1600
 %exclude %{_datadir}/bash-completion/completions/last
 %exclude %{_datadir}/bash-completion/completions/lastb
 %endif
@@ -1246,14 +1248,13 @@
 %core %{_mandir}/man1/ipcrm.1.gz
 %core %{_mandir}/man1/ipcs.1.gz
 
-%if 0%{?suse_version} >= 1599
+%if 0%{?suse_version} >= 1600
 %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} >= 1599
 
 %core %{_mandir}/man1/line.1.gz
 %core %{_mandir}/man1/login.1.gz

Reply via email to