Accepting request 1035208 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1035208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=55
This commit is contained in:
commit
41878143e2
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">1.8.6</param>
|
<param name="revision">1.8.7</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5e7f26b2e92746d4184984069bb43ad354dc8786a4f15f5d8666f1dc4c21860
|
|
||||||
size 15931917
|
|
3
fwupd-1.8.7.obscpio
Normal file
3
fwupd-1.8.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e004d63b07dbc8e9ceb79ccd61ca906767844ad115f3b83029415928fd06e4c
|
||||||
|
size 16167437
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 10 12:33:10 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.8.7:
|
||||||
|
+ This release adds the following features:
|
||||||
|
- Add a new HSI check for the leaked Lenovo 'Key Manifest'
|
||||||
|
hashes
|
||||||
|
- Measure system integrity when installing UEFI updates
|
||||||
|
- Record more host DMI data when submitting a report for dbx
|
||||||
|
failures
|
||||||
|
- Use xz-compressed metadata to reduce bandwidth used by ~25%
|
||||||
|
+ This release fixes the following bugs:
|
||||||
|
- Add documentation for three existing HSI attributes
|
||||||
|
- Add re-insert requirement for Analogix devices
|
||||||
|
- Allow parsing metadata more than 1MB in size
|
||||||
|
- Do not follow symlinks when searching for ESP devices
|
||||||
|
- Ensure the config file permission is correct for built-in
|
||||||
|
plugins
|
||||||
|
- Fix a compile failure when compiling without efiboot
|
||||||
|
- Fix a regression when using fwuptool install-blob with FMAP
|
||||||
|
firmware
|
||||||
|
- Only count the Microsoft hashes when getting the dbx version
|
||||||
|
- Only use the IFD when the system is Intel-based
|
||||||
|
- Support loading CoSWID when only one role has been set
|
||||||
|
+ This release adds support for the following hardware:
|
||||||
|
- Anker Thunderbolt 4 Mini Hub
|
||||||
|
- ELAN haptic hardware
|
||||||
|
- Fingerprint lenfy devices
|
||||||
|
- Goodix GF3258WNC
|
||||||
|
- Intel discrete GPUs (experimental)
|
||||||
|
- More Star Labs laptops
|
||||||
|
- QSI Godzilla Creek Reference Hub
|
||||||
|
- Stop passing conditional plugin_amt=disabled, no longer needed,
|
||||||
|
nor recognized.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 3 07:03:49 UTC 2022 - Tseng <dennis.tseng@suse.com>
|
Thu Nov 3 07:03:49 UTC 2022 - Tseng <dennis.tseng@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.8.6
|
version: 1.8.7
|
||||||
mtime: 1665157084
|
mtime: 1668003147
|
||||||
commit: 2627e8ab6a8dd779f0e494bd0f6ff9dd76fa70cb
|
commit: ebb6237e974c6c966aeff3dd05815aa0148d4a6b
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
%define shlib_sover 2
|
%define shlib_sover 2
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Device firmware updater daemon
|
Summary: Device firmware updater daemon
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -70,7 +70,7 @@ BuildRequires: gpgme-devel
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: meson >= 0.47.0
|
BuildRequires: meson >= 0.61.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
BuildRequires: python3-Pillow
|
BuildRequires: python3-Pillow
|
||||||
@ -247,7 +247,6 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
|||||||
-Dplugin_synaptics_mst=disabled \
|
-Dplugin_synaptics_mst=disabled \
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{ix86} x86_64
|
%ifnarch %{ix86} x86_64
|
||||||
-Dplugin_amt=disabled \
|
|
||||||
-Dplugin_synaptics_rmi=disabled \
|
-Dplugin_synaptics_rmi=disabled \
|
||||||
%endif
|
%endif
|
||||||
-Dplugin_nvme=enabled \
|
-Dplugin_nvme=enabled \
|
||||||
@ -371,7 +370,9 @@ rm -fr %{buildroot}%{_datadir}/fish
|
|||||||
%{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
|
%{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
|
||||||
%{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset
|
%{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset
|
||||||
%dir %{_libdir}/fwupd-%{version}
|
%dir %{_libdir}/fwupd-%{version}
|
||||||
|
%ifnarch s390x ppc64le
|
||||||
%{_libdir}/fwupd-%{version}/libfu_plugin_flashrom.so
|
%{_libdir}/fwupd-%{version}/libfu_plugin_flashrom.so
|
||||||
|
%endif
|
||||||
%{_libdir}/fwupd-%{version}/libfu_plugin_modem_manager.so
|
%{_libdir}/fwupd-%{version}/libfu_plugin_modem_manager.so
|
||||||
%{_libdir}/fwupd-%{version}/libfwupdengine.so
|
%{_libdir}/fwupd-%{version}/libfwupdengine.so
|
||||||
%{_libdir}/fwupd-%{version}/libfwupdplugin.so
|
%{_libdir}/fwupd-%{version}/libfwupdplugin.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user