From 06bed458118a451daf624444f8554113caae53d9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:36:17 +0100 Subject: [PATCH] update to 1.9.1 [release 1.9.1-1mamba;Tue May 30 2023] --- fwupd.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index e3f9739..372b6e7 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,5 +1,5 @@ Name: fwupd -Version: 1.8.15 +Version: 1.9.1 Release: 1mamba Summary: A simple daemon to allow session software to update firmware Group: System/Kernel and Hardware @@ -63,11 +63,14 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +#-D -T #sed -i "s|'python3'|'python3.6'|" meson.build #%patch0 -p1 %build -%meson +%meson \ + -D plugin_intel_spi=true \ + -D supported_build=enabled %meson_build @@ -133,12 +136,7 @@ end %dir %{_sysconfdir}/fwupd %dir %{_sysconfdir}/fwupd/bios-settings.d %{_sysconfdir}/fwupd/bios-settings.d/README.md -%config %{_sysconfdir}/fwupd/daemon.conf -%config %{_sysconfdir}/fwupd/msr.conf -%config %{_sysconfdir}/fwupd/redfish.conf -%config %{_sysconfdir}/fwupd/uefi_capsule.conf -%config %{_sysconfdir}/fwupd/thunderbolt.conf -#%config %{_sysconfdir}/fwupd/upower.conf +%config %{_sysconfdir}/fwupd/fwupd.conf %dir %{_sysconfdir}/fwupd/remotes.d %config %{_sysconfdir}/fwupd/remotes.d/*.conf %dir %{_sysconfdir}/pki/fwupd-metadata @@ -182,6 +180,8 @@ end #%{_mandir}/man1/fwupdagent.1* #%{_mandir}/man1/fwupdate.1* %{_mandir}/man1/fwupdtool.1* +%{_mandir}/man5/fwupd-remotes.d.5* +%{_mandir}/man5/fwupd.conf.5* %files -n lib%{name} %defattr(-,root,root) @@ -215,6 +215,9 @@ end #%doc README.md %changelog +* Tue May 30 2023 Silvan Calarco 1.9.1-1mamba +- update to 1.9.1 + * Sat May 13 2023 Automatic Build System 1.8.15-1mamba - automatic version update by autodist