update to 1.9.1 [release 1.9.1-1mamba;Tue May 30 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 22:36:17 +01:00
parent 8d9995749f
commit 06bed45811

View File

@ -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 <silvan.calarco@mambasoft.it> 1.9.1-1mamba
- update to 1.9.1
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 1.8.15-1mamba
- automatic version update by autodist