Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wine-binfmt for openSUSE:Factory checked in at 2026-04-01 19:52:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wine-binfmt (Old) and /work/SRC/openSUSE:Factory/.wine-binfmt.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wine-binfmt" Wed Apr 1 19:52:24 2026 rev:2 rq:1344083 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wine-binfmt/wine-binfmt.changes 2023-03-30 22:51:08.048532124 +0200 +++ /work/SRC/openSUSE:Factory/.wine-binfmt.new.21863/wine-binfmt.changes 2026-04-01 19:54:04.821732945 +0200 @@ -1,0 +2,10 @@ +Tue Mar 31 20:12:53 UTC 2026 - Mia Herkt <[email protected]> + +- Avoid binfmt_misc registration in sciptlets + There are transfiletriggers for binfmt.d installed by the + systemd package, so this package should not do that. + Additionally, this would cause package install to fail in + environments with restricted permissions if it happens to get + pulled in as a dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine-binfmt.spec ++++++ --- /var/tmp/diff_new_pack.0V5Q9F/_old 2026-04-01 19:54:05.593765011 +0200 +++ /var/tmp/diff_new_pack.0V5Q9F/_new 2026-04-01 19:54:05.601765344 +0200 @@ -1,7 +1,7 @@ # # spec file for package wine-binfmt # -# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: wine-binfmt Version: 1.2.1 Release: 0 Summary: The binfmt_misc support for Windows Group: System/Emulators/PC -Url: http://en.wikipedia.org/wiki/Binfmt_misc -License: GPL-2.0 +URL: http://en.wikipedia.org/wiki/Binfmt_misc +License: GPL-2.0-only Source0: wine-binfmt.conf Source1: wine-binfmt.service Source2: rpmlintrc -BuildRequires: pkgconfig(systemd) BuildRequires: systemd-rpm-macros +BuildRequires: pkgconfig(systemd) %{?systemd_requires} Requires: wine BuildArch: noarch @@ -37,8 +38,8 @@ %package standalone Summary: Standalone binfmt_misc support for Windows Group: System/Emulators/PC -Url: http://en.wikipedia.org/wiki/Binfmt_misc -License: GPL-2.0 +URL: http://en.wikipedia.org/wiki/Binfmt_misc +License: GPL-2.0-only Requires: wine-binfmt %description standalone @@ -70,24 +71,6 @@ %postun %service_del_postun wine-binfmt.service -%post standalone -if ! test -f /proc/sys/fs/binfmt_misc/register; then - # mount binfmt device - mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc -fi -if ! test -f /proc/sys/fs/binfmt_misc/DOSWin; then - # install binfmt - cat /usr/lib/binfmt.d/wine.conf >/proc/sys/fs/binfmt_misc/register -fi - -%preun standalone -if test -f /proc/sys/fs/binfmt_misc/DOSWin; then - # uninstall binfmt - echo -1 >/proc/sys/fs/binfmt_misc/DOSWin -fi -# do not unmount /proc/sys/fs/binfmt_misc -# as it might by used by other packages - %files %defattr(-,root,root,644) %{_prefix}/lib/binfmt.d/wine.conf
