!67 Upgrade to 1.8.17

From: @starlet-dx 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
This commit is contained in:
openeuler-ci-bot 2023-10-18 09:41:40 +00:00 committed by Gitee
commit a6a85e8b30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 10 additions and 10 deletions

Binary file not shown.

BIN
fwupd-1.8.17.tar.xz Normal file

Binary file not shown.

View File

@ -42,12 +42,12 @@
Name: fwupd Name: fwupd
Version: 1.8.6 Version: 1.8.17
Release: 6 Release: 1
License: LGPLv2+ License: LGPLv2+
Summary: Make updating firmware on Linux automatic, safe and reliable Summary: Make updating firmware on Linux automatic, safe and reliable
URL: https://github.com/fwupd/fwupd URL: https://github.com/fwupd/fwupd
Source0: https://github.com/fwupd/fwupd/archive/refs/tags/1.8.6.tar.gz Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
Source2: http://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz Source2: http://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz
Source3: centos-ca-secureboot.der Source3: centos-ca-secureboot.der
Source4: centossecureboot001.der Source4: centossecureboot001.der
@ -329,7 +329,7 @@ done
/sbin/ldconfig /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%doc README.md AUTHORS %doc README.md
%license COPYING %license COPYING
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf %config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
%if 0%{?have_uefi} %if 0%{?have_uefi}
@ -351,15 +351,10 @@ done
%endif %endif
%{_libexecdir}/fwupd/fwupdoffline %{_libexecdir}/fwupd/fwupdoffline
%if 0%{?have_uefi} %if 0%{?have_uefi}
%{_bindir}/fwupdate
%endif
%{_bindir}/dfu-tool
%if 0%{?have_uefi}
%{_bindir}/dbxtool %{_bindir}/dbxtool
%endif %endif
%{_bindir}/fwupdmgr %{_bindir}/fwupdmgr
%{_bindir}/fwupdtool %{_bindir}/fwupdtool
%{_bindir}/fwupdagent
%dir %{_sysconfdir}/fwupd %dir %{_sysconfdir}/fwupd
%dir %{_sysconfdir}/fwupd/bios-settings.d %dir %{_sysconfdir}/fwupd/bios-settings.d
%config%(noreplace)%{_sysconfdir}/fwupd/bios-settings.d/README.md %config%(noreplace)%{_sysconfdir}/fwupd/bios-settings.d/README.md
@ -380,7 +375,6 @@ done
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf %{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
%{_datadir}/bash-completion/completions/fwupdmgr %{_datadir}/bash-completion/completions/fwupdmgr
%{_datadir}/bash-completion/completions/fwupdtool %{_datadir}/bash-completion/completions/fwupdtool
%{_datadir}/bash-completion/completions/fwupdagent
%{_datadir}/fish/vendor_completions.d/fwupdmgr.fish %{_datadir}/fish/vendor_completions.d/fwupdmgr.fish
%{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml %{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml
%if 0%{?have_dell} %if 0%{?have_dell}
@ -458,9 +452,12 @@ done
%{_datadir}/installed-tests/fwupd/*.test %{_datadir}/installed-tests/fwupd/*.test
%{_datadir}/installed-tests/fwupd/*.cab %{_datadir}/installed-tests/fwupd/*.cab
%{_datadir}/installed-tests/fwupd/*.sh %{_datadir}/installed-tests/fwupd/*.sh
%{_datadir}/installed-tests/fwupd/*.zip
%if 0%{?have_uefi} %if 0%{?have_uefi}
%{_datadir}/installed-tests/fwupd/efi %{_datadir}/installed-tests/fwupd/efi
%endif %endif
%{_datadir}/installed-tests/fwupd/chassis_type
%{_datadir}/installed-tests/fwupd/sys_vendor
%{_datadir}/fwupd/device-tests/*.json %{_datadir}/fwupd/device-tests/*.json
%{_libexecdir}/installed-tests/fwupd/* %{_libexecdir}/installed-tests/fwupd/*
%{_datadir}/fwupd/__pycache__/* %{_datadir}/fwupd/__pycache__/*
@ -474,6 +471,9 @@ done
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%changelog %changelog
* Wed Oct 18 2023 yaoxin <yao_xin001@hoperun.com> - 1.8.17-1
- Upgrade to 1.8.17
* Mon Jul 10 2023 misaka00251 <liuxin@iscas.ac.cn> - 1.8.6-6 * Mon Jul 10 2023 misaka00251 <liuxin@iscas.ac.cn> - 1.8.6-6
- Fix build on riscv64 - Fix build on riscv64
- from @jchzhou: skip packaging fwupd-detect-cet if compiled with llvm - from @jchzhou: skip packaging fwupd-detect-cet if compiled with llvm

Binary file not shown.