SHA256
1
0
forked from pool/fwupd

Accepting request 845951 from Base:System

OBS-URL: https://build.opensuse.org/request/show/845951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=31
This commit is contained in:
2020-11-05 20:54:41 +00:00
committed by Git OBS Bridge
6 changed files with 56 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">1.5.0</param>
<param name="revision">1.5.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/fwupd.git</param>
<param name="changesrevision">f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6</param></service></servicedata>
<param name="changesrevision">bbb1a8136ec3fb88a659cb2ac632128f516d13ad</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc58211d50a91b020d022f31af57c97881ebaa56cdc8c376bb2709b5ae2f2008
size 1707632

3
fwupd-1.5.1.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7712a206ee0db998db25aabf78495883d3f8bdbf89e7b534f940885f0bc60993
size 1713304

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Nov 3 07:22:31 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
- Amend the spec file (jsc#SLE-16818)
+ Only enable fish support for Tumbleweed
+ Only enable the MSR plugin for x86
+ Only install dbxtool in the architectures with UEFI support
-------------------------------------------------------------------
Mon Nov 02 15:57:37 UTC 2020 - dimstar@opensuse.org
- Update to version 1.5.1:
+ Use UDisks to find out if swap devices are encrypted.
+ Show a link to discover more information about a specific
plugin failure.
+ updated fish completions to 1.5.0.
+ Remove the duplicate parent-child data in FwupdDevice and
FuDevice.
+ Show a less scary fwupdate output for devices without info.
+ thunderbolt: recognize authorized value of '2' as well.
+ bcm57xx: Make hotplug more reliable.
+ Use a different Device ID for the OptionROM devices.
+ contrib/ci: switch TPM simulator from ibmswtpm to swtpm.
+ Delete unused EFI variables when deploying firmware.
+ Fix probe warning for the Logitech Unifying device.
+ Include the amount of NVRAM size in use in the LVFS failure
report.
+ Add external interface messages.
-------------------------------------------------------------------
Mon Oct 26 12:18:38 UTC 2020 - dimstar@opensuse.org

View File

@@ -23,8 +23,14 @@
%bcond_with efi_fw_update
%endif
%if 0%{?suse_version} > 1500
%bcond_without fish_support
%else
%bcond_with fish_support
%endif
Name: fwupd
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -40,7 +46,9 @@ Patch1: fwupd-bsc1130056-change-shim-path.patch
Patch2: fwupd-jscSLE-11766-close-efidir-leap-gap.patch
BuildRequires: dejavu-fonts
%if %{with fish_support}
BuildRequires: fish
%endif
BuildRequires: gcab
# for certtool
BuildRequires: gnutls
@@ -188,6 +196,7 @@ done
%ifnarch %{ix86} x86_64
-Dplugin_dell=false \
-Dplugin_synaptics=false \
-Dplugin_msr=false \
%endif
-Dgtkdoc=true \
-Dtests=false
@@ -216,6 +225,10 @@ FWUPD_EFI=`basename %{buildroot}/%{_libexecdir}/fwupd/efi/fwupd*.efi`
ln -s %{_libexecdir}/fwupd/efi/$FWUPD_EFI %{buildroot}/%{_libexecdir}/fwupd/efi/$FWUPD_EFI.signed
%endif
%if %{without fish_support}
rm -fr %{buildroot}%{_datadir}/fish
%endif
%post -n libfwupd2 -p /sbin/ldconfig
%postun -n libfwupd2 -p /sbin/ldconfig
@@ -258,7 +271,9 @@ fi
%{_unitdir}/fwupd-refresh.service
%{_unitdir}/fwupd-refresh.timer
%{_libexecdir}/fwupd
%if %{with efi_fw_update}
%{_bindir}/dbxtool
%endif
%{_bindir}/fwupdagent
%if %{with efi_fw_update}
%{_bindir}/fwupdate
@@ -288,7 +303,9 @@ fi
%{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml
%{_datadir}/%{name}/quirks.d/*.quirk
%{_datadir}/%{name}/remotes.d/vendor/firmware/README.md
%if %{with efi_fw_update}
%{_mandir}/man1/dbxtool.1%{?ext_man}
%endif
%{_mandir}/man1/fwupdagent.1%{?ext_man}
%if %{with efi_fw_update}
%{_mandir}/man1/fwupdate.1%{?ext_man}
@@ -296,7 +313,9 @@ fi
%{_mandir}/man1/fwupdmgr.1%{?ext_man}
%{_mandir}/man1/fwupdtool.1%{?ext_man}
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
%ifarch %{ix86} x86_64
%{_sysconfdir}/modules-load.d/fwupd-msr.conf
%endif
%{_sysconfdir}/modules-load.d/fwupd-platform-integrity.conf
%config %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/pki
@@ -317,7 +336,9 @@ fi
%{_datadir}/bash-completion/completions/fwupdmgr
%{_datadir}/bash-completion/completions/fwupdtool
%{_datadir}/bash-completion/completions/fwupdagent
%if %{with fish_support}
%{_datadir}/fish/vendor_completions.d/fwupdmgr.fish
%endif
%{_datadir}/icons/hicolor/*
%{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
%{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset