Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fwupd for openSUSE:Factory checked in at 2026-01-05 14:50:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwupd (Old) and /work/SRC/openSUSE:Factory/.fwupd.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwupd" Mon Jan 5 14:50:56 2026 rev:109 rq:1325339 version:2.0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes 2025-12-20 21:45:49.805554659 +0100 +++ /work/SRC/openSUSE:Factory/.fwupd.new.1928/fwupd.changes 2026-01-05 14:51:02.092968287 +0100 @@ -1,0 +2,13 @@ +Sat Jan 3 23:51:16 UTC 2026 - Holden Fried <[email protected]> + +- Actually build and install manpages: + * These were originally removed because including them would + have required pulling a nasty set of ghc/pandocs build + dependencies directly into Ring 1 + * fwupd upstream quickly reverted this change in 1.8.13, but + the conditional to block building/installing the manpages by + default was never removed from the specfile + * This restores the fwupd manpages, which have been sorely + missing in openSUSE for a couple years + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwupd.spec ++++++ --- /var/tmp/diff_new_pack.FiYkn7/_old 2026-01-05 14:51:04.001047756 +0100 +++ /var/tmp/diff_new_pack.FiYkn7/_new 2026-01-05 14:51:04.005047923 +0100 @@ -1,7 +1,7 @@ # # spec file for package fwupd # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -41,7 +41,6 @@ %endif %define shlib_sover 3 -%define docs 0 Name: fwupd Version: 2.0.19 @@ -86,9 +85,6 @@ %ifnarch s390x ppc64le BuildRequires: pkgconfig(flashrom) %endif -%if 0%{?docs} -BuildRequires: pandoc -%endif BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(gio-2.0) >= 2.45.8 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.48.8 @@ -240,14 +236,10 @@ -Dtests=false \ -Dvalgrind=disabled \ -Dvendor_ids_dir=/usr/share/hwdata \ + -Dman=true \ %ifarch s390x ppc64le -Dplugin_flashrom=disabled \ %endif -%if 0%{?docs} - -Dman=true \ -%else - -Dman=false \ -%endif %{nil} %meson_build @@ -322,14 +314,13 @@ %{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml %{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml %{_datadir}/%{name}/remotes.d/vendor/firmware/README.md -%if 0%{?docs} -%{_mandir}/man1/fwupdagent.1%{?ext_man} %{_mandir}/man1/fwupdmgr.1%{?ext_man} %{_mandir}/man1/fwupdtool.1%{?ext_man} +%{_mandir}/man5/fwupd-remotes.d.5%{?ext_man} +%{_mandir}/man5/fwupd.conf.5%{?ext_man} +%{_mandir}/man8/fwupd-refresh.service.8%{?ext_man} %if %{with efi_fw_update} %{_mandir}/man1/dbxtool.1%{?ext_man} -%{_mandir}/man1/fwupdate.1%{?ext_man} -%endif %endif %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy %ifnarch s390x
