update to 1.9.1 [release 1.9.1-1mamba;Tue May 30 2023]
This commit is contained in:
parent
8d9995749f
commit
06bed45811
19
fwupd.spec
19
fwupd.spec
@ -1,5 +1,5 @@
|
|||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.8.15
|
Version: 1.9.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple daemon to allow session software to update firmware
|
Summary: A simple daemon to allow session software to update firmware
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -63,11 +63,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
#sed -i "s|'python3'|'python3.6'|" meson.build
|
#sed -i "s|'python3'|'python3.6'|" meson.build
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
-D plugin_intel_spi=true \
|
||||||
|
-D supported_build=enabled
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -133,12 +136,7 @@ end
|
|||||||
%dir %{_sysconfdir}/fwupd
|
%dir %{_sysconfdir}/fwupd
|
||||||
%dir %{_sysconfdir}/fwupd/bios-settings.d
|
%dir %{_sysconfdir}/fwupd/bios-settings.d
|
||||||
%{_sysconfdir}/fwupd/bios-settings.d/README.md
|
%{_sysconfdir}/fwupd/bios-settings.d/README.md
|
||||||
%config %{_sysconfdir}/fwupd/daemon.conf
|
%config %{_sysconfdir}/fwupd/fwupd.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
|
|
||||||
%dir %{_sysconfdir}/fwupd/remotes.d
|
%dir %{_sysconfdir}/fwupd/remotes.d
|
||||||
%config %{_sysconfdir}/fwupd/remotes.d/*.conf
|
%config %{_sysconfdir}/fwupd/remotes.d/*.conf
|
||||||
%dir %{_sysconfdir}/pki/fwupd-metadata
|
%dir %{_sysconfdir}/pki/fwupd-metadata
|
||||||
@ -182,6 +180,8 @@ end
|
|||||||
#%{_mandir}/man1/fwupdagent.1*
|
#%{_mandir}/man1/fwupdagent.1*
|
||||||
#%{_mandir}/man1/fwupdate.1*
|
#%{_mandir}/man1/fwupdate.1*
|
||||||
%{_mandir}/man1/fwupdtool.1*
|
%{_mandir}/man1/fwupdtool.1*
|
||||||
|
%{_mandir}/man5/fwupd-remotes.d.5*
|
||||||
|
%{_mandir}/man5/fwupd.conf.5*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -215,6 +215,9 @@ end
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 1.8.15-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user