Blame SPECS/fwupd.spec

8740c7
%global glib2_version 2.45.8
8740c7
%global libxmlb_version 0.1.3
8740c7
%global libgusb_version 0.3.5
8740c7
%global libcurl_version 7.62.0
8740c7
%global libjcat_version 0.1.0
8740c7
%global systemd_version 231
8740c7
%global json_glib_version 1.1.1
ee36e9
%global fwupdplugin_version 5
8740c7
8740c7
# although we ship a few tiny python files these are utilities that 99.99%
8740c7
# of users do not need -- use this to avoid dragging python onto CoreOS
8740c7
%global __requires_exclude ^%{python3}$
8740c7
8740c7
# PPC64 is too slow to complete the tests under 3 minutes...
8740c7
%ifnarch ppc64le
8740c7
%global enable_tests 1
8740c7
%endif
8740c7
8740c7
%global enable_dummy 1
8740c7
8740c7
# fwupd.efi is only available on these arches
8740c7
%ifarch x86_64 aarch64
8740c7
%global have_uefi 1
8740c7
%endif
8740c7
8740c7
# flashrom is only available on these arches
8740c7
%ifarch i686 x86_64 armv7hl aarch64 ppc64le
8740c7
%global have_flashrom 1
8740c7
%endif
8740c7
8740c7
%ifarch i686 x86_64
8740c7
%global have_msr 1
8740c7
%endif
8740c7
8740c7
# libsmbios is only available on x86
8740c7
%ifarch x86_64
8740c7
%global have_dell 1
8740c7
%endif
8740c7
8740c7
# only available recently
8740c7
%if 0%{?fedora} >= 30
8740c7
%global have_modem_manager 1
8740c7
%endif
8740c7
8740c7
Summary:   Firmware update daemon
8740c7
Name:      fwupd
ee36e9
Version:   1.7.9
ee36e9
Release:   1%{?dist}
8740c7
License:   LGPLv2+
8740c7
URL:       https://github.com/fwupd/fwupd
8740c7
Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
ee36e9
Source2:   http://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.3.tar.xz
ee36e9
ee36e9
Source10:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20100307-x64.cab
ee36e9
Source11:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20140413-x64.cab
ee36e9
Source12:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20160809-x64.cab
ee36e9
Source13:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-aa64.cab
ee36e9
Source14:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-ia32.cab
ee36e9
Source15:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-x64.cab
ee36e9
ee36e9
# these are numbered high just to keep them wildly away from colliding with
ee36e9
# the real package sources, in order to reduce churn.
ee36e9
Source300:   redhatsecurebootca3.cer
ee36e9
Source301:   redhatsecureboot301.cer
ee36e9
Source500:   redhatsecurebootca5.cer
ee36e9
Source503:   redhatsecureboot503.cer
8740c7
8740c7
BuildRequires: gettext
8740c7
BuildRequires: glib2-devel >= %{glib2_version}
8740c7
BuildRequires: libxmlb-devel >= %{libxmlb_version}
8740c7
BuildRequires: libgcab1-devel
8740c7
BuildRequires: libgudev1-devel
8740c7
BuildRequires: libgusb-devel >= %{libgusb_version}
8740c7
BuildRequires: libcurl-devel >= %{libcurl_version}
8740c7
BuildRequires: libjcat-devel >= %{libjcat_version}
8740c7
BuildRequires: polkit-devel >= 0.103
8740c7
BuildRequires: sqlite-devel
8740c7
BuildRequires: systemd >= %{systemd_version}
8740c7
BuildRequires: systemd-devel
8740c7
BuildRequires: libarchive-devel
8740c7
BuildRequires: gobject-introspection-devel
8740c7
BuildRequires: gcab
8740c7
%ifarch %{valgrind_arches}
8740c7
BuildRequires: valgrind
8740c7
BuildRequires: valgrind-devel
8740c7
%endif
8740c7
BuildRequires: gtk-doc
8740c7
BuildRequires: gnutls-devel
8740c7
BuildRequires: gnutls-utils
8740c7
BuildRequires: meson
8740c7
BuildRequires: json-glib-devel >= %{json_glib_version}
8740c7
BuildRequires: vala
8740c7
BuildRequires: bash-completion
8740c7
BuildRequires: git-core
8740c7
%if 0%{?have_flashrom}
8740c7
BuildRequires: flashrom-devel >= 1.2-2
8740c7
%endif
8740c7
8740c7
%if 0%{?have_modem_manager}
8740c7
BuildRequires: ModemManager-glib-devel >= 1.10.0
8740c7
BuildRequires: libqmi-devel >= 1.22.0
ee36e9
BuildRequires: libmbim-devel
8740c7
%endif
8740c7
8740c7
%if 0%{?have_uefi}
8740c7
BuildRequires: efivar-devel >= 33
8740c7
BuildRequires: python3 python3-cairo python3-gobject
8740c7
BuildRequires: pango-devel
8740c7
BuildRequires: cairo-devel cairo-gobject-devel
8740c7
BuildRequires: freetype
8740c7
BuildRequires: fontconfig
8740c7
BuildRequires: google-noto-sans-cjk-ttc-fonts
8740c7
BuildRequires: gnu-efi-devel
8740c7
BuildRequires: tpm2-tss-devel >= 2.2.3
ee36e9
BuildRequires: pesign >= 113-20
8740c7
%endif
8740c7
8740c7
%if 0%{?have_dell}
8740c7
BuildRequires: efivar-devel >= 33
8740c7
BuildRequires: libsmbios-devel >= 2.3.0
8740c7
%endif
8740c7
8740c7
Requires(post): systemd
8740c7
Requires(preun): systemd
8740c7
Requires(postun): systemd
8740c7
8740c7
Requires: glib2%{?_isa} >= %{glib2_version}
8740c7
Requires: libxmlb%{?_isa} >= %{libxmlb_version}
8740c7
Requires: libgusb%{?_isa} >= %{libgusb_version}
8740c7
Requires: bubblewrap
8740c7
Requires: shared-mime-info
8740c7
8740c7
Obsoletes: fwupd-sign < 0.1.6
8740c7
Obsoletes: libebitdo < 0.7.5-3
8740c7
Obsoletes: libdfu < 1.0.0
8740c7
Obsoletes: fwupd-labels < 1.1.0-1
8740c7
8740c7
Obsoletes: dbxtool < 9
8740c7
Provides: dbxtool
8740c7
8740c7
# optional, but a really good idea
8740c7
Recommends: udisks2
8740c7
8740c7
%if 0%{?have_modem_manager}
8740c7
Recommends: %{name}-plugin-modem-manager
8740c7
%endif
8740c7
%if 0%{?have_flashrom}
8740c7
Recommends: %{name}-plugin-flashrom
8740c7
%endif
8740c7
8740c7
%description
8740c7
fwupd is a daemon to allow session software to update device firmware.
8740c7
8740c7
%package devel
8740c7
Summary: Development package for %{name}
8740c7
Requires: %{name}%{?_isa} = %{version}-%{release}
8740c7
Obsoletes: libebitdo-devel < 0.7.5-3
8740c7
Obsoletes: libdfu-devel < 1.0.0
8740c7
8740c7
%description devel
8740c7
Files for development with %{name}.
8740c7
8740c7
%package tests
8740c7
Summary: Data files for installed tests
ee36e9
Requires: %{name}%{?_isa} = %{version}-%{release}
8740c7
8740c7
%description tests
8740c7
Data files for installed tests.
8740c7
8740c7
%if 0%{?have_modem_manager}
8740c7
%package plugin-modem-manager
8740c7
Summary: fwupd plugin using ModemManger
ee36e9
Requires: %{name}%{?_isa} = %{version}-%{release}
8740c7
8740c7
%description plugin-modem-manager
8740c7
This provides the optional package which is only required on hardware that
8740c7
might have mobile broadband hardware. It is probably not required on servers.
8740c7
%endif
8740c7
8740c7
%if 0%{?have_flashrom}
8740c7
%package plugin-flashrom
8740c7
Summary: fwupd plugin using flashrom
ee36e9
Requires: %{name}%{?_isa} = %{version}-%{release}
8740c7
8740c7
%description plugin-flashrom
8740c7
This provides the optional package which is only required on hardware that
8740c7
can be flashed using flashrom. It is probably not required on servers.
8740c7
%endif
8740c7
8740c7
%prep
8740c7
%autosetup -p1
8740c7
ee36e9
mkdir -p subprojects/fwupd-efi
ee36e9
tar xfvs %{SOURCE2} -C subprojects/fwupd-efi --strip-components=1
ee36e9
8740c7
%build
8740c7
8740c7
%meson \
ee36e9
    -Ddocs=gtkdoc \
ee36e9
    -Dlvfs=disabled \
8740c7
%if 0%{?enable_tests}
8740c7
    -Dtests=true \
8740c7
%else
8740c7
    -Dtests=false \
8740c7
%endif
8740c7
%if 0%{?enable_dummy}
8740c7
    -Dplugin_dummy=true \
8740c7
%else
8740c7
    -Dplugin_dummy=false \
8740c7
%endif
8740c7
%if 0%{?have_flashrom}
8740c7
    -Dplugin_flashrom=true \
8740c7
%else
8740c7
    -Dplugin_flashrom=false \
8740c7
%endif
8740c7
%if 0%{?have_msr}
8740c7
    -Dplugin_msr=true \
8740c7
%else
8740c7
    -Dplugin_msr=false \
8740c7
%endif
8740c7
    -Dplugin_thunderbolt=true \
8740c7
%if 0%{?have_uefi}
8740c7
    -Dplugin_uefi_capsule=true \
8740c7
    -Dplugin_uefi_pk=true \
ee36e9
    -Defi_os_dir=%{efi_vendor} \
ee36e9
%ifarch x86_64
ee36e9
    -Dfwupd-efi:efi_sbat_distro_id="rhel" \
ee36e9
    -Dfwupd-efi:efi_sbat_distro_summary="Red Hat Enterprise Linux" \
ee36e9
    -Dfwupd-efi:efi_sbat_distro_pkgname="%{name}" \
ee36e9
    -Dfwupd-efi:efi_sbat_distro_version="%{version}" \
ee36e9
    -Dfwupd-efi:efi_sbat_distro_url="mail:secalert@redhat.com" \
ee36e9
    -Dfwupd-efi:efi-libdir="/usr/lib64" \
ee36e9
%endif
8740c7
    -Dplugin_tpm=true \
8740c7
%else
8740c7
    -Dplugin_uefi_capsule=false \
8740c7
    -Dplugin_uefi_pk=false \
8740c7
    -Dplugin_tpm=false \
8740c7
%endif
8740c7
%if 0%{?have_dell}
8740c7
    -Dplugin_dell=true \
8740c7
    -Dplugin_synaptics_mst=true \
8740c7
%else
8740c7
    -Dplugin_dell=false \
8740c7
    -Dplugin_synaptics_mst=false \
8740c7
%endif
8740c7
%if 0%{?have_modem_manager}
8740c7
    -Dplugin_modem_manager=true \
8740c7
%else
8740c7
    -Dplugin_modem_manager=false \
8740c7
%endif
ee36e9
    -Dplugin_logitech_bulkcontroller=false \
8740c7
    -Dman=true \
8740c7
    -Dbluez=false \
ee36e9
    -Dplugin_cfu=false \
ee36e9
    -Dplugin_mtd=false \
ee36e9
    -Dplugin_powerd=false \
ee36e9
    -Dplugin_uf2=false \
ee36e9
    -Dplugin_gpio=false \
8740c7
    -Dsupported_build=true
8740c7
8740c7
%meson_build
8740c7
8740c7
%if 0%{?enable_tests}
8740c7
%check
8740c7
%meson_test
8740c7
%endif
8740c7
8740c7
%install
8740c7
%meson_install
8740c7
ee36e9
# on RHEL the LVFS is disabled by default
ee36e9
mkdir -p %{buildroot}/%{_datadir}/dbxtool
ee36e9
install %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{buildroot}/%{_datadir}/dbxtool
ee36e9
8740c7
# sign fwupd.efi loader
8740c7
%ifarch x86_64
8740c7
%global efiarch x64
8740c7
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
ee36e9
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301
ee36e9
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503
ee36e9
rm -fv %{fwup_efi_fn}.tmp
8740c7
%endif
8740c7
8740c7
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
8740c7
8740c7
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1757948
8740c7
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
8740c7
8740c7
%find_lang %{name}
8740c7
8740c7
%post
8740c7
%systemd_post fwupd.service
8740c7
8740c7
# change vendor-installed remotes to use the default keyring type
8740c7
for fn in /etc/fwupd/remotes.d/*.conf; do
8740c7
    if grep -q "Keyring=gpg" "$fn"; then
8740c7
        sed -i 's/Keyring=gpg/#Keyring=pkcs/g' "$fn";
8740c7
    fi
8740c7
done
8740c7
8740c7
%preun
8740c7
%systemd_preun fwupd.service
8740c7
8740c7
%postun
8740c7
%systemd_postun_with_restart fwupd.service
8740c7
%systemd_postun_with_restart pesign.service
8740c7
8740c7
%files -f %{name}.lang
8740c7
%doc README.md AUTHORS
8740c7
%license COPYING
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
8740c7
%if 0%{?have_uefi}
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/uefi_capsule.conf
8740c7
%endif
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/redfish.conf
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/thunderbolt.conf
8740c7
%dir %{_libexecdir}/fwupd
8740c7
%{_libexecdir}/fwupd/fwupd
8740c7
%ifarch i686 x86_64
8740c7
%{_libexecdir}/fwupd/fwupd-detect-cet
8740c7
%endif
8740c7
%{_libexecdir}/fwupd/fwupdoffline
8740c7
%if 0%{?have_uefi}
8740c7
%{_libexecdir}/fwupd/efi/*.efi
ee36e9
%ifarch x86_64
8740c7
%{_libexecdir}/fwupd/efi/*.efi.signed
ee36e9
%endif
8740c7
%{_bindir}/fwupdate
8740c7
%endif
8740c7
%{_bindir}/dfu-tool
8740c7
%if 0%{?have_uefi}
8740c7
%{_bindir}/dbxtool
8740c7
%endif
8740c7
%{_bindir}/fwupdmgr
8740c7
%{_bindir}/fwupdtool
8740c7
%{_bindir}/fwupdagent
8740c7
%dir %{_sysconfdir}/fwupd
8740c7
%dir %{_sysconfdir}/fwupd/remotes.d
8740c7
%if 0%{?have_dell}
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/dell-esrt.conf
8740c7
%endif
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs.conf
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs-testing.conf
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor.conf
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor-directory.conf
8740c7
%config(noreplace)%{_sysconfdir}/pki/fwupd
8740c7
%{_sysconfdir}/pki/fwupd-metadata
8740c7
%if 0%{?have_msr}
8740c7
/usr/lib/modules-load.d/fwupd-msr.conf
ee36e9
%config(noreplace)%{_sysconfdir}/fwupd/msr.conf
8740c7
%endif
8740c7
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
8740c7
%{_datadir}/bash-completion/completions/fwupdmgr
8740c7
%{_datadir}/bash-completion/completions/fwupdtool
8740c7
%{_datadir}/bash-completion/completions/fwupdagent
8740c7
%{_datadir}/fish/vendor_completions.d/fwupdmgr.fish
8740c7
%{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml
8740c7
%if 0%{?have_dell}
8740c7
%{_datadir}/fwupd/remotes.d/dell-esrt/metadata.xml
8740c7
%endif
8740c7
%{_datadir}/fwupd/remotes.d/vendor/firmware/README.md
8740c7
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
8740c7
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
8740c7
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules
8740c7
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
ee36e9
%dir %{_datadir}/dbxtool
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20100307-x64.cab
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20140413-x64.cab
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20160809-x64.cab
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20200729-aa64.cab
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20200729-ia32.cab
ee36e9
%{_datadir}/dbxtool/DBXUpdate-20200729-x64.cab
8740c7
%{_mandir}/man1/fwupdtool.1*
8740c7
%{_mandir}/man1/fwupdagent.1*
8740c7
%{_mandir}/man1/dfu-tool.1*
8740c7
%if 0%{?have_uefi}
8740c7
%{_mandir}/man1/dbxtool.*
8740c7
%endif
8740c7
%{_mandir}/man1/fwupdmgr.1*
8740c7
%if 0%{?have_uefi}
8740c7
%{_mandir}/man1/fwupdate.1*
8740c7
%endif
8740c7
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
8740c7
%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
8740c7
%{_datadir}/fwupd/firmware_packager.py
8740c7
%{_datadir}/fwupd/simple_client.py
8740c7
%{_datadir}/fwupd/add_capsule_header.py
8740c7
%{_datadir}/fwupd/install_dell_bios_exe.py
8740c7
%{_unitdir}/fwupd-offline-update.service
8740c7
%{_unitdir}/fwupd.service
8740c7
%{_unitdir}/fwupd-refresh.service
8740c7
%{_unitdir}/fwupd-refresh.timer
8740c7
%{_presetdir}/fwupd-refresh.preset
8740c7
%{_unitdir}/system-update.target.wants/
8740c7
%dir %{_localstatedir}/lib/fwupd
8740c7
%dir %{_localstatedir}/cache/fwupd
8740c7
%dir %{_datadir}/fwupd/quirks.d
8740c7
%{_datadir}/fwupd/quirks.d/*.quirk
ee36e9
%{_datadir}/doc/fwupd/builder/README.md
ee36e9
%if 0%{?have_uefi}
ee36e9
%{_sysconfdir}/grub.d/35_fwupd
ee36e9
%endif
ee36e9
%{_libdir}/libfwupd.so.2*
ee36e9
%{_libdir}/libfwupdplugin.so.%{fwupdplugin_version}*
8740c7
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
8740c7
%{_libdir}/girepository-1.0/FwupdPlugin-1.0.typelib
8740c7
/usr/lib/udev/rules.d/*.rules
8740c7
/usr/lib/systemd/system-shutdown/fwupd.shutdown
ee36e9
%dir %{_libdir}/fwupd-plugins-%{fwupdplugin_version}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_dmar.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_facp.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_phat.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_amt.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_analogix.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ata.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_bcm57xx.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ccgx.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_colorhug.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_cros_ec.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_cpu.so
8740c7
%if 0%{?have_dell}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell_esrt.so
ee36e9
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell_dock.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dfu.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dfu_csr.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ebitdo.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_elantp.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_elanfp.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_emmc.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ep963x.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_fastboot.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_fresco_pd.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_genesys.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_hailuck.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_iommu.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_jabra.so
ee36e9
%if 0%{?have_uefi}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_lenovo_thinklmi.so
ee36e9
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_lockdown.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_sleep.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_swap.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_tainted.so
8740c7
%if 0%{?have_msr}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_msr.so
ee36e9
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_nitrokey.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_nordic_hid.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_nvme.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_optionrom.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_parade_lspcon.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pci_bcr.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pci_mei.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pixart_rf.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_realtek_mst.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_redfish.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_rts54hid.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_rts54hub.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_scsi.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_steelseries.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_superio.so
8740c7
%if 0%{?have_dell}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_mst.so
8740c7
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_cape.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_cxaudio.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_prometheus.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_rmi.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_system76_launch.so
8740c7
%if 0%{?enable_dummy}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_test.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_invalid.so
8740c7
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_thelio_io.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_thunderbolt.so
8740c7
%if 0%{?have_uefi}
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_tpm.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_bios.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_capsule.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_dbx.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_pk.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_recovery.so
ee36e9
%endif
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_usi_dock.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_logind.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_logitech_hidpp.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_upower.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_vli.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_wacom_raw.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_wacom_usb.so
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_goodixmoc.so
8740c7
%ghost %{_localstatedir}/lib/fwupd/gnupg
8740c7
8740c7
%if 0%{?have_modem_manager}
8740c7
%files plugin-modem-manager
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_modem_manager.so
8740c7
%endif
8740c7
%if 0%{?have_flashrom}
8740c7
%files plugin-flashrom
ee36e9
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_flashrom.so
8740c7
%endif
8740c7
%if 0%{?have_uefi}
8740c7
%{_datadir}/fwupd/uefi-capsule-ux.tar.xz
8740c7
%endif
8740c7
8740c7
%files devel
8740c7
%{_datadir}/gir-1.0/Fwupd-2.0.gir
8740c7
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
8740c7
%{_datadir}/gtk-doc/html/fwupd
8740c7
%{_datadir}/vala/vapi
8740c7
%{_includedir}/fwupd-1
8740c7
%{_libdir}/libfwupd*.so
8740c7
%{_libdir}/pkgconfig/fwupd.pc
8740c7
%{_libdir}/pkgconfig/fwupdplugin.pc
ee36e9
%if 0%{?have_uefi}
ee36e9
%{_libdir}/pkgconfig/fwupd-efi.pc
ee36e9
%endif
8740c7
8740c7
%files tests
8740c7
%if 0%{?enable_tests}
8740c7
%dir %{_datadir}/installed-tests/fwupd
ee36e9
%{_datadir}/installed-tests/fwupd/tests/*
8740c7
%{_datadir}/installed-tests/fwupd/fwupd-tests.xml
8740c7
%{_datadir}/installed-tests/fwupd/*.test
8740c7
%{_datadir}/installed-tests/fwupd/*.cab
8740c7
%{_datadir}/installed-tests/fwupd/*.sh
ee36e9
%if 0%{?have_uefi}
ee36e9
%{_datadir}/installed-tests/fwupd/efi
ee36e9
%endif
ee36e9
%{_datadir}/fwupd/device-tests/*.json
8740c7
%{_libexecdir}/installed-tests/fwupd/*
8740c7
%dir %{_sysconfdir}/fwupd/remotes.d
8740c7
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
8740c7
%endif
8740c7
8740c7
%changelog
ee36e9
* Mon Jul 25 2022 Richard Hughes <richard@hughsie.com> 1.7.8-1
ee36e9
- New upstream release
ee36e9
- Resolves: rhbz#2059075
ee36e9
ee36e9
* Wed Apr 06 2022 Richard Hughes <richard@hughsie.com> 1.7.4-3
ee36e9
- Disable the Logitech bulkcontroller plugin to avoid adding a dep to protobuf-c
ee36e9
  which lives in AppStream, not BaseOS.
ee36e9
- Use the efi_vendor variable from EFI-RPM
ee36e9
- Resolves: rhbz#2064904
ee36e9
ee36e9
* Thu Jan 13 2022 Richard Hughes <richard@hughsie.com> 1.7.4-1
ee36e9
- New upstream release
ee36e9
- Backport Fedora 34 changes
ee36e9
- Include support for Lenovo TBT4 Docking stations
ee36e9
- Do not cause systemd-modules-load failures
ee36e9
- Build against a new enough pesign
ee36e9
- Resolves: rhbz#2007520
ee36e9
ee36e9
* Mon Nov 01 2021 Richard Hughes <richard@hughsie.com> 1.7.1-1
ee36e9
- New upstream release
ee36e9
- Backport Fedora 34 changes
ee36e9
- Include support for Dell TBT4 Docking stations
ee36e9
- Resolves: rhbz#1974347
ee36e9
- Resolves: rhbz#1991426
ee36e9
ee36e9
* Fri Sep 24 2021 Richard Hughes <richard@hughsie.com> 1.5.9-4
ee36e9
- Rebuilt to use redhatsecureboot503 signatures
ee36e9
- Undo last Fedora sync to use the RHEL-specific patches
ee36e9
- Resolves: rhbz#2007520
ee36e9
8740c7
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.9-3
8740c7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8740c7
  Related: rhbz#1991688
8740c7
8740c7
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.9-2
8740c7
- Rebuilt for RHEL 9 BETA for openssl 3.0
8740c7
  Related: rhbz#1971065
8740c7
8740c7
* Mon Apr 19 2021 Richard Hughes <richard@hughsie.com> 1.5.9-1
8740c7
- Rebase to include the SBAT metadata section to allow fixing BootHole
8740c7
- Resolves: rhbz#1951030
8740c7
8740c7
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.5-4
8740c7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8740c7
8740c7
* Mon Apr 12 2021 Richard Hughes <richard@hughsie.com> 1.5.5-3
8740c7
- Backport a patch from master to drop the python3-pillow dep
8740c7
- Resolves: rhbz#1935838
8740c7
8740c7
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8740c7
8740c7
* Mon Jan 11 2021 Richard Hughes <richard@hughsie.com> 1.5.5-1
8740c7
- New upstream release
8740c7
- Add a plugin to update PixArt RF devices
8740c7
- Add new hardware to use the elantp and rts54hid plugins
8740c7
- Detect the AMD TSME encryption state for HSI-4
8740c7
- Detect the AMI PK test key is not installed for HSI-1
8740c7
- Fix flashing a fingerprint reader that is in use
8740c7
- Fix several critical warnings when parsing invalid firmware
8740c7
- Fix updating DFU devices that use DNLOAD_BUSY
8740c7
- Ignore the legacy UEFI OVMF dummy GUID
8740c7
- Make libfwupd more thread safe to fix a crash in gnome-software
8740c7
- Never show unprintable chars from invalid firmware in the logs
8740c7
8740c7
* Wed Dec 16 2020 Richard Hughes <richard@hughsie.com> 1.5.4-1
8740c7
- New upstream release
8740c7
- Add Maple Ridge Thunderbolt firmware parsing support
8740c7
- Allow creating FMAP and Synaptics firmware using builder.xml
8740c7
- Allow using fwupdtool as non-root for firmware commands
8740c7
- Do not trust the Block.HintSystem boolean for ESP filtering
8740c7
- Fix a memory leak when parsing Synaptics firmware
8740c7
- Fix a possible crash when reading the Goodix MOC USB request
8740c7
- Fix possible crashes when parsing invalid firmware
8740c7
8740c7
* Tue Dec 08 2020 Richard Hughes <richard@hughsie.com> 1.5.3-1
8740c7
- New upstream release
8740c7
- Add a UEFI quirk for Star Labs Lite Mk III
8740c7
- Add the device firmare ID for serio class hardware
8740c7
- Allow setting the GMainContext when used for sync methods
8740c7
- Allow the client to send legacy PKCS7 and GPG signatures
8740c7
- Export the driver name from FuUdevDevice
8740c7
- Fix a possible critical warning due to missing retval
8740c7
- Fix the endianness for the CRC check in bcm57xx
8740c7
- Make sure the correct interface number is used for QMI
8740c7
- Mark more user-visible strings as translatable
8740c7
- Restrict loading component types of firmware
8740c7
- Validate ModemManager firmware update method combinations
8740c7
8740c7
* Mon Nov 23 2020 Richard Hughes <richard@hughsie.com> 1.5.2-1
8740c7
- New upstream release
8740c7
- Add a flag to indicate if packages are supported
8740c7
- Add a plugin for the Pinebook Pro laptop
8740c7
- Allow components to set the icon from the metadata
8740c7
- Fall back to FAT32 internal partitions for detecting ESP
8740c7
- Fix detection of ColorHug version on older firmware versions
8740c7
- Fix reading BCM57XX vendor and device ids from firmware
8740c7
- Fix replugging the MSP430 device
8740c7
- Fix sync method when called from threads without a context
8740c7
- Ignore an invalid vendor-id when adding releases for display
8740c7
- Improve synaptics-mst reliability when writing data
8740c7
- Install modules-load configs in the correct directory
8740c7
- Notify the service manager when idle-quitting
8740c7
- Only download the remote metadata as required
8740c7
- Remove HSI update and attestation suffixes
8740c7
- Restore recognizing GPG and PKCS7 signature types in libfwupd
8740c7
- Set the SMBIOS chassis type to portable if a DT battery exists
8740c7
- Switch from libsoup to libcurl for downloading data
8740c7
8740c7
* Fri Nov 20 2020 Adam Williamson <awilliam@redhat.com> - 1.5.1-2
8740c7
- Backport #2605 for #2600, seems to help RHBZ #1896540
8740c7
8740c7
* Mon Nov 01 2020 Richard Hughes <richard@hughsie.com> 1.5.1-1
8740c7
- New upstream release
8740c7
- Delete unused EFI variables when deploying firmware
8740c7
- Fix probe warning for the Logitech Unifying device
8740c7
- Include the amount of NVRAM size in use in the LVFS failure report
8740c7
- Make bcm57xx hotplug more reliable
8740c7
- Recognize authorized thunderbolt value of 2
8740c7
- Remove the duplicate parent-child data in FwupdDevice and FuDevice
8740c7
- Show a less scary fwupdate output for devices without info
8740c7
- Use a different Device ID for the OptionROM devices
8740c7
- Use UDisks to find out if swap devices are encrypted
8740c7
8740c7
* Mon Oct 26 2020 Richard Hughes <richard@hughsie.com> 1.5.0-1
8740c7
- New upstream release
8740c7
- Add async versions of the library for GUI tools
8740c7
- Add commands for interacting with the ESP to fwupdtool
8740c7
- Add plugin for Goodix fingerprint sensors
8740c7
- Add plugin that can update the BCM5719 network adapter
8740c7
- Add plugin to update Elan Touchpads using HID
8740c7
- Add support for ChromeOS Quiche and Gingerbread
8740c7
- Add support for the Host Security ID
8740c7
- Add support for ThunderBolt retimers
8740c7
- Add switch-branch command to fwupdtool and fwupdmgr
8740c7
- Allow blocking specific firmware releases by checksum
8740c7
- Allow constructing a firmware with multiple images
8740c7
- Allow firmware to require specific features from front-end clients
8740c7
- Fix setting BootNext correctly when multiple updates are scheduled
8740c7
- Fix the topology of the audio device on the Lenovo TR dock
8740c7
- Include the HSI results and attributes in the uploaded report
8740c7
- Make return code different for get-updates with no updates
8740c7
- Make specific authorizations also imply others
8740c7
- Parse the HEX version before comparing for equality
8740c7
- Prevent dell-dock updates to occur via synaptics-mst plugin
8740c7
- Record the UEFI failure in more cases
8740c7
- Support loading DMI data from DT systems
8740c7
- Support LVFS::UpdateImage for GUI clients
8740c7
- Use pkttyagent to request user passwords if running without GUI
8740c7
8740c7
* Mon Sep 07 2020 Richard Hughes <richard@hughsie.com> 1.4.6-1
8740c7
- New upstream release
8740c7
- Add a re-implementation of the rhboot dbxtool
8740c7
- Add missing Synaptics Prometheus GUIDs for ConfigId
8740c7
- Add support for the LabTop Mk IV
8740c7
- Add support for the Realtek RTD21XX I²C protocol
8740c7
- Allow blocking specific firmware releases by checksum
8740c7
- Allow DFU device to attach to runtime without a bus reset
8740c7
- Allow plugins to set remove delay only on the child
8740c7
- Cancel the file monitor before disposal to avoid a potential deadlock
8740c7
- Correctly label the vebdor for more NVMe devices
8740c7
- Specify a remove delay for Poly USB Cameras
8740c7
- Support download of large DFU firmware
8740c7
- Support polling the status from device in dfuManifest state
8740c7
- Use newer libxmlb features to properly display more AppStream markup
8740c7
8740c7
* Tue Aug 18 2020 Richard Hughes <richard@hughsie.com> 1.4.5-4
8740c7
- Rebuild for the libxmlb API bump.
8740c7
8740c7
* Mon Aug 03 2020 Peter Jones <pjones@redhat.com> - 1.4.5-3
8740c7
- Make dual signing happen.
8740c7
  Related: CVE-2020-10713
8740c7
8740c7
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
8740c7
- Second attempt - Rebuilt for
8740c7
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8740c7
8740c7
* Thu Jul 30 2020 Richard Hughes <richard@hughsie.com> 1.4.5-1
8740c7
- New upstream release
8740c7
- Add dual-image feature for VL103 backup firmware
8740c7
- Add more CCGX hybrid dock support
8740c7
- Add support for a delayed activation flow for Thunderbolt
8740c7
- Allow firmware to require specific features from front-end clients
8740c7
- Be more defensive when remotes are missing required keys
8740c7
- Check all AppStream components when verifying
8740c7
- Check for free space after cleaning up ESP
8740c7
- Fix TPM PCR0 calculation
8740c7
- Modernize the thunderbolt plugin for future hardware
8740c7
- Only show UpdateMessage when state is success
8740c7
- Read the modem vendor ID correctly
8740c7
- Set the runtime version to 0.0.0 for pre-1.0.0 Thelio Io firmware
8740c7
- Support compiling libqmi-glib 1.26.0 and later
8740c7
- Support LVFS::UpdateImage in GUI clients
8740c7
- Use the GPIOB reset for the MiniDock VL103
8740c7
- Wait for the root device to be replugged when updating the MSP430
8740c7
8740c7
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8740c7
8740c7
* Wed Jun 10 2020 Richard Hughes <richard@hughsie.com> 1.4.4-1
8740c7
- New upstream release
8740c7
- Fix refreshing when checking for downgraded metadata
8740c7
8740c7
* Tue Jun 09 2020 Richard Hughes <richard@hughsie.com> 1.4.3-1
8740c7
- New upstream release
8740c7
- Add support for HP DMC dock devices
8740c7
- Always enforce the metadata signature has a valid timestamp
8740c7
- Capture the dock SKU in metadata
8740c7
- Check the device requirements when returning from GetDetails
8740c7
- Prevent Dell dock updates to occur via synaptics-mst plugin
8740c7
8740c7
* Fri May 22 2020 Richard Hughes <richard@hughsie.com> 1.4.2-2
8740c7
- Backport a patch to fix the synaptics fingerprint reader update.
8740c7
8740c7
* Mon May 18 2020 Richard Hughes <richard@hughsie.com> 1.4.2-1
8740c7
- New upstream release
8740c7
- Add several more ATA OUI quirks
8740c7
- Avoid communicating with DFU devices when bitManifestationTolerant is off
8740c7
- Correct the display of final calculated PCRs
8740c7
- Delay activation for Dell Thunderbolt updates
8740c7
- Do not use synaptics-rmi on the Dell K12A
8740c7
- Fix switching wacom-raw to bootloader mode
8740c7
- Switch the default of EnumerateAllDevices to false
8740c7
- Use GPIOB to reset the VL817 found in two Lenovo products
8740c7
8740c7
* Mon Apr 27 2020 Richard Hughes <richard@hughsie.com> 1.4.1-1
8740c7
- New upstream release
8740c7
- Allow specifying the device on the command line by GUID
8740c7
- Correctly format firmware version of Dynabook X30 and X40
8740c7
- Do not show safe mode errors for USB4 host controllers
8740c7
- Do not show the USB 2 VLI recovery devices for USB 3 hubs
8740c7
- Fix the correct DeviceID set by GetDetails
8740c7
- Only update the FW2 partition of the ThinkPad USB-C Dock Gen2
8740c7
- Prefer to update the child device first if the order is unspecified
8740c7
- Refresh device name and format before setting supported flag
8740c7
- Reset the progressbar time estimate if the percentage is invalid
8740c7
- Set the CCGX device name and summary from quirk files
8740c7
- Wait for the cxaudio device to reboot after writing firmware
8740c7
8740c7
* Tue Apr 14 2020 Richard Hughes <richard@hughsie.com> 1.4.0-1
8740c7
- New upstream release
8740c7
- Actually reload the DFU device after upgrade has completed
8740c7
- Add plugin for CPU microcode
8740c7
- Add plugin for Cypress CCGX hardware
8740c7
- Add plugin for EP963x hardware
8740c7
- Add STM32F745 DfuSe version quirk
8740c7
- Allow server metadata to set the device name and version format
8740c7
- Always check for 'PLAIN' when doing vercmp() operations
8740c7
- Apply version format to releases and devices at same time
8740c7
- Check the firmware requirements before adding 'SUPPORTED'
8740c7
- Correctly attach VL103 after a firmware update
8740c7
- Do not allow devices that have no vendor ID to be 'UPDATABLE'
8740c7
- Do not use shim for non-secure boot configurations
8740c7
- Export the device state, release creation time and urgency
8740c7
- Fix a crash when removing device parents
8740c7
- Fix a difficult-to-trigger daemon hang when replugging devices
8740c7
- Fix a runtime error when detaching MSP430
8740c7
- Fix CounterpartGuid when there is more than one supported device
8740c7
- Fix reporting Synaptics cxaudio version number
8740c7
- Introduce a new VersionFormat of 'hex'
8740c7
- Load the signature to get the aliased CDN-safe version of the metadata
8740c7
- Never add USB hub devices that are not upgradable
8740c7
- Only auto-add counterpart GUIDs when required
8740c7
- Parse the CSR firmware as a DFU file
8740c7
- Set the protocol when updating logitech HID++ devices
8740c7
- Use Jcat files in firmware archives and for metadata
8740c7
- When TPM PCR0 measurements fail, query if secure boot is available and enabled
8740c7
8740c7
* Thu Mar 05 2020 Nicolas Mailhot <nim@fedoraproject.org> 1.3.9-2
8740c7
- Rebuild against the new Gusb.
8740c7
8740c7
* Wed Mar 04 2020 Richard Hughes <richard@hughsie.com> 1.3.9-1
8740c7
- New upstream release
8740c7
- Added completion script for fish shell
8740c7
- Always check for PLAIN when doing vercmp() operations
8740c7
- Always return AppStream markup for remote agreements
8740c7
- Apply UEFI capsule update even with single valid capsule
8740c7
- Check the device protocol before de-duping devices
8740c7
- Copy the version and format from donor device in get-details
8740c7
- Correctly append the release to devices in `fwupdtool get-details`
8740c7
- Decrease minimum battery requirement to 10%
8740c7
- Discard the reason upgrades aren't available
8740c7
- Do not fail loading in /etc/machine-id is not available
8740c7
- Fix a critical warning when installing some firmware
8740c7
- For the `get-details` command make sure to always show devices
8740c7
- Inhibit all power management actions using logind when updating
8740c7
- Set the MSP430 version format to pair
8740c7
- Switch off the ATA verbose logging by default
8740c7
- Use unknown for version format by default on get-details
8740c7
8740c7
* Thu Feb 13 2020 Richard Hughes <richard@hughsie.com> 1.3.8-1
8740c7
- New upstream release
8740c7
- Add an extra instance ID to disambiguate USB hubs
8740c7
- Add a plugin to update PD controllers by Fresco Logic
8740c7
- Correctly reset VL100 PD devices
8740c7
- Do not rewrite BootOrder in the EFI helper
8740c7
- Do not use vercmp when the device version format is plain
8740c7
- Fix firmware regression in the EFI capsule helper
8740c7
- Fix updating Synaptics MST devics with no PCI parent
8740c7
- Ignore Unifying detach failures
8740c7
- Make the cxaudio version match that of the existing Windows tools
8740c7
- Replay the TPM event log to get the PCRx values
8740c7
- Set up more parent devices for various Lenovo USB hubs
8740c7
- Support the new gnuefi file locations
8740c7
- Use the correct command to get the VLI device firmware version
8740c7
8740c7
* Fri Jan 31 2020 Richard Hughes <richard@hughsie.com> 1.3.7-1
8740c7
- New upstream release
8740c7
- Add 'get-remotes' and 'refresh' to fwupdtool
8740c7
- Add support for standalone VIA PD devices
8740c7
- Allow applying all releases to get to a target version
8740c7
- Correctly delete UEFI variables
8740c7
- Correctly import PKCS-7 remote metadata
8740c7
- Discourage command line metadata refreshes more than once per day
8740c7
- Do not always get the vendor ID for udev devices using the parent
8740c7
- Get the list of updates in JSON format from fwupdagent
8740c7
- Show the device parent if there is an interesting child
8740c7
- Shut down automatically when there is system memory pressure
8740c7
- Use a different protocol ID for VIA i2c devices
8740c7
- Use the correct timeout for Logitech IO channel writes
8740c7
8740c7
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8740c7
8740c7
* Mon Dec 30 2019 Richard Hughes <richard@hughsie.com> 1.3.6-1
8740c7
- New upstream release
8740c7
- Add a dell-bios version format to match what is shown on the vendor website
8740c7
- Add a new plugin that exposes the TPM device
8740c7
- Allow incremental version major and minor number for Synaptics Prometheus devices
8740c7
- Clarify error messages when no upgrades are available
8740c7
- Correct the default prompt for reboot/shutdown
8740c7
- Do not expose bootloader version errors to users
8740c7
- Enforce that device protocol matches the metadata value
8740c7
- Export the device protocol and raw device version to the client --verbose output
8740c7
- Fix the quirk for the legacy VIA 813 usbhub chip
8740c7
- Only check the vendor ID if the device has one set
8740c7
- Return exit status success if there is no firmware to be updated
8740c7
- Set the correct vendor eMMC ID prefix
8740c7
- Use the baseboard vendor as the superio vendor ID
8740c7
- Use the BIOS vendor as the coreboot and flashrom vendor ID
8740c7
8740c7
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 1.3.5-1
8740c7
- New upstream release
8740c7
- Convert libfwupdprivate to a shared library libfwupdplugin
8740c7
- Create a REV_00 instance ID as this may be what the vendor needs to target
8740c7
- Improve coreboot version detection
8740c7
- Invert default behavior to be safer for reboot and shutdown prompts
8740c7
- Reload the Synaptics prometheus device version after update
8740c7
- Use the correct unlocker when using GRWLock
8740c7
- Whitelist VIA USB hub PD and I²C devices
8740c7
8740c7
* Fri Nov 22 2019 Richard Hughes <richard@hughsie.com> 1.3.4-1
8740c7
- New upstream release
8740c7
- Add support for Foxconn T77W968 and DW5821e eSIM
8740c7
- Add support for matching firmware requirements on device parents
8740c7
- Add support for writing VIA PD and I2C devices
8740c7
- Add versions formats for the Microsoft Surface devices
8740c7
- Correct Wacom panel HWID support
8740c7
- Fix a fastboot regression when updating modem firmware
8740c7
- Fix regression when coldplugging superio devices
8740c7
- Fix the linking of the UEFI update binary
8740c7
- Fix the vendor id of hidraw devices
8740c7
- Make loading USB device strings non-fatal
8740c7
- Reject invalid Synaptics MST chip IDs
8740c7
- Skip cleanup after device is done updating if required
8740c7
8740c7
* Fri Nov 01 2019 Richard Hughes <richard@hughsie.com> 1.3.3-1
8740c7
- New upstream release
8740c7
- Add a plugin for systems running coreboot
8740c7
- Add a plugin to update eMMC devices
8740c7
- Add a plugin to update Synaptics RMI4 devices
8740c7
- Add a plugin to update VIA USB hub hardware
8740c7
- Add several quirks for Realtek webcams
8740c7
- Add some success messages when CLI tasks have completed
8740c7
- Add support for automatically uploading reports
8740c7
- Add support for `fwupdmgr reinstall`
8740c7
- Add support for the 8bitdo SN30Pro+
8740c7
- Add support for the ThinkPad USB-C Dock Gen2 audio device
8740c7
- Allow fwupdtool to dump details of common firmware formats
8740c7
- Always report the update-error correctly for multiple updates
8740c7
- Create a unique GUID for the Thunderbolt controller path
8740c7
- Fix a regression for Wacom EMR devices
8740c7
- Recognize new 'generation' Thunderbolt sysfs attribute for USB4
8740c7
- Rework ESP path detection and lifecycle to auto-unmount when required
8740c7
- Show a useful error for Logitech devices that cannot self-reset
8740c7
- Use correct method for stopping systemd units
8740c7
- Use device safety flags to show prompts before installing updates
8740c7
- Use will-disappear flag for 8bitdo SF30/SN30 controllers
8740c7
- Use XMLb to query quirks to reduce the RSS when running
8740c7
8740c7
* Tue Oct 08 2019 Richard Hughes <richard@hughsie.com> 1.3.2-2
8740c7
- Manually create /var/cache/fwupd to work around #1757948
8740c7
8740c7
* Thu Sep 26 2019 Richard Hughes <richard@hughsie.com> 1.3.2-1
8740c7
- New upstream release
8740c7
- Add aliases for get-upgrades and upgrade
8740c7
- Add support for Conexant audio devices
8740c7
- Add support for the Minnowboard Turbot
8740c7
- Add support for the SoloKey Secure
8740c7
- Add support for the Thelio IO board
8740c7
- Add support to integrate into the motd
8740c7
- Allow disabling SSL strict mode for broken corporate proxies
8740c7
- Allow filtering devices when using the command line tools
8740c7
- Allow specifying a firmware GUID to check any version exists
8740c7
- Be more accepting when trying to recover a failed database migration
8740c7
- Display more helpful historical device information
8740c7
- Do not ask the user to upload a report if ReportURI is not set
8740c7
- Do not segfault when trying to quit the downgrade selection
8740c7
- Ensure HID++ v2.0 peripheral devices get added
8740c7
- Never show AppStream markup on the console
8740c7
- Only write the new UEFI device path if different than before
8740c7
- Partially rewrite the Synapticsmst plugin to support more hardware
8740c7
- Print devices, remotes, releases using a tree
8740c7
- Support issues in AppStream metadata
8740c7
- Use tpm2-tss library to read PCR values
8740c7
8740c7
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8740c7
8740c7
* Mon Jul 15 2019 Richard Hughes <richard@hughsie.com> 1.2.10-1
8740c7
- New upstream release
8740c7
- Add a specific error code for the low battery case
8740c7
- Add support for 8bitdo USB Retro Receiver
8740c7
- Export new API to build objects from GVariant blobs
8740c7
- Fix installing synaptics-prometheus config updates
8740c7
- Prompt for reboot when unlocking on the command line if applicable
8740c7
- Show a warning when running in UEFI legacy mode
8740c7
- Show devices with an UpdateError in get-devices output
8740c7
- Support a UEFI quirk to disable the use of the UX capsule
8740c7
- Support empty proxy server strings
8740c7
- Try harder to find duplicate UEFI boot entries
8740c7
8740c7
* Mon May 20 2019 Richard Hughes <richard@hughsie.com> 1.2.9-1
8740c7
- New upstream release
8740c7
- Add support for Synaptics Prometheus fingerprint readers
8740c7
- Check the daemon version is at least the client version
8740c7
- Correctly identify DFU firmware that starts at offset zero
8740c7
- Display the remote warning on the console in an easy-to-read way
8740c7
- Export the version-format used by devices to clients
8740c7
- Fix a libasan failure when reading a UEFI variable
8740c7
- Never guess the version format from the version string
8740c7
- Only use class-based instance IDs for quirk matching
8740c7
- Prompt the user to shutdown if required when installing by ID
8740c7
- Reset the forced version during DFU attach and detach
8740c7
- Set the version format for more device types
8740c7
8740c7
* Tue Apr 23 2019 Richard Hughes <richard@hughsie.com> 1.2.8-1
8740c7
- New upstream release
8740c7
- Allow the fwupdmgr tool to modify the daemon config
8740c7
- Correctly parse DFU interfaces with extra vendor-specific data
8740c7
- Do not report transient or invalid system failures
8740c7
- Fix problems with the version format checking for some updates
8740c7
8740c7
* Wed Apr 17 2019 Richard Hughes <richard@hughsie.com> 1.2.7-3
8740c7
- Revert a patch from upstream that was causing problems with Dell hardware
8740c7
8740c7
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.2.7-2
8740c7
- Rebuild with Meson fix for #1699099
8740c7
8740c7
* Thu Apr 11 2019 Richard Hughes <richard@hughsie.com> 1.2.7-1
8740c7
- New upstream release
8740c7
- Add a component categories to express the firmware type
8740c7
- Add support for 8BitDo M30
8740c7
- Add support for the not-child extension from Logitech
8740c7
- Blacklist the synapticsmst plugin when using amdgpu
8740c7
- Correct ATA activation functionality to work for all vendors
8740c7
- Implement QMI PDC active config selection for modems
8740c7
- Make an error message clearer when there are no updates available
8740c7
- Match the old or new version number when setting NEEDS_REBOOT
8740c7
- More carefully check the output from tpm2_pcrlist
8740c7
- Recreate the history database if migration failed
8740c7
- Require AC power when updating Thunderbolt devices
8740c7
- Require --force to install a release with a different version format
8740c7
- Shut down the daemon if the on-disk binary is replaced
8740c7
8740c7
* Wed Mar 27 2019 Richard Hughes <richard@hughsie.com> 1.2.6-2
8740c7
- Enable the ModemManager plugin
8740c7
8740c7
* Tue Mar 26 2019 Richard Hughes <richard@hughsie.com> 1.2.6-1
8740c7
- New upstream release
8740c7
- Add support for delayed activation of docks and ATA devices
8740c7
- Add support for reading the SuperIO device checksum and writing to e-flash
8740c7
- Add the fwupdagent binary for use in shell scripts
8740c7
- Allow restricting firmware updates for enterprise use
8740c7
- Allow running offline updates when in system-update.target
8740c7
- Allow signing the fwupd report with a client certificate
8740c7
- Ask to reboot after scheduling an offline firmware update
8740c7
- Correctly check the new version for devices that replug
8740c7
- Do not fail to start the daemon if tpm2_pcrlist hangs
8740c7
- Do not fail when scheduling more than one update to be run offline
8740c7
- Do not schedule an update on battery power if it requires AC power
8740c7
- Include all device checksums in the LVFS report
8740c7
- Rename the shimx64.efi binary for known broken firmware
8740c7
- Upload the UPDATE_INFO entry for the UEFI UX capsule
8740c7
- Use Plymouth when updating offline firmware
8740c7
8740c7
* Mon Feb 25 2019 Richard Hughes <richard@hughsie.com> 1.2.5-1
8740c7
- New upstream release
8740c7
- Allow a device to be updated using more than one plugin
8740c7
- Call composite prepare and cleanup using fwupdtool
8740c7
- Detect and special case Dell ATA hardware
8740c7
- Fix flashing failure with latest Intuos Pro tablet
8740c7
- Fix potential segfault when applying UEFI updates
8740c7
- Fix unifying regression when recovering from failed flash
8740c7
- Report the DeviceInstanceIDs from fwupdmgr when run as root
8740c7
8740c7
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.4-2
8740c7
- Remove obsolete scriptlets
8740c7
8740c7
* Fri Feb 01 2019 Richard Hughes <richard@hughsie.com> 1.2.4-1
8740c7
- New upstream release
8740c7
- Add a directory remote that generates metadata
8740c7
- Add a plugin to update Wacom embedded EMR and AES panels
8740c7
- Add a plugin to upgrade firmware on ATA-ATAPI hardware
8740c7
- Add a quirk to use the legacy bootmgr description
8740c7
- Add SuperIO IT89xx device support
8740c7
- Add support for Dell dock passive flow
8740c7
- Add the needs-shutdown quirk to Phison NVMe drives
8740c7
- Add 'update' and 'get-updates' commands to fwupdtool
8740c7
- Allow Dell dock flashing Thunderbolt over I2C
8740c7
- Check the battery percentage before flashing
8740c7
- Correct Nitrokey Storage invalid firmware version read
8740c7
- Do not check the BGRT status before uploading a UX capsule
8740c7
- Do the UEFI UX checksum calculation in fwupd
8740c7
- Fix flashing various Jabra devices
8740c7
- Fix the parser to support extended segment addresses
8740c7
- Flash the fastboot partition after downloading the file
8740c7
- Show a console warning if loading an out-of-tree plugin
8740c7
- Show a per-release source and details URL
8740c7
- Show a `UpdateMessage` and display it in tools
8740c7
- Support FGUID to get the SKU GUID for NVMe hardware
8740c7
8740c7
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8740c7
8740c7
* Fri Jan 04 2019 Richard Hughes <richard@hughsie.com> 1.2.3-1
8740c7
- New upstream release
8740c7
- Correctly migrate the history database
8740c7
8740c7
* Sun Dec 30 2018 Richard Hughes <richard@hughsie.com> 1.2.2-1
8740c7
- New upstream release
8740c7
- Add support for devices that support fastboot
8740c7
- Add more standard USB identifier GUIDs
8740c7
- Add the PCR0 value as the device checksum for system firmware
8740c7
- Add Dell TB18DC to the supported devices list
8740c7
- Allow replacing the last byte in the image when using 'dfu-tool replace-data'
8740c7
- Append the UEFI capsule header in userspace rather than in the loader
8740c7
- Check the device checksum as well as the content checksum during verify
8740c7
- Correctly parse format the version numbers correctly using old metadata
8740c7
- Fix a crash if AMT returns an empty response
8740c7
- Fix a regression when doing GetReleases on unsupported hardware
8740c7
- Remove the Wacom DTH generation hardware from the whitelist
8740c7
- Sanitize the version if the version format has been specified
8740c7
8740c7
* Tue Nov 27 2018 Richard Hughes <richard@hughsie.com> 1.2.1-1
8740c7
- New upstream release
8740c7
- Add per-release install duration values
8740c7
- Fix a use-after-free when using --immediate-exit
8740c7
- Fix flashing the 8bitdo SF30
8740c7
- Fix showing the custom remote agreements
8740c7
- Include the os-release information in the release metadata
8740c7
- Shut down the daemon after 2h of inactivity when possible
8740c7
- Speed up startup by loading less thunderbolt firmware
8740c7
- Speed up startup by using a silo index for GUID queries
8740c7
- Use less memory and fragment the heap less when starting
8740c7
8740c7
* Wed Nov 07 2018 Richard Hughes <richard@hughsie.com> 1.2.0-1
8740c7
- New upstream release
8740c7
- Add a standalone installer creation script
8740c7
- Add version format quirks for several Lenovo machines
8740c7
- Adjust synapticsmst EVB board handling
8740c7
- Allow setting the version format from a quirk entry
8740c7
- Port from libappstream-glib to libxmlb for a large reduction in RSS
8740c7
- Set the full AMT device version including the BuildNum
8740c7
- Sort the firmware sack by component priority
8740c7
- Stop any running daemon over dbus when using fu-tool
8740c7
- Support the Intel ME version format
8740c7
- Use HTTPS_PROXY if set
8740c7
8740c7
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
8740c7
- New upstream release
8740c7
- Add a plugin for an upcoming Dell USB-C dock
8740c7
- Add support for devices to show an estimated flash time
8740c7
- Add support for Realtek USB devices using vendor HID and HUB commands
8740c7
- Adjust panamera ESM update routine for some reported issues
8740c7
- Allow firmware files to depend on versions from other devices
8740c7
- Check the amount of free space on the ESP before upgrading
8740c7
- Don't show devices pending a reboot in GetUpgrades
8740c7
- Fix possible crash in the thunderbolt-power plugin
8740c7
- Make various parts of the daemon thread-safe
8740c7
- Redirect all debugging output to stderr instead of stdout
8740c7
- Run the Dell plugin initialization after the UEFI plugin
8740c7
- Update all sub-devices for a composite update
8740c7
8740c7
* Mon Sep 10 2018 Richard Hughes <richard@hughsie.com> 1.1.2-1
8740c7
- New upstream release
8740c7
- Add a new plugin to enumerate EC firmware
8740c7
- Add a new plugin to update NVMe hardware
8740c7
- Allow updating just one specific device from the command line
8740c7
- Always use the same HardwareIDs as Windows
8740c7
- Download firmware if the user specifies a URI
8740c7
- Implement the systemd recommendations for offline updates
8740c7
- Improve performance when reading keys from the quirk database
8740c7
- Rewrite the unifying plugin to use the new daemon-provided functionality
8740c7
- Show a time estimate on the progressbar after an update has started
8740c7
8740c7
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
8740c7
- New upstream release
8740c7
- Add support for the Synaptics Panamera hardware
8740c7
- Add validation for Alpine and Titan Ridge
8740c7
- Allow flashing unifying devices in recovery mode
8740c7
- Allow running synapticsmst on non-Dell hardware
8740c7
- Check the ESP for sanity at at startup
8740c7
- Do not hold hidraw devices open forever
8740c7
- Fix a potential segfault in smbios data parsing
8740c7
- Fix encoding the GUID into the capsule EFI variable
8740c7
- Fix various bugs when reading the thunderbolt version number
8740c7
- Improve the Redfish plugin to actually work with real hardware
8740c7
- Reboot synapticsmst devices at the end of flash cycle
8740c7
- Show the correct title when updating devices
8740c7
8740c7
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8740c7
8740c7
* Thu Jul 12 2018 Richard Hughes <richard@hughsie.com> 1.1.0-2
8740c7
- Rebuild to get the EFI executable signed with the Red Hat key
8740c7
8740c7
* Wed Jul 11 2018 Richard Hughes <richard@hughsie.com> 1.1.0-1
8740c7
- New upstream release
8740c7
- Add a initial Redfish support
8740c7
- Allow devices to assign a plugin from the quirk subsystem
8740c7
- Detect the EFI system partition location at runtime
8740c7
- Do not use 8bitdo bootloader commands after a successful flash
8740c7
- Fix a potential buffer overflow when applying a DFU patch
8740c7
- Fix downgrading older releases to devices
8740c7
- Fix flashing devices that require a manual replug
8740c7
- Fix unifying failure to detach when using a slow host controller
8740c7
- Merge fwupdate functionality into fwupd
8740c7
- Support more Wacom tablets
8740c7
8740c7
* Thu Jun 07 2018 Richard Hughes <richard@hughsie.com> 1.0.8-1
8740c7
- New upstream release
8740c7
- Adjust all licensing to be 100% LGPL 2.1+
8740c7
- Add a firmware diagnostic tool called fwupdtool
8740c7
- Add an plugin to update some future Wacom tablets
8740c7
- Add support for Motorola S-record files
8740c7
- Add the Linux Foundation public GPG keys for firmware and metadata
8740c7
- Allow installing more than one firmware using 'fwupdmgr install'
8740c7
- Allow specifying hwids with OR relationships
8740c7
- Fix a potential DoS in libdfu by limiting holes to 1MiB
8740c7
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft
8740c7
- Hide devices that aren't updatable by default in fwupdmgr
8740c7
- Stop matching Nintendo Switch Pro in the 8bitdo plugin
8740c7
8740c7
* Mon Apr 30 2018 Richard Hughes <richard@hughsie.com> 1.0.7-1
8740c7
- New upstream release
8740c7
- Add enable-remote and disable-remote commands to fwupdmgr
8740c7
- Allow requiring specific versions of libraries for firmware updates
8740c7
- Don't recoldplug thunderbolt to fix a flashing failure
8740c7
- Fix SQL error when running 'fwupdmgr clear-offline'
8740c7
- Only enumerate Dell Docks if the type is known
8740c7
- Reboot after scheduling using logind not systemd
8740c7
- Show a warning with interactive prompt when enabling a remote
8740c7
8740c7
* Mon Mar 12 2018 Richard Hughes <richard@hughsie.com> 1.0.6-1
8740c7
- New upstream release
8740c7
- Add bash completion for fwupdmgr
8740c7
- Add support for newest Thunderbolt chips
8740c7
- Allow devices to use the runtime version when in bootloader mode
8740c7
- Allow overriding ESP mount point via conf file
8740c7
- Correct handling of unknown Thunderbolt devices
8740c7
- Correctly detect new remotes that are manually copied
8740c7
- Delete any old fwupdate capsules and efivars when launching fwupd
8740c7
- Fix a crash related to when passing device to downgrade in CLI
8740c7
- Fix Unifying signature writing and parsing for Texas bootloader
8740c7
- Generate Vala bindings
8740c7
8740c7
* Fri Feb 23 2018 Richard Hughes <richard@hughsie.com> 1.0.5-2
8740c7
- Use the new CDN for metadata.
8740c7
8740c7
* Wed Feb 14 2018 Richard Hughes <richard@hughsie.com> 1.0.5-1
8740c7
- New upstream release
8740c7
- Be more careful deleting and modifying device history
8740c7
- Fix crasher with MST flashing
8740c7
- Fix DFU detach with newer releases of libusb
8740c7
- Offer to reboot when processing an offline update
8740c7
- Show the user a URL when they report a known problem
8740c7
- Stop matching 8bitdo DS4 controller VID/PID
8740c7
- Support split cabinet archives as produced by Windows Update
8740c7
8740c7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8740c7
8740c7
* Thu Jan 25 2018 Richard Hughes <richard@hughsie.com> 1.0.4-1
8740c7
- New upstream release
8740c7
- Add a device name for locked UEFI devices
8740c7
- Add D-Bus methods to get and modify the history information
8740c7
- Allow the user to share firmware update success or failure
8740c7
- Ask the user to refresh metadata when it is very old
8740c7
- Never add two devices to the daemon with the same ID
8740c7
- Rescan supported flags when refreshing metadata
8740c7
- Store firmware update success and failure to a local database
8740c7
8740c7
* Fri Jan 12 2018 Richard Hughes <richard@hughsie.com> 1.0.3-2
8740c7
- Backport a patch that fixes applying firmware updates using gnome-software.
8740c7
8740c7
* Tue Jan 09 2018 Richard Hughes <richard@hughsie.com> 1.0.3-1
8740c7
- New upstream release
8740c7
- Add a new plugin to add support for CSR "Driverless DFU"
8740c7
- Add initial SF30/SN30 Pro support
8740c7
- Block owned Dell TPM updates
8740c7
- Choose the correct component from provides matches using requirements
8740c7
- Do not try to parse huge compressed archive files
8740c7
- Handle Thunderbolt "native" mode
8740c7
- Use the new functionality in libgcab >= 1.0 to avoid writing temp files
8740c7
8740c7
* Tue Nov 28 2017 Richard Hughes <richard@hughsie.com> 1.0.2-1
8740c7
- New upstream release
8740c7
- Add a plugin for the Nitrokey Storage device
8740c7
- Add quirk for AT32UC3B1256 as used in the RubberDucky
8740c7
- Add support for the original AVR DFU protocol
8740c7
- Allow different plugins to claim the same device
8740c7
- Disable the dell plugin if libsmbios fails
8740c7
- Fix critical warning when more than one remote fails to load
8740c7
- Ignore useless Thunderbolt device types
8740c7
- Set environment variables to allow easy per-plugin debugging
8740c7
- Show a nicer error message if the requirement fails
8740c7
- Sort the output of GetUpgrades correctly
8740c7
- Use a SHA1 hash for the internal DeviceID
8740c7
8740c7
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-3
8740c7
- Rebuild against libappstream-glib 0.7.4
8740c7
8740c7
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-2
8740c7
- Fix libdfu obsoletes versions
8740c7
8740c7
* Thu Nov 09 2017 Richard Hughes <richard@hughsie.com> 1.0.1-1
8740c7
- New upstream release
8740c7
- Add support for HWID requirements
8740c7
- Add support for programming various AVR32 and XMEGA parts using DFU
8740c7
- Add the various DFU quirks for the Jabra Speak devices
8740c7
- Catch invalid Dell dock component requests
8740c7
- Correctly output Intel HEX files with > 16bit offset addresses
8740c7
- Do not try to verify the element write if upload is unsupported
8740c7
- Fix a double-unref when updating any 8Bitdo device
8740c7
- Fix uploading large firmware files over DFU
8740c7
- Format the BCD USB revision numbers correctly
8740c7
- Guess the DFU transfer size if it is not specified
8740c7
- Include the reset timeout as wValue to fix some DFU bootloaders
8740c7
- Move the database of supported devices out into runtime loaded files
8740c7
- Support devices with truncated DFU interface data
8740c7
- Use the correct wDetachTimeOut when writing DFU firmware
8740c7
- Verify devices with legacy VIDs are actually 8Bitdo controllers
8740c7
8740c7
* Mon Oct 09 2017 Richard Hughes <richard@hughsie.com> 1.0.0-1
8740c7
- New upstream release
8740c7
- This release breaks API and ABI to remove deprecated symbols
8740c7
- libdfu is now not installed as a shared library
8740c7
- Add FuDeviceLocker to simplify device open/close lifecycles
8740c7
- Add functionality to blacklist Dell HW with problems
8740c7
- Disable the fallback USB plugin
8740c7
- Do not fail to load the daemon if cached metadata is invalid
8740c7
- Do not use system-specific infomation for UEFI PCI devices
8740c7
- Fix various printing issues with the progressbar
8740c7
- Never fallback to an offline update from client code
8740c7
- Only set the Dell coldplug delay when we know we need it
8740c7
- Parse the SMBIOS v2 and v3 DMI tables directly
8740c7
- Support uploading the UEFI firmware splash image
8740c7
- Use the intel-wmi-thunderbolt kernel module to force power
8740c7
8740c7
* Fri Sep 01 2017 Richard Hughes <richard@hughsie.com> 0.9.7-1
8740c7
- New upstream release
8740c7
- Add a FirmwareBaseURI parameter to the remote config
8740c7
- Add a firmware builder that uses bubblewrap
8740c7
- Add a python script to create fwupd compatible cab files from .exe files
8740c7
- Add a thunderbolt plugin for new kernel interface
8740c7
- Fix an incomplete cipher when using XTEA on data not in 4 byte chunks
8740c7
- Show a bouncing progress bar if the percentage remains at zero
8740c7
- Use the new bootloader PIDs for Unifying pico receivers
8740c7
8740c7
* Fri Sep 01 2017 Kalev Lember <klember@redhat.com> 0.9.6-2
8740c7
- Disable i686 UEFI support now that fwupdate is no longer available there
8740c7
- Enable aarch64 UEFI support now that all the deps are available there
8740c7
8740c7
* Thu Aug 03 2017 Richard Hughes <richard@hughsie.com> 0.9.6-1
8740c7
- New upstream release
8740c7
- Add --version option to fwupdmgr
8740c7
- Display all errors recorded by efi_error tracing
8740c7
- Don't log a warning when an unknown unifying report is parsed
8740c7
- Fix a hang on 32 bit machines
8740c7
- Make sure the unifying percentage completion goes from 0% to 100%
8740c7
- Support embedded devices with local firmware metadata
8740c7
- Use new GUsb functionality to fix flashing Unifying devices
8740c7
8740c7
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8740c7
8740c7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8740c7
8740c7
* Tue Jul 04 2017 Richard Hughes <richard@hughsie.com> 0.9.5-1
8740c7
- New upstream release
8740c7
- Add a plugin to get the version of the AMT ME interface
8740c7
- Allow flashing Unifying devices in bootloader modes
8740c7
- Filter by Unifying SwId when making HID++2.0 requests
8740c7
- Fix downgrades when version_lowest is set
8740c7
- Fix the self tests when running on PPC64 big endian
8740c7
- Use the UFY DeviceID prefix for Unifying devices
8740c7
8740c7
* Thu Jun 15 2017 Richard Hughes <richard@hughsie.com> 0.9.4-1
8740c7
- New upstream release
8740c7
- Add installed tests that use the daemon
8740c7
- Add the ability to restrict firmware to specific vendors
8740c7
- Compile with newer versions of meson
8740c7
- Fix a common crash when refreshing metadata
8740c7
- Generate a images for status messages during system firmware update
8740c7
- Show progress download when refreshing metadata
8740c7
- Use the correct type signature in the D-Bus introspection file
8740c7
8740c7
* Wed Jun 07 2017 Richard Hughes <richard@hughsie.com> 0.9.3-1
8740c7
- New upstream release
8740c7
- Add a 'downgrade' command to fwupdmgr
8740c7
- Add a 'get-releases' command to fwupdmgr
8740c7
- Add support for Microsoft HardwareIDs
8740c7
- Allow downloading metadata from more than just the LVFS
8740c7
- Allow multiple checksums on devices and releases
8740c7
- Correctly open Unifying devices with original factory firmware
8740c7
- Do not expect a Unifying reply when issuing a REBOOT command
8740c7
- Do not re-download firmware that exists in the cache
8740c7
- Fix a problem when testing for a Dell system
8740c7
- Fix flashing new firmware to 8bitdo controllers
8740c7
8740c7
* Tue May 23 2017 Richard Hughes <richard@hughsie.com> 0.9.2-2
8740c7
- Backport several fixes for updating Unifying devices
8740c7
8740c7
* Mon May 22 2017 Richard Hughes <richard@hughsie.com> 0.9.2-1
8740c7
- New upstream release
8740c7
- Add support for Unifying DFU features
8740c7
- Do not spew a critial warning when parsing an invalid URI
8740c7
- Ensure steelseries device is closed if it returns an invalid packet
8740c7
- Ignore spaces in the Unifying version prefix
8740c7
8740c7
* Thu Apr 20 2017 Richard Hughes <richard@hughsie.com> 0.8.2-1
8740c7
- New upstream release
8740c7
- Add a config option to allow runtime disabling plugins by name
8740c7
- Add DFU quirk for OpenPICC and SIMtrace
8740c7
- Create directories in /var/cache as required
8740c7
- Fix the Requires lines in the dfu pkg-config file
8740c7
- Only try to mkdir the localstatedir if we have the right permissions
8740c7
- Support proxy servers in fwupdmgr
8740c7
8740c7
* Thu Mar 23 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.1-2
8740c7
+ fwupd-0.8.1-2
8740c7
- Release claimed devices on error, fixes unusable input devices
8740c7
8740c7
* Mon Feb 27 2017 Richard Hughes <richard@hughsie.com> 0.8.1-1
8740c7
- New upstream release
8740c7
- Adjust systemd confinement restrictions
8740c7
- Don't initialize libsmbios on unsupported systems
8740c7
- Fix a crash when enumerating devices
8740c7
8740c7
* Wed Feb 08 2017 Richard Hughes <richard@hughsie.com> 0.8.0-1
8740c7
- New upstream release
8740c7
- Add support for Intel Thunderbolt devices
8740c7
- Add support for Logitech Unifying devices
8740c7
- Add support for Synaptics MST cascades hubs
8740c7
- Add support for the Altus-Metrum ChaosKey device
8740c7
- Always close USB devices before error returns
8740c7
- Return the pending UEFI update when not on AC power
8740c7
- Use a heuristic for the start address if the firmware has no DfuSe footer
8740c7
- Use more restrictive settings when running under systemd
8740c7
8740c7
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.5-2
8740c7
- Rebuild for gpgme 1.18
8740c7
8740c7
* Wed Oct 19 2016 Richard Hughes <richard@hughsie.com> 0.7.5-1
8740c7
- New upstream release
8740c7
- Add quirks for HydraBus as it does not have a DFU runtime
8740c7
- Don't create the UEFI dummy device if the unlock will happen on next boot
8740c7
- Fix an assert when unlocking the dummy ESRT device
8740c7
- Fix writing firmware to devices using the ST reference bootloader
8740c7
- Match the Dell TB16 device
8740c7
8740c7
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 0.7.4-1
8740c7
- New upstream release
8740c7
- Add a fallback for older appstream-glib releases
8740c7
- Allow the argument to 'dfu-tool set-release' be major.minor
8740c7
- Fix a possible crash when uploading firmware files using libdfu
8740c7
- Fix libfwupd self tests when a host-provided fwupd is not available
8740c7
- Load the Altos USB descriptor from ELF files
8740c7
- Show the human-readable version in the 'dfu-tool dump' output
8740c7
- Support writing the IHEX symbol table
8740c7
- Write the ELF files with the correct section type
8740c7
8740c7
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> 0.7.3-2
8740c7
- Fix an unexpanded macro in the spec file
8740c7
- Tighten libebitdo-devel requires with the _isa macro
8740c7
- Add ldconfig scripts for libdfu and libebitdo subpackages
8740c7
8740c7
* Mon Aug 29 2016 Richard Hughes <richard@hughsie.com> 0.7.3-1
8740c7
- New upstream release
8740c7
- Add Dell TPM and TB15/WD15 support via new Dell provider
8740c7
- Add initial ELF reading and writing support to libdfu
8740c7
- Add support for installing multiple devices from a CAB file
8740c7
- Allow providers to export percentage completion
8740c7
- Don't fail while checking versions or locked state
8740c7
- Show a progress notification when installing firmware
8740c7
- Show the vendor flashing instructions when installing
8740c7
- Use a private gnupg key store
8740c7
- Use the correct firmware when installing a composite device
8740c7
8740c7
* Fri Aug 19 2016 Peter Jones <pjones@redhat.com> - 0.7.2-6
8740c7
- Rebuild to get libfwup.so.1 as our fwupdate dep.  This should make this the
8740c7
  last time we need to rebuild for this.
8740c7
8740c7
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 0.7.2-5
8740c7
- rebuild against new efivar and fwupdate
8740c7
8740c7
* Fri Aug 12 2016 Adam Williamson <awilliam@redhat.com> - 0.7.2-4
8740c7
- rebuild against new efivar and fwupdate
8740c7
8740c7
* Thu Aug 11 2016 Richard Hughes <richard@hughsie.com> 0.7.2-3
8740c7
- Use the new CDN for firmware metadata
8740c7
8740c7
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 0.7.2-2
8740c7
- Tighten subpackage dependencies
8740c7
8740c7
* Mon Jun 13 2016 Richard Hughes <richard@hughsie.com> 0.7.2-1
8740c7
- New upstream release
8740c7
- Allow devices to have multiple assigned GUIDs
8740c7
- Allow metainfo files to match only specific revisions of devices
8740c7
- Only claim the DFU interface when required
8740c7
- Only return updatable devices from GetDevices()
8740c7
- Show the DFU protocol version in 'dfu-tool list'
8740c7
8740c7
* Fri May 13 2016 Richard Hughes <richard@hughsie.com> 0.7.1-1
8740c7
- New upstream release
8740c7
- Add device-added, device-removed and device-changed signals
8740c7
- Add for a new device field "Flashes Left"
8740c7
- Fix a critical warning when restarting the daemon
8740c7
- Fix BE issues when reading and writing DFU files
8740c7
- Make the device display name nicer
8740c7
- Match the AppStream metadata after a device has been added
8740c7
- Return all update descriptions newer than the installed version
8740c7
- Set the device description when parsing local firmware files
8740c7
8740c7
* Fri Apr 01 2016 Richard Hughes <richard@hughsie.com> 0.7.0-1
8740c7
- New upstream release
8740c7
- Add Alienware to the version quirk table
8740c7
- Add a version plugin for SteelSeries hardware
8740c7
- Do not return updates that require AC when on battery
8740c7
- Return the device flags when getting firmware details
8740c7
8740c7
* Mon Mar 14 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
8740c7
- New upstream release
8740c7
- Add an unlock method for devices
8740c7
- Add ESRT enable method into UEFI provider
8740c7
- Correct the BCD version number for DFU 1.1
8740c7
- Ignore the DFU runtime on the DW1820A
8740c7
- Only read PCI OptionROM firmware when devices are manually unlocked
8740c7
- Require AC power before scheduling some types of firmware update
8740c7
8740c7
* Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
8740c7
- New upstream release
8740c7
- Add 'Created' and 'Modified' properties on managed devices
8740c7
- Fix get-results for UEFI provider
8740c7
- Support vendor-specific UEFI version encodings
8740c7
8740c7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8740c7
8740c7
* Tue Jan 19 2016 Richard Hughes <richard@hughsie.com> 0.6.1-1
8740c7
- New upstream release
8740c7
- Do not misdetect different ColorHug devices
8740c7
- Only dump the profiling data when run with --verbose
8740c7
8740c7
* Mon Dec 07 2015 Richard Hughes <richard@hughsie.com> 0.6.0-1
8740c7
- New upstream release
8740c7
- Add support for automatically updating USB DFU-capable devices
8740c7
- Emit the changed signal after doing an update
8740c7
- Export the AppStream ID when returning device results
8740c7
- Use the same device identification string format as Microsoft
8740c7
8740c7
* Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
8740c7
- New upstream release
8740c7
- Use API available in fwupdate 0.5 to avoid writing temp files
8740c7
- Fix compile error against fwupdate 0.5 due to API bump
8740c7
8740c7
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
8740c7
- New upstream release
8740c7
- Avoid seeking when reading the file magic during refresh
8740c7
- Do not assume that the compressed XML data will be NUL terminated
8740c7
- Use the correct user agent string for fwupdmgr
8740c7
8740c7
* Wed Oct 28 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
8740c7
- New upstream release
8740c7
- Add the update description to the GetDetails results
8740c7
- Clear the in-memory firmware store only after parsing a valid XML file
8740c7
- Ensure D-Bus remote errors are registered at fwupdmgr startup
8740c7
- Fix verify-update to produce components with the correct provide values
8740c7
- Show the dotted-decimal representation of the UEFI version number
8740c7
- Support cabinet archives files with more than one firmware
8740c7
8740c7
* Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
8740c7
- Update to 0.5.1 to fix a bug in the offline updater
8740c7
8740c7
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
8740c7
- New upstream release
8740c7
- Do not reboot if racing with the PackageKit offline update mechanism
8740c7
8740c7
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-3
8740c7
- Do not merge the existing firmware metadata with the submitted files
8740c7
8740c7
* Thu Sep 10 2015 Kalev Lember <klember@redhat.com> 0.1.6-2
8740c7
- Own system-update.target.wants directory
8740c7
- Make fwupd-sign obsoletes versioned
8740c7
8740c7
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
8740c7
- New upstream release
8740c7
- Add application metadata when getting the updates list
8740c7
- Remove fwsignd, we have the LVFS now
8740c7
8740c7
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> 0.1.5-3
8740c7
- Disable fwupd offline update service
8740c7
8740c7
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 0.1.5-2
8740c7
- Use the non-beta download URL prefix
8740c7
8740c7
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.1.5-1
8740c7
- New upstream release
8740c7
- Add a Raspberry Pi firmware provider
8740c7
- Fix validation of written firmware
8740c7
- Make parsing the option ROM runtime optional
8740c7
- Use the AppStream 0.9 firmware specification by default
8740c7
8740c7
* Sat Jul 25 2015 Richard Hughes <richard@hughsie.com> 0.1.4-1
8740c7
- New upstream release
8740c7
- Actually parse the complete PCI option ROM
8740c7
- Add a 'fwupdmgr update' command to update all devices to latest versions
8740c7
- Add a simple signing server that operates on .cab files
8740c7
- Add a 'verify' command that verifies the cryptographic hash of device firmware
8740c7
8740c7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
8740c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8740c7
8740c7
* Wed Jun 03 2015 Richard Hughes <richard@hughsie.com> 0.1.3-2
8740c7
- Compile with libfwupdate for UEFI firmware support.
8740c7
8740c7
* Thu May 28 2015 Richard Hughes <richard@hughsie.com> 0.1.3-1
8740c7
- New upstream release
8740c7
- Coldplug the devices before acquiring the well known name
8740c7
- Run the offline actions using systemd when required
8740c7
- Support OpenHardware devices using the fwupd vendor extensions
8740c7
8740c7
* Wed Apr 22 2015 Richard Hughes <richard@hughsie.com> 0.1.2-1
8740c7
- New upstream release
8740c7
- Only allow signed firmware to be upgraded without a password
8740c7
8740c7
* Mon Mar 23 2015 Richard Hughes <richard@hughsie.com> 0.1.1-1
8740c7
- New upstream release
8740c7
- Add a 'get-updates' command to fwupdmgr
8740c7
- Add and document the offline-update lifecycle
8740c7
- Create a libfwupd shared library
8740c7
- Create runtime directories if they do not exist
8740c7
- Do not crash when there are no devices to return
8740c7
8740c7
* Mon Mar 16 2015 Richard Hughes <richard@hughsie.com> 0.1.0-1
8740c7
- First release