2016-08-29 09:18:58 +00:00
|
|
|
%global glib2_version 2.45.8
|
2018-11-07 11:34:35 +00:00
|
|
|
%global libxmlb_version 0.1.3
|
2017-08-03 09:53:33 +00:00
|
|
|
%global libgusb_version 0.2.11
|
2016-07-12 15:37:19 +00:00
|
|
|
%global libsoup_version 2.51.92
|
2017-06-07 15:08:24 +00:00
|
|
|
%global systemd_version 231
|
2018-01-25 13:58:47 +00:00
|
|
|
%global json_glib_version 1.1.1
|
2016-07-12 15:37:19 +00:00
|
|
|
|
2019-05-20 12:46:11 +00:00
|
|
|
# PPC64 is too slow to complete the tests under 3 minutes...
|
2019-05-20 15:07:18 +00:00
|
|
|
%ifnarch ppc64le
|
2017-10-09 12:59:41 +00:00
|
|
|
%global enable_tests 1
|
2019-05-20 12:46:11 +00:00
|
|
|
%endif
|
|
|
|
|
2017-08-03 09:53:33 +00:00
|
|
|
%global enable_dummy 1
|
2017-06-15 08:26:12 +00:00
|
|
|
|
2018-07-11 19:14:46 +00:00
|
|
|
# fwupd.efi is only available on these arches
|
2017-09-01 13:29:46 +00:00
|
|
|
%ifarch x86_64 aarch64
|
|
|
|
%global have_uefi 1
|
2017-02-08 13:54:48 +00:00
|
|
|
%endif
|
|
|
|
|
2018-07-11 19:14:46 +00:00
|
|
|
# redfish is only available on this arch
|
|
|
|
%ifarch x86_64
|
|
|
|
%global have_redfish 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# libsmbios is only available on x86
|
2017-09-01 13:29:46 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
%global have_dell 1
|
2017-02-08 13:54:48 +00:00
|
|
|
%endif
|
|
|
|
|
2019-03-27 11:20:56 +00:00
|
|
|
# only available recently
|
|
|
|
%if 0%{?fedora} >= 30
|
|
|
|
%global have_modem_manager 1
|
|
|
|
%endif
|
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
Summary: Firmware update daemon
|
|
|
|
Name: fwupd
|
2019-12-30 09:32:53 +00:00
|
|
|
Version: 1.3.6
|
2019-11-01 15:17:29 +00:00
|
|
|
Release: 1%{?dist}
|
2018-06-07 12:37:07 +00:00
|
|
|
License: LGPLv2+
|
2019-09-26 15:31:04 +00:00
|
|
|
URL: https://github.com/fwupd/fwupd
|
2015-03-16 20:48:34 +00:00
|
|
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
2016-07-12 15:37:19 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2018-11-07 11:34:35 +00:00
|
|
|
BuildRequires: libxmlb-devel >= %{libxmlb_version}
|
2018-07-11 19:46:40 +00:00
|
|
|
BuildRequires: libgcab1-devel
|
2015-03-16 20:48:34 +00:00
|
|
|
BuildRequires: libgudev1-devel
|
2016-07-12 15:37:19 +00:00
|
|
|
BuildRequires: libgusb-devel >= %{libgusb_version}
|
|
|
|
BuildRequires: libsoup-devel >= %{libsoup_version}
|
2015-03-16 20:48:34 +00:00
|
|
|
BuildRequires: polkit-devel >= 0.103
|
|
|
|
BuildRequires: sqlite-devel
|
2015-04-22 14:24:34 +00:00
|
|
|
BuildRequires: gpgme-devel
|
2017-06-07 15:08:24 +00:00
|
|
|
BuildRequires: systemd >= %{systemd_version}
|
2015-08-12 08:55:18 +00:00
|
|
|
BuildRequires: libarchive-devel
|
2015-03-23 13:27:29 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2015-08-12 08:55:18 +00:00
|
|
|
BuildRequires: gcab
|
2018-08-13 13:18:38 +00:00
|
|
|
%ifarch %{valgrind_arches}
|
2016-04-01 13:45:29 +00:00
|
|
|
BuildRequires: valgrind
|
2017-02-27 13:10:09 +00:00
|
|
|
BuildRequires: valgrind-devel
|
2018-08-13 13:18:38 +00:00
|
|
|
%endif
|
2016-08-29 09:00:06 +00:00
|
|
|
BuildRequires: elfutils-libelf-devel
|
|
|
|
BuildRequires: gtk-doc
|
2017-09-01 13:36:04 +00:00
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
BuildRequires: gnutls-utils
|
2017-05-22 19:12:39 +00:00
|
|
|
BuildRequires: meson
|
2017-11-09 15:27:13 +00:00
|
|
|
BuildRequires: help2man
|
2018-01-25 13:56:24 +00:00
|
|
|
BuildRequires: json-glib-devel >= %{json_glib_version}
|
2018-03-12 10:53:58 +00:00
|
|
|
BuildRequires: vala
|
2018-06-07 12:37:07 +00:00
|
|
|
BuildRequires: bash-completion
|
2019-11-29 12:42:37 +00:00
|
|
|
BuildRequires: git-core
|
2016-08-29 09:00:06 +00:00
|
|
|
|
2019-03-27 11:20:56 +00:00
|
|
|
%if 0%{?have_modem_manager}
|
|
|
|
BuildRequires: ModemManager-glib-devel >= 1.10.0
|
|
|
|
BuildRequires: libqmi-devel >= 1.22.0
|
|
|
|
%endif
|
|
|
|
|
2018-07-11 19:14:46 +00:00
|
|
|
%if 0%{?have_redfish}
|
|
|
|
BuildRequires: efivar-devel >= 33
|
|
|
|
%endif
|
|
|
|
|
2017-07-04 14:45:15 +00:00
|
|
|
%if 0%{?have_uefi}
|
2018-07-11 19:14:46 +00:00
|
|
|
BuildRequires: efivar-devel >= 33
|
2017-06-15 08:26:12 +00:00
|
|
|
BuildRequires: python3 python3-cairo python3-gobject python3-pillow
|
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: cairo-devel cairo-gobject-devel
|
|
|
|
BuildRequires: freetype
|
|
|
|
BuildRequires: fontconfig
|
2018-09-10 16:44:04 +00:00
|
|
|
BuildRequires: google-noto-sans-cjk-ttc-fonts
|
2018-07-11 19:14:46 +00:00
|
|
|
BuildRequires: gnu-efi-devel
|
2019-09-26 15:31:04 +00:00
|
|
|
BuildRequires: tpm2-tss-devel >= 2.2.3
|
2018-07-11 19:14:46 +00:00
|
|
|
BuildRequires: pesign
|
2017-07-04 14:45:15 +00:00
|
|
|
%endif
|
2017-06-15 08:26:12 +00:00
|
|
|
|
2017-09-01 13:29:46 +00:00
|
|
|
%if 0%{?have_dell}
|
2018-07-11 19:14:46 +00:00
|
|
|
BuildRequires: efivar-devel >= 33
|
2016-08-29 09:00:06 +00:00
|
|
|
BuildRequires: libsmbios-devel >= 2.3.0
|
|
|
|
%endif
|
2015-06-03 16:27:48 +00:00
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2015-06-03 16:27:48 +00:00
|
|
|
|
2016-07-12 15:37:19 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
2018-11-07 11:34:35 +00:00
|
|
|
Requires: libxmlb%{?_isa} >= %{libxmlb_version}
|
2016-07-12 15:37:19 +00:00
|
|
|
Requires: libgusb%{?_isa} >= %{libgusb_version}
|
|
|
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
2017-09-01 13:36:04 +00:00
|
|
|
Requires: bubblewrap
|
2018-11-07 11:34:35 +00:00
|
|
|
Requires: shared-mime-info
|
2017-09-01 13:36:04 +00:00
|
|
|
|
2015-09-10 09:24:50 +00:00
|
|
|
Obsoletes: fwupd-sign < 0.1.6
|
2017-02-08 13:10:16 +00:00
|
|
|
Obsoletes: libebitdo < 0.7.5-3
|
2017-11-09 15:31:59 +00:00
|
|
|
Obsoletes: libdfu < 1.0.0
|
2018-07-11 19:14:46 +00:00
|
|
|
Obsoletes: fwupd-labels < 1.1.0-1
|
2015-09-10 08:35:07 +00:00
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
%description
|
|
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
|
|
|
2015-03-23 12:04:07 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
2016-07-14 09:39:37 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2017-02-08 13:10:16 +00:00
|
|
|
Obsoletes: libebitdo-devel < 0.7.5-3
|
2017-11-09 15:31:59 +00:00
|
|
|
Obsoletes: libdfu-devel < 1.0.0
|
2015-03-23 12:04:07 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Files for development with %{name}.
|
|
|
|
|
2017-06-15 08:26:12 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Data files for installed tests
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
Data files for installed tests.
|
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
%prep
|
2019-02-01 22:15:05 +00:00
|
|
|
%autosetup -p1
|
2015-03-16 20:48:34 +00:00
|
|
|
|
|
|
|
%build
|
2017-05-22 18:47:57 +00:00
|
|
|
|
|
|
|
%meson \
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dgtkdoc=true \
|
2017-06-15 08:26:12 +00:00
|
|
|
%if 0%{?enable_tests}
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dtests=true \
|
2017-06-15 08:26:12 +00:00
|
|
|
%else
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dtests=false \
|
2017-08-03 09:53:33 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?enable_dummy}
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_dummy=true \
|
2017-08-03 09:53:33 +00:00
|
|
|
%else
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_dummy=false \
|
2017-06-15 08:26:12 +00:00
|
|
|
%endif
|
2019-07-15 18:42:34 +00:00
|
|
|
-Dplugin_flashrom=false \
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_thunderbolt=true \
|
2018-07-11 19:14:46 +00:00
|
|
|
%if 0%{?have_redfish}
|
|
|
|
-Dplugin_redfish=true \
|
|
|
|
%else
|
|
|
|
-Dplugin_redfish=false \
|
|
|
|
%endif
|
2017-02-08 13:54:48 +00:00
|
|
|
%if 0%{?have_uefi}
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_uefi=true \
|
2018-09-10 17:06:19 +00:00
|
|
|
-Dplugin_nvme=true \
|
2019-12-30 09:50:11 +00:00
|
|
|
-Dplugin_tpm=true \
|
2016-08-29 09:00:06 +00:00
|
|
|
%else
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_uefi=false \
|
2018-09-10 17:06:19 +00:00
|
|
|
-Dplugin_nvme=false \
|
2019-12-30 09:50:11 +00:00
|
|
|
-Dplugin_tpm=false \
|
2016-08-29 09:00:06 +00:00
|
|
|
%endif
|
2017-09-01 13:29:46 +00:00
|
|
|
%if 0%{?have_dell}
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_dell=true \
|
|
|
|
-Dplugin_synaptics=true \
|
2016-08-29 09:00:06 +00:00
|
|
|
%else
|
2017-11-28 15:03:18 +00:00
|
|
|
-Dplugin_dell=false \
|
|
|
|
-Dplugin_synaptics=false \
|
2019-03-27 11:20:56 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?have_modem_manager}
|
|
|
|
-Dplugin_modem_manager=true \
|
|
|
|
%else
|
|
|
|
-Dplugin_modem_manager=false \
|
2015-06-03 16:27:48 +00:00
|
|
|
%endif
|
2018-06-07 12:37:07 +00:00
|
|
|
-Dman=true
|
2015-03-16 20:48:34 +00:00
|
|
|
|
2017-05-22 18:47:57 +00:00
|
|
|
%meson_build
|
2017-08-24 15:18:27 +00:00
|
|
|
|
2017-06-15 08:26:12 +00:00
|
|
|
%if 0%{?enable_tests}
|
2017-08-24 15:18:27 +00:00
|
|
|
%check
|
2017-06-15 08:26:12 +00:00
|
|
|
%meson_test
|
|
|
|
%endif
|
2015-03-16 20:48:34 +00:00
|
|
|
|
|
|
|
%install
|
2017-05-22 18:47:57 +00:00
|
|
|
%meson_install
|
2015-03-16 20:48:34 +00:00
|
|
|
|
2018-07-11 19:14:46 +00:00
|
|
|
# sign fwupd.efi loader
|
|
|
|
%if 0%{?have_uefi}
|
|
|
|
%ifarch x86_64
|
|
|
|
%global efiarch x64
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
%global efiarch aa64
|
|
|
|
%endif
|
|
|
|
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
|
|
|
|
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed
|
|
|
|
%endif
|
|
|
|
|
2017-05-22 18:47:57 +00:00
|
|
|
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
2017-04-20 15:35:44 +00:00
|
|
|
|
2019-10-08 13:35:59 +00:00
|
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1757948
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
|
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post fwupd.service
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun fwupd.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart fwupd.service
|
2018-07-11 19:14:46 +00:00
|
|
|
%systemd_postun_with_restart pesign.service
|
2015-03-16 20:48:34 +00:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2018-11-27 15:16:39 +00:00
|
|
|
%doc README.md AUTHORS
|
2015-03-16 20:48:34 +00:00
|
|
|
%license COPYING
|
2017-10-09 12:59:41 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
|
2018-03-12 11:03:24 +00:00
|
|
|
%if 0%{?have_uefi}
|
2018-03-12 10:53:58 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/uefi.conf
|
2018-03-12 11:03:24 +00:00
|
|
|
%endif
|
2018-08-13 13:18:38 +00:00
|
|
|
%if 0%{?have_redfish}
|
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/redfish.conf
|
|
|
|
%endif
|
2019-09-26 15:31:04 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/thunderbolt.conf
|
2015-09-10 08:35:07 +00:00
|
|
|
%dir %{_libexecdir}/fwupd
|
|
|
|
%{_libexecdir}/fwupd/fwupd
|
2018-06-07 12:37:07 +00:00
|
|
|
%{_libexecdir}/fwupd/fwupdtool
|
2019-03-26 11:00:18 +00:00
|
|
|
%{_libexecdir}/fwupd/fwupdagent
|
|
|
|
%{_libexecdir}/fwupd/fwupdoffline
|
2018-07-11 19:14:46 +00:00
|
|
|
%if 0%{?have_uefi}
|
|
|
|
%{_libexecdir}/fwupd/efi/*.efi
|
|
|
|
%{_libexecdir}/fwupd/efi/*.efi.signed
|
|
|
|
%{_libexecdir}/fwupd/fwupdate
|
2019-12-30 09:58:39 +00:00
|
|
|
%{_libexecdir}/fwupd/fwupdtpmevlog
|
2018-07-11 19:14:46 +00:00
|
|
|
%endif
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_bindir}/dfu-tool
|
2015-03-16 20:48:34 +00:00
|
|
|
%{_bindir}/fwupdmgr
|
2017-06-07 15:08:24 +00:00
|
|
|
%dir %{_sysconfdir}/fwupd
|
|
|
|
%dir %{_sysconfdir}/fwupd/remotes.d
|
2019-04-11 14:10:32 +00:00
|
|
|
%if 0%{?have_dell}
|
2019-04-11 13:47:37 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/dell-esrt.conf
|
2019-04-11 14:10:32 +00:00
|
|
|
%endif
|
2018-01-25 13:56:24 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs.conf
|
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs-testing.conf
|
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor.conf
|
2019-02-01 14:36:58 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor-directory.conf
|
2018-01-25 13:56:24 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/pki/fwupd
|
2015-07-25 13:59:41 +00:00
|
|
|
%{_sysconfdir}/pki/fwupd-metadata
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
|
2018-03-12 10:53:58 +00:00
|
|
|
%{_datadir}/bash-completion/completions/fwupdmgr
|
2018-06-07 12:37:07 +00:00
|
|
|
%{_datadir}/bash-completion/completions/fwupdtool
|
2019-03-26 11:00:18 +00:00
|
|
|
%{_datadir}/bash-completion/completions/fwupdagent
|
2018-06-07 12:37:07 +00:00
|
|
|
%{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml
|
2019-04-11 14:10:32 +00:00
|
|
|
%if 0%{?have_dell}
|
2019-04-11 13:47:37 +00:00
|
|
|
%{_datadir}/fwupd/remotes.d/dell-esrt/metadata.xml
|
2019-04-11 14:10:32 +00:00
|
|
|
%endif
|
2017-08-03 09:53:33 +00:00
|
|
|
%{_datadir}/fwupd/remotes.d/vendor/firmware/README.md
|
2015-03-16 20:48:34 +00:00
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
|
|
|
|
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_datadir}/man/man1/dfu-tool.1.gz
|
2015-03-16 20:48:34 +00:00
|
|
|
%{_datadir}/man/man1/fwupdmgr.1.gz
|
2018-06-07 12:37:07 +00:00
|
|
|
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
|
2019-02-25 10:03:03 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
|
2019-11-22 16:17:33 +00:00
|
|
|
%{_datadir}/fwupd/firmware_packager.py
|
|
|
|
%{_datadir}/fwupd/simple_client.py
|
|
|
|
%{_datadir}/fwupd/add_capsule_header.py
|
|
|
|
%{_datadir}/fwupd/install_dell_bios_exe.py
|
2015-09-10 08:35:07 +00:00
|
|
|
%{_unitdir}/fwupd-offline-update.service
|
2015-07-25 13:59:41 +00:00
|
|
|
%{_unitdir}/fwupd.service
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_unitdir}/fwupd-refresh.service
|
|
|
|
%{_unitdir}/fwupd-refresh.timer
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_presetdir}/fwupd-refresh.preset
|
2015-09-10 09:23:55 +00:00
|
|
|
%{_unitdir}/system-update.target.wants/
|
2015-03-16 20:48:34 +00:00
|
|
|
%dir %{_localstatedir}/lib/fwupd
|
2019-10-08 13:35:59 +00:00
|
|
|
%dir %{_localstatedir}/cache/fwupd
|
2017-11-09 15:27:13 +00:00
|
|
|
%dir %{_datadir}/fwupd/quirks.d
|
|
|
|
%{_datadir}/fwupd/quirks.d/*.quirk
|
2017-09-01 13:36:04 +00:00
|
|
|
%{_localstatedir}/lib/fwupd/builder/README.md
|
2016-04-01 13:45:29 +00:00
|
|
|
%{_libdir}/libfwupd*.so.*
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
|
2019-11-29 12:42:37 +00:00
|
|
|
%{_libdir}/girepository-1.0/FwupdPlugin-1.0.typelib
|
2015-07-25 13:59:41 +00:00
|
|
|
/usr/lib/udev/rules.d/*.rules
|
2019-03-26 11:00:18 +00:00
|
|
|
/usr/lib/systemd/system-shutdown/fwupd.shutdown
|
2017-10-09 12:59:41 +00:00
|
|
|
%dir %{_libdir}/fwupd-plugins-3
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_altos.so
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_amt.so
|
2019-02-01 14:36:58 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_ata.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_colorhug.so
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_coreboot.so
|
2018-01-09 16:11:55 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_csr.so
|
2017-09-01 13:29:46 +00:00
|
|
|
%if 0%{?have_dell}
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell.so
|
2018-07-11 19:14:46 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_esrt.so
|
2017-02-08 13:54:48 +00:00
|
|
|
%endif
|
2018-10-12 11:25:54 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_dock.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_emmc.so
|
2018-12-30 15:28:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_fastboot.so
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_jabra.so
|
2019-03-27 11:20:56 +00:00
|
|
|
%if 0%{?have_modem_manager}
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_modem_manager.so
|
|
|
|
%endif
|
2017-11-28 15:03:18 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
|
2018-09-10 18:04:25 +00:00
|
|
|
%if 0%{?have_uefi}
|
2018-09-10 16:44:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_nvme.so
|
2018-09-10 18:04:25 +00:00
|
|
|
%endif
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_optionrom.so
|
2018-07-11 19:14:46 +00:00
|
|
|
%if 0%{?have_redfish}
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_redfish.so
|
|
|
|
%endif
|
2018-10-12 11:25:54 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hid.so
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hub.so
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_solokey.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
|
2018-09-10 16:44:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_superio.so
|
2017-09-01 13:29:46 +00:00
|
|
|
%if 0%{?have_dell}
|
2019-12-30 09:32:53 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_synaptics_mst.so
|
2017-02-08 13:54:48 +00:00
|
|
|
%endif
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_synaptics_cxaudio.so
|
2019-05-20 10:25:02 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_synaptics_prometheus.so
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_synaptics_rmi.so
|
2017-08-03 09:53:33 +00:00
|
|
|
%if 0%{?enable_dummy}
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_test.so
|
2019-12-30 09:32:53 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_invalid.so
|
2017-08-03 09:53:33 +00:00
|
|
|
%endif
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_thelio_io.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt.so
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt_power.so
|
2019-12-30 09:58:39 +00:00
|
|
|
%if 0%{?have_uefi}
|
2019-12-30 09:32:53 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm.so
|
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_tpm_eventlog.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_uefi.so
|
2019-09-26 15:31:04 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_uefi_recovery.so
|
2017-02-08 13:54:48 +00:00
|
|
|
%endif
|
2019-11-22 16:17:33 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_logitech_hidpp.so
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_upower.so
|
2019-11-01 15:17:29 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_vli_usbhub.so
|
2019-02-01 14:36:58 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_wacom_raw.so
|
2018-12-30 15:28:41 +00:00
|
|
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_wacom_usb.so
|
2016-08-29 09:00:06 +00:00
|
|
|
%ghost %{_localstatedir}/lib/fwupd/gnupg
|
2018-07-11 19:14:46 +00:00
|
|
|
%if 0%{?have_uefi}
|
|
|
|
%{_datadir}/locale/*/LC_IMAGES/fwupd*
|
|
|
|
%endif
|
2015-07-25 13:59:41 +00:00
|
|
|
|
2015-03-23 12:04:07 +00:00
|
|
|
%files devel
|
2017-10-09 12:59:41 +00:00
|
|
|
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
2019-11-29 12:42:37 +00:00
|
|
|
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
|
|
|
|
%{_datadir}/gtk-doc/html/fwupd
|
2018-03-12 10:53:58 +00:00
|
|
|
%{_datadir}/vala/vapi
|
2015-03-23 12:04:07 +00:00
|
|
|
%{_includedir}/fwupd-1
|
2016-04-01 13:45:29 +00:00
|
|
|
%{_libdir}/libfwupd*.so
|
|
|
|
%{_libdir}/pkgconfig/fwupd.pc
|
2019-11-29 12:42:37 +00:00
|
|
|
%{_libdir}/pkgconfig/fwupdplugin.pc
|
2016-04-01 13:45:29 +00:00
|
|
|
|
2017-06-15 08:26:12 +00:00
|
|
|
%files tests
|
|
|
|
%dir %{_datadir}/installed-tests/fwupd
|
2018-12-30 15:28:41 +00:00
|
|
|
%{_datadir}/installed-tests/fwupd/fwupd-tests.xml
|
2017-06-15 08:26:12 +00:00
|
|
|
%{_datadir}/installed-tests/fwupd/*.test
|
2017-07-04 14:45:15 +00:00
|
|
|
%{_datadir}/installed-tests/fwupd/*.cab
|
|
|
|
%{_datadir}/installed-tests/fwupd/*.sh
|
|
|
|
%{_datadir}/installed-tests/fwupd/*.py*
|
2018-12-30 15:28:41 +00:00
|
|
|
%dir %{_sysconfdir}/fwupd/remotes.d
|
|
|
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
|
2017-06-15 08:26:12 +00:00
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
%changelog
|
2019-12-30 09:32:53 +00:00
|
|
|
* Mon Dec 30 2019 Richard Hughes <richard@hughsie.com> 1.3.6-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a dell-bios version format to match what is shown on the vendor website
|
|
|
|
- Add a new plugin that exposes the TPM device
|
|
|
|
- Allow incremental version major and minor number for Synaptics Prometheus devices
|
|
|
|
- Clarify error messages when no upgrades are available
|
|
|
|
- Correct the default prompt for reboot/shutdown
|
|
|
|
- Do not expose bootloader version errors to users
|
|
|
|
- Enforce that device protocol matches the metadata value
|
|
|
|
- Export the device protocol and raw device version to the client --verbose output
|
|
|
|
- Fix the quirk for the legacy VIA 813 usbhub chip
|
|
|
|
- Only check the vendor ID if the device has one set
|
|
|
|
- Return exit status success if there is no firmware to be updated
|
|
|
|
- Set the correct vendor eMMC ID prefix
|
|
|
|
- Use the baseboard vendor as the superio vendor ID
|
|
|
|
- Use the BIOS vendor as the coreboot and flashrom vendor ID
|
|
|
|
|
2019-11-29 12:42:37 +00:00
|
|
|
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 1.3.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Convert libfwupdprivate to a shared library libfwupdplugin
|
|
|
|
- Create a REV_00 instance ID as this may be what the vendor needs to target
|
|
|
|
- Improve coreboot version detection
|
|
|
|
- Invert default behavior to be safer for reboot and shutdown prompts
|
|
|
|
- Reload the Synaptics prometheus device version after update
|
|
|
|
- Use the correct unlocker when using GRWLock
|
|
|
|
- Whitelist VIA USB hub PD and I²C devices
|
|
|
|
|
2019-11-22 16:17:33 +00:00
|
|
|
* Fri Nov 22 2019 Richard Hughes <richard@hughsie.com> 1.3.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for Foxconn T77W968 and DW5821e eSIM
|
|
|
|
- Add support for matching firmware requirements on device parents
|
|
|
|
- Add support for writing VIA PD and I2C devices
|
|
|
|
- Add versions formats for the Microsoft Surface devices
|
|
|
|
- Correct Wacom panel HWID support
|
|
|
|
- Fix a fastboot regression when updating modem firmware
|
|
|
|
- Fix regression when coldplugging superio devices
|
|
|
|
- Fix the linking of the UEFI update binary
|
|
|
|
- Fix the vendor id of hidraw devices
|
|
|
|
- Make loading USB device strings non-fatal
|
|
|
|
- Reject invalid Synaptics MST chip IDs
|
|
|
|
- Skip cleanup after device is done updating if required
|
|
|
|
|
2019-11-01 15:17:29 +00:00
|
|
|
* Fri Nov 01 2019 Richard Hughes <richard@hughsie.com> 1.3.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a plugin for systems running coreboot
|
|
|
|
- Add a plugin to update eMMC devices
|
|
|
|
- Add a plugin to update Synaptics RMI4 devices
|
|
|
|
- Add a plugin to update VIA USB hub hardware
|
|
|
|
- Add several quirks for Realtek webcams
|
|
|
|
- Add some success messages when CLI tasks have completed
|
|
|
|
- Add support for automatically uploading reports
|
|
|
|
- Add support for `fwupdmgr reinstall`
|
|
|
|
- Add support for the 8bitdo SN30Pro+
|
|
|
|
- Add support for the ThinkPad USB-C Dock Gen2 audio device
|
|
|
|
- Allow fwupdtool to dump details of common firmware formats
|
|
|
|
- Always report the update-error correctly for multiple updates
|
|
|
|
- Create a unique GUID for the Thunderbolt controller path
|
|
|
|
- Fix a regression for Wacom EMR devices
|
|
|
|
- Recognize new 'generation' Thunderbolt sysfs attribute for USB4
|
|
|
|
- Rework ESP path detection and lifecycle to auto-unmount when required
|
|
|
|
- Show a useful error for Logitech devices that cannot self-reset
|
|
|
|
- Use correct method for stopping systemd units
|
|
|
|
- Use device safety flags to show prompts before installing updates
|
|
|
|
- Use will-disappear flag for 8bitdo SF30/SN30 controllers
|
|
|
|
- Use XMLb to query quirks to reduce the RSS when running
|
|
|
|
|
2019-10-08 13:35:59 +00:00
|
|
|
* Tue Oct 08 2019 Richard Hughes <richard@hughsie.com> 1.3.2-2
|
|
|
|
- Manually create /var/cache/fwupd to work around #1757948
|
|
|
|
|
2019-12-14 22:26:06 +00:00
|
|
|
* Thu Sep 26 2019 Richard Hughes <richard@hughsie.com> 1.3.2-1
|
2019-09-26 15:31:04 +00:00
|
|
|
- New upstream release
|
|
|
|
- Add aliases for get-upgrades and upgrade
|
|
|
|
- Add support for Conexant audio devices
|
|
|
|
- Add support for the Minnowboard Turbot
|
|
|
|
- Add support for the SoloKey Secure
|
|
|
|
- Add support for the Thelio IO board
|
|
|
|
- Add support to integrate into the motd
|
|
|
|
- Allow disabling SSL strict mode for broken corporate proxies
|
|
|
|
- Allow filtering devices when using the command line tools
|
|
|
|
- Allow specifying a firmware GUID to check any version exists
|
|
|
|
- Be more accepting when trying to recover a failed database migration
|
|
|
|
- Display more helpful historical device information
|
|
|
|
- Do not ask the user to upload a report if ReportURI is not set
|
|
|
|
- Do not segfault when trying to quit the downgrade selection
|
|
|
|
- Ensure HID++ v2.0 peripheral devices get added
|
|
|
|
- Never show AppStream markup on the console
|
|
|
|
- Only write the new UEFI device path if different than before
|
|
|
|
- Partially rewrite the Synapticsmst plugin to support more hardware
|
|
|
|
- Print devices, remotes, releases using a tree
|
|
|
|
- Support issues in AppStream metadata
|
|
|
|
- Use tpm2-tss library to read PCR values
|
|
|
|
|
2019-07-25 01:13:47 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-15 18:42:34 +00:00
|
|
|
* Mon Jul 15 2019 Richard Hughes <richard@hughsie.com> 1.2.10-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a specific error code for the low battery case
|
|
|
|
- Add support for 8bitdo USB Retro Receiver
|
|
|
|
- Export new API to build objects from GVariant blobs
|
|
|
|
- Fix installing synaptics-prometheus config updates
|
|
|
|
- Prompt for reboot when unlocking on the command line if applicable
|
|
|
|
- Show a warning when running in UEFI legacy mode
|
|
|
|
- Show devices with an UpdateError in get-devices output
|
|
|
|
- Support a UEFI quirk to disable the use of the UX capsule
|
|
|
|
- Support empty proxy server strings
|
|
|
|
- Try harder to find duplicate UEFI boot entries
|
|
|
|
|
2019-05-20 10:25:02 +00:00
|
|
|
* Mon May 20 2019 Richard Hughes <richard@hughsie.com> 1.2.9-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for Synaptics Prometheus fingerprint readers
|
|
|
|
- Check the daemon version is at least the client version
|
|
|
|
- Correctly identify DFU firmware that starts at offset zero
|
|
|
|
- Display the remote warning on the console in an easy-to-read way
|
|
|
|
- Export the version-format used by devices to clients
|
|
|
|
- Fix a libasan failure when reading a UEFI variable
|
|
|
|
- Never guess the version format from the version string
|
|
|
|
- Only use class-based instance IDs for quirk matching
|
|
|
|
- Prompt the user to shutdown if required when installing by ID
|
|
|
|
- Reset the forced version during DFU attach and detach
|
|
|
|
- Set the version format for more device types
|
|
|
|
|
2019-04-23 09:34:03 +00:00
|
|
|
* Tue Apr 23 2019 Richard Hughes <richard@hughsie.com> 1.2.8-1
|
|
|
|
- New upstream release
|
|
|
|
- Allow the fwupdmgr tool to modify the daemon config
|
|
|
|
- Correctly parse DFU interfaces with extra vendor-specific data
|
|
|
|
- Do not report transient or invalid system failures
|
|
|
|
- Fix problems with the version format checking for some updates
|
|
|
|
|
2019-04-17 15:07:11 +00:00
|
|
|
* Wed Apr 17 2019 Richard Hughes <richard@hughsie.com> 1.2.7-3
|
|
|
|
- Revert a patch from upstream that was causing problems with Dell hardware
|
|
|
|
|
2019-04-16 16:00:35 +00:00
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.2.7-2
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
2019-04-11 13:47:37 +00:00
|
|
|
* Thu Apr 11 2019 Richard Hughes <richard@hughsie.com> 1.2.7-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a component categories to express the firmware type
|
|
|
|
- Add support for 8BitDo M30
|
|
|
|
- Add support for the not-child extension from Logitech
|
|
|
|
- Blacklist the synapticsmst plugin when using amdgpu
|
|
|
|
- Correct ATA activation functionality to work for all vendors
|
|
|
|
- Implement QMI PDC active config selection for modems
|
|
|
|
- Make an error message clearer when there are no updates available
|
|
|
|
- Match the old or new version number when setting NEEDS_REBOOT
|
|
|
|
- More carefully check the output from tpm2_pcrlist
|
|
|
|
- Recreate the history database if migration failed
|
|
|
|
- Require AC power when updating Thunderbolt devices
|
|
|
|
- Require --force to install a release with a different version format
|
|
|
|
- Shut down the daemon if the on-disk binary is replaced
|
|
|
|
|
2019-03-27 11:20:56 +00:00
|
|
|
* Wed Mar 27 2019 Richard Hughes <richard@hughsie.com> 1.2.6-2
|
|
|
|
- Enable the ModemManager plugin
|
|
|
|
|
2019-03-26 11:00:18 +00:00
|
|
|
* Tue Mar 26 2019 Richard Hughes <richard@hughsie.com> 1.2.6-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for delayed activation of docks and ATA devices
|
|
|
|
- Add support for reading the SuperIO device checksum and writing to e-flash
|
|
|
|
- Add the fwupdagent binary for use in shell scripts
|
|
|
|
- Allow restricting firmware updates for enterprise use
|
|
|
|
- Allow running offline updates when in system-update.target
|
|
|
|
- Allow signing the fwupd report with a client certificate
|
|
|
|
- Ask to reboot after scheduling an offline firmware update
|
|
|
|
- Correctly check the new version for devices that replug
|
|
|
|
- Do not fail to start the daemon if tpm2_pcrlist hangs
|
|
|
|
- Do not fail when scheduling more than one update to be run offline
|
|
|
|
- Do not schedule an update on battery power if it requires AC power
|
|
|
|
- Include all device checksums in the LVFS report
|
|
|
|
- Rename the shimx64.efi binary for known broken firmware
|
|
|
|
- Upload the UPDATE_INFO entry for the UEFI UX capsule
|
|
|
|
- Use Plymouth when updating offline firmware
|
|
|
|
|
2019-02-25 10:03:03 +00:00
|
|
|
* Mon Feb 25 2019 Richard Hughes <richard@hughsie.com> 1.2.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Allow a device to be updated using more than one plugin
|
|
|
|
- Call composite prepare and cleanup using fwupdtool
|
|
|
|
- Detect and special case Dell ATA hardware
|
|
|
|
- Fix flashing failure with latest Intuos Pro tablet
|
|
|
|
- Fix potential segfault when applying UEFI updates
|
|
|
|
- Fix unifying regression when recovering from failed flash
|
|
|
|
- Report the DeviceInstanceIDs from fwupdmgr when run as root
|
|
|
|
|
2019-02-12 11:38:16 +00:00
|
|
|
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.4-2
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2019-02-01 14:36:58 +00:00
|
|
|
* Fri Feb 01 2019 Richard Hughes <richard@hughsie.com> 1.2.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a directory remote that generates metadata
|
|
|
|
- Add a plugin to update Wacom embedded EMR and AES panels
|
|
|
|
- Add a plugin to upgrade firmware on ATA-ATAPI hardware
|
|
|
|
- Add a quirk to use the legacy bootmgr description
|
|
|
|
- Add SuperIO IT89xx device support
|
|
|
|
- Add support for Dell dock passive flow
|
|
|
|
- Add the needs-shutdown quirk to Phison NVMe drives
|
|
|
|
- Add 'update' and 'get-updates' commands to fwupdtool
|
|
|
|
- Allow Dell dock flashing Thunderbolt over I2C
|
|
|
|
- Check the battery percentage before flashing
|
|
|
|
- Correct Nitrokey Storage invalid firmware version read
|
|
|
|
- Do not check the BGRT status before uploading a UX capsule
|
|
|
|
- Do the UEFI UX checksum calculation in fwupd
|
|
|
|
- Fix flashing various Jabra devices
|
|
|
|
- Fix the parser to support extended segment addresses
|
|
|
|
- Flash the fastboot partition after downloading the file
|
|
|
|
- Show a console warning if loading an out-of-tree plugin
|
|
|
|
- Show a per-release source and details URL
|
|
|
|
- Show a `UpdateMessage` and display it in tools
|
|
|
|
- Support FGUID to get the SKU GUID for NVMe hardware
|
|
|
|
|
2019-01-31 20:21:22 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-04 11:13:33 +00:00
|
|
|
* Fri Jan 04 2019 Richard Hughes <richard@hughsie.com> 1.2.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Correctly migrate the history database
|
|
|
|
|
2018-12-30 15:28:41 +00:00
|
|
|
* Sun Dec 30 2018 Richard Hughes <richard@hughsie.com> 1.2.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for devices that support fastboot
|
|
|
|
- Add more standard USB identifier GUIDs
|
|
|
|
- Add the PCR0 value as the device checksum for system firmware
|
|
|
|
- Add Dell TB18DC to the supported devices list
|
|
|
|
- Allow replacing the last byte in the image when using 'dfu-tool replace-data'
|
|
|
|
- Append the UEFI capsule header in userspace rather than in the loader
|
|
|
|
- Check the device checksum as well as the content checksum during verify
|
|
|
|
- Correctly parse format the version numbers correctly using old metadata
|
|
|
|
- Fix a crash if AMT returns an empty response
|
|
|
|
- Fix a regression when doing GetReleases on unsupported hardware
|
|
|
|
- Remove the Wacom DTH generation hardware from the whitelist
|
|
|
|
- Sanitize the version if the version format has been specified
|
|
|
|
|
2018-11-27 15:16:39 +00:00
|
|
|
* Tue Nov 27 2018 Richard Hughes <richard@hughsie.com> 1.2.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Add per-release install duration values
|
|
|
|
- Fix a use-after-free when using --immediate-exit
|
|
|
|
- Fix flashing the 8bitdo SF30
|
|
|
|
- Fix showing the custom remote agreements
|
|
|
|
- Include the os-release information in the release metadata
|
|
|
|
- Shut down the daemon after 2h of inactivity when possible
|
|
|
|
- Speed up startup by loading less thunderbolt firmware
|
|
|
|
- Speed up startup by using a silo index for GUID queries
|
|
|
|
- Use less memory and fragment the heap less when starting
|
|
|
|
|
2018-11-07 11:34:35 +00:00
|
|
|
* Wed Nov 07 2018 Richard Hughes <richard@hughsie.com> 1.2.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a standalone installer creation script
|
|
|
|
- Add version format quirks for several Lenovo machines
|
|
|
|
- Adjust synapticsmst EVB board handling
|
|
|
|
- Allow setting the version format from a quirk entry
|
|
|
|
- Port from libappstream-glib to libxmlb for a large reduction in RSS
|
|
|
|
- Set the full AMT device version including the BuildNum
|
|
|
|
- Sort the firmware sack by component priority
|
|
|
|
- Stop any running daemon over dbus when using fu-tool
|
|
|
|
- Support the Intel ME version format
|
|
|
|
- Use HTTPS_PROXY if set
|
|
|
|
|
2018-10-12 11:25:54 +00:00
|
|
|
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a plugin for an upcoming Dell USB-C dock
|
|
|
|
- Add support for devices to show an estimated flash time
|
|
|
|
- Add support for Realtek USB devices using vendor HID and HUB commands
|
|
|
|
- Adjust panamera ESM update routine for some reported issues
|
|
|
|
- Allow firmware files to depend on versions from other devices
|
|
|
|
- Check the amount of free space on the ESP before upgrading
|
|
|
|
- Don't show devices pending a reboot in GetUpgrades
|
|
|
|
- Fix possible crash in the thunderbolt-power plugin
|
|
|
|
- Make various parts of the daemon thread-safe
|
|
|
|
- Redirect all debugging output to stderr instead of stdout
|
|
|
|
- Run the Dell plugin initialization after the UEFI plugin
|
|
|
|
- Update all sub-devices for a composite update
|
|
|
|
|
2018-09-10 16:44:04 +00:00
|
|
|
* Mon Sep 10 2018 Richard Hughes <richard@hughsie.com> 1.1.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a new plugin to enumerate EC firmware
|
|
|
|
- Add a new plugin to update NVMe hardware
|
|
|
|
- Allow updating just one specific device from the command line
|
|
|
|
- Always use the same HardwareIDs as Windows
|
|
|
|
- Download firmware if the user specifies a URI
|
|
|
|
- Implement the systemd recommendations for offline updates
|
|
|
|
- Improve performance when reading keys from the quirk database
|
|
|
|
- Rewrite the unifying plugin to use the new daemon-provided functionality
|
|
|
|
- Show a time estimate on the progressbar after an update has started
|
|
|
|
|
2018-08-13 13:18:38 +00:00
|
|
|
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for the Synaptics Panamera hardware
|
|
|
|
- Add validation for Alpine and Titan Ridge
|
|
|
|
- Allow flashing unifying devices in recovery mode
|
|
|
|
- Allow running synapticsmst on non-Dell hardware
|
|
|
|
- Check the ESP for sanity at at startup
|
|
|
|
- Do not hold hidraw devices open forever
|
|
|
|
- Fix a potential segfault in smbios data parsing
|
|
|
|
- Fix encoding the GUID into the capsule EFI variable
|
|
|
|
- Fix various bugs when reading the thunderbolt version number
|
|
|
|
- Improve the Redfish plugin to actually work with real hardware
|
|
|
|
- Reboot synapticsmst devices at the end of flash cycle
|
|
|
|
- Show the correct title when updating devices
|
|
|
|
|
2018-07-13 00:58:45 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-12 14:10:45 +00:00
|
|
|
* Thu Jul 12 2018 Richard Hughes <richard@hughsie.com> 1.1.0-2
|
|
|
|
- Rebuild to get the EFI executable signed with the Red Hat key
|
|
|
|
|
2018-07-11 19:14:46 +00:00
|
|
|
* Wed Jul 11 2018 Richard Hughes <richard@hughsie.com> 1.1.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a initial Redfish support
|
|
|
|
- Allow devices to assign a plugin from the quirk subsystem
|
|
|
|
- Detect the EFI system partition location at runtime
|
|
|
|
- Do not use 8bitdo bootloader commands after a successful flash
|
|
|
|
- Fix a potential buffer overflow when applying a DFU patch
|
|
|
|
- Fix downgrading older releases to devices
|
|
|
|
- Fix flashing devices that require a manual replug
|
|
|
|
- Fix unifying failure to detach when using a slow host controller
|
|
|
|
- Merge fwupdate functionality into fwupd
|
|
|
|
- Support more Wacom tablets
|
|
|
|
|
2018-06-07 12:37:07 +00:00
|
|
|
* Thu Jun 07 2018 Richard Hughes <richard@hughsie.com> 1.0.8-1
|
|
|
|
- New upstream release
|
|
|
|
- Adjust all licensing to be 100% LGPL 2.1+
|
|
|
|
- Add a firmware diagnostic tool called fwupdtool
|
|
|
|
- Add an plugin to update some future Wacom tablets
|
|
|
|
- Add support for Motorola S-record files
|
|
|
|
- Add the Linux Foundation public GPG keys for firmware and metadata
|
|
|
|
- Allow installing more than one firmware using 'fwupdmgr install'
|
|
|
|
- Allow specifying hwids with OR relationships
|
|
|
|
- Fix a potential DoS in libdfu by limiting holes to 1MiB
|
|
|
|
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft
|
|
|
|
- Hide devices that aren't updatable by default in fwupdmgr
|
|
|
|
- Stop matching Nintendo Switch Pro in the 8bitdo plugin
|
|
|
|
|
2018-04-30 13:28:21 +00:00
|
|
|
* Mon Apr 30 2018 Richard Hughes <richard@hughsie.com> 1.0.7-1
|
|
|
|
- New upstream release
|
|
|
|
- Add enable-remote and disable-remote commands to fwupdmgr
|
|
|
|
- Allow requiring specific versions of libraries for firmware updates
|
|
|
|
- Don't recoldplug thunderbolt to fix a flashing failure
|
|
|
|
- Fix SQL error when running 'fwupdmgr clear-offline'
|
|
|
|
- Only enumerate Dell Docks if the type is known
|
|
|
|
- Reboot after scheduling using logind not systemd
|
|
|
|
- Show a warning with interactive prompt when enabling a remote
|
|
|
|
|
2018-03-12 10:53:58 +00:00
|
|
|
* Mon Mar 12 2018 Richard Hughes <richard@hughsie.com> 1.0.6-1
|
|
|
|
- New upstream release
|
|
|
|
- Add bash completion for fwupdmgr
|
|
|
|
- Add support for newest Thunderbolt chips
|
|
|
|
- Allow devices to use the runtime version when in bootloader mode
|
|
|
|
- Allow overriding ESP mount point via conf file
|
|
|
|
- Correct handling of unknown Thunderbolt devices
|
|
|
|
- Correctly detect new remotes that are manually copied
|
|
|
|
- Delete any old fwupdate capsules and efivars when launching fwupd
|
|
|
|
- Fix a crash related to when passing device to downgrade in CLI
|
|
|
|
- Fix Unifying signature writing and parsing for Texas bootloader
|
|
|
|
- Generate Vala bindings
|
|
|
|
|
2018-02-23 10:26:42 +00:00
|
|
|
* Fri Feb 23 2018 Richard Hughes <richard@hughsie.com> 1.0.5-2
|
|
|
|
- Use the new CDN for metadata.
|
|
|
|
|
2018-02-14 20:13:02 +00:00
|
|
|
* Wed Feb 14 2018 Richard Hughes <richard@hughsie.com> 1.0.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Be more careful deleting and modifying device history
|
|
|
|
- Fix crasher with MST flashing
|
|
|
|
- Fix DFU detach with newer releases of libusb
|
|
|
|
- Offer to reboot when processing an offline update
|
|
|
|
- Show the user a URL when they report a known problem
|
|
|
|
- Stop matching 8bitdo DS4 controller VID/PID
|
|
|
|
- Support split cabinet archives as produced by Windows Update
|
|
|
|
|
2018-02-07 10:23:06 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-25 13:56:24 +00:00
|
|
|
* Thu Jan 25 2018 Richard Hughes <richard@hughsie.com> 1.0.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a device name for locked UEFI devices
|
|
|
|
- Add D-Bus methods to get and modify the history information
|
|
|
|
- Allow the user to share firmware update success or failure
|
|
|
|
- Ask the user to refresh metadata when it is very old
|
|
|
|
- Never add two devices to the daemon with the same ID
|
|
|
|
- Rescan supported flags when refreshing metadata
|
|
|
|
- Store firmware update success and failure to a local database
|
|
|
|
|
2018-01-12 10:51:18 +00:00
|
|
|
* Fri Jan 12 2018 Richard Hughes <richard@hughsie.com> 1.0.3-2
|
|
|
|
- Backport a patch that fixes applying firmware updates using gnome-software.
|
|
|
|
|
2018-01-09 16:11:55 +00:00
|
|
|
* Tue Jan 09 2018 Richard Hughes <richard@hughsie.com> 1.0.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a new plugin to add support for CSR "Driverless DFU"
|
|
|
|
- Add initial SF30/SN30 Pro support
|
|
|
|
- Block owned Dell TPM updates
|
|
|
|
- Choose the correct component from provides matches using requirements
|
|
|
|
- Do not try to parse huge compressed archive files
|
|
|
|
- Handle Thunderbolt "native" mode
|
|
|
|
- Use the new functionality in libgcab >= 1.0 to avoid writing temp files
|
|
|
|
|
2017-12-04 11:18:46 +00:00
|
|
|
* Tue Nov 28 2017 Richard Hughes <richard@hughsie.com> 1.0.2-1
|
2017-11-28 15:03:18 +00:00
|
|
|
- New upstream release
|
|
|
|
- Add a plugin for the Nitrokey Storage device
|
|
|
|
- Add quirk for AT32UC3B1256 as used in the RubberDucky
|
|
|
|
- Add support for the original AVR DFU protocol
|
|
|
|
- Allow different plugins to claim the same device
|
|
|
|
- Disable the dell plugin if libsmbios fails
|
|
|
|
- Fix critical warning when more than one remote fails to load
|
|
|
|
- Ignore useless Thunderbolt device types
|
|
|
|
- Set environment variables to allow easy per-plugin debugging
|
|
|
|
- Show a nicer error message if the requirement fails
|
|
|
|
- Sort the output of GetUpgrades correctly
|
|
|
|
- Use a SHA1 hash for the internal DeviceID
|
|
|
|
|
2017-11-09 16:11:39 +00:00
|
|
|
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-3
|
|
|
|
- Rebuild against libappstream-glib 0.7.4
|
|
|
|
|
2017-11-09 15:31:59 +00:00
|
|
|
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-2
|
|
|
|
- Fix libdfu obsoletes versions
|
|
|
|
|
2017-11-09 15:27:13 +00:00
|
|
|
* Thu Nov 09 2017 Richard Hughes <richard@hughsie.com> 1.0.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for HWID requirements
|
|
|
|
- Add support for programming various AVR32 and XMEGA parts using DFU
|
|
|
|
- Add the various DFU quirks for the Jabra Speak devices
|
|
|
|
- Catch invalid Dell dock component requests
|
|
|
|
- Correctly output Intel HEX files with > 16bit offset addresses
|
|
|
|
- Do not try to verify the element write if upload is unsupported
|
|
|
|
- Fix a double-unref when updating any 8Bitdo device
|
|
|
|
- Fix uploading large firmware files over DFU
|
|
|
|
- Format the BCD USB revision numbers correctly
|
|
|
|
- Guess the DFU transfer size if it is not specified
|
|
|
|
- Include the reset timeout as wValue to fix some DFU bootloaders
|
|
|
|
- Move the database of supported devices out into runtime loaded files
|
|
|
|
- Support devices with truncated DFU interface data
|
|
|
|
- Use the correct wDetachTimeOut when writing DFU firmware
|
|
|
|
- Verify devices with legacy VIDs are actually 8Bitdo controllers
|
|
|
|
|
2017-10-09 12:59:41 +00:00
|
|
|
* Mon Oct 09 2017 Richard Hughes <richard@hughsie.com> 1.0.0-1
|
|
|
|
- New upstream release
|
|
|
|
- This release breaks API and ABI to remove deprecated symbols
|
|
|
|
- libdfu is now not installed as a shared library
|
|
|
|
- Add FuDeviceLocker to simplify device open/close lifecycles
|
|
|
|
- Add functionality to blacklist Dell HW with problems
|
|
|
|
- Disable the fallback USB plugin
|
|
|
|
- Do not fail to load the daemon if cached metadata is invalid
|
|
|
|
- Do not use system-specific infomation for UEFI PCI devices
|
|
|
|
- Fix various printing issues with the progressbar
|
|
|
|
- Never fallback to an offline update from client code
|
|
|
|
- Only set the Dell coldplug delay when we know we need it
|
|
|
|
- Parse the SMBIOS v2 and v3 DMI tables directly
|
|
|
|
- Support uploading the UEFI firmware splash image
|
|
|
|
- Use the intel-wmi-thunderbolt kernel module to force power
|
|
|
|
|
2017-09-01 13:36:04 +00:00
|
|
|
* Fri Sep 01 2017 Richard Hughes <richard@hughsie.com> 0.9.7-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a FirmwareBaseURI parameter to the remote config
|
|
|
|
- Add a firmware builder that uses bubblewrap
|
|
|
|
- Add a python script to create fwupd compatible cab files from .exe files
|
|
|
|
- Add a thunderbolt plugin for new kernel interface
|
|
|
|
- Fix an incomplete cipher when using XTEA on data not in 4 byte chunks
|
|
|
|
- Show a bouncing progress bar if the percentage remains at zero
|
|
|
|
- Use the new bootloader PIDs for Unifying pico receivers
|
|
|
|
|
2017-09-01 13:29:46 +00:00
|
|
|
* Fri Sep 01 2017 Kalev Lember <klember@redhat.com> 0.9.6-2
|
|
|
|
- Disable i686 UEFI support now that fwupdate is no longer available there
|
|
|
|
- Enable aarch64 UEFI support now that all the deps are available there
|
|
|
|
|
2017-08-03 09:53:33 +00:00
|
|
|
* Thu Aug 03 2017 Richard Hughes <richard@hughsie.com> 0.9.6-1
|
|
|
|
- New upstream release
|
|
|
|
- Add --version option to fwupdmgr
|
|
|
|
- Display all errors recorded by efi_error tracing
|
|
|
|
- Don't log a warning when an unknown unifying report is parsed
|
|
|
|
- Fix a hang on 32 bit machines
|
|
|
|
- Make sure the unifying percentage completion goes from 0% to 100%
|
|
|
|
- Support embedded devices with local firmware metadata
|
|
|
|
- Use new GUsb functionality to fix flashing Unifying devices
|
|
|
|
|
2017-08-02 20:53:44 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 08:55:57 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-04 14:45:15 +00:00
|
|
|
* Tue Jul 04 2017 Richard Hughes <richard@hughsie.com> 0.9.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a plugin to get the version of the AMT ME interface
|
|
|
|
- Allow flashing Unifying devices in bootloader modes
|
|
|
|
- Filter by Unifying SwId when making HID++2.0 requests
|
|
|
|
- Fix downgrades when version_lowest is set
|
|
|
|
- Fix the self tests when running on PPC64 big endian
|
|
|
|
- Use the UFY DeviceID prefix for Unifying devices
|
|
|
|
|
2017-06-15 08:26:12 +00:00
|
|
|
* Thu Jun 15 2017 Richard Hughes <richard@hughsie.com> 0.9.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Add installed tests that use the daemon
|
|
|
|
- Add the ability to restrict firmware to specific vendors
|
|
|
|
- Compile with newer versions of meson
|
|
|
|
- Fix a common crash when refreshing metadata
|
|
|
|
- Generate a images for status messages during system firmware update
|
|
|
|
- Show progress download when refreshing metadata
|
|
|
|
- Use the correct type signature in the D-Bus introspection file
|
|
|
|
|
2017-06-07 15:08:24 +00:00
|
|
|
* Wed Jun 07 2017 Richard Hughes <richard@hughsie.com> 0.9.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a 'downgrade' command to fwupdmgr
|
|
|
|
- Add a 'get-releases' command to fwupdmgr
|
|
|
|
- Add support for Microsoft HardwareIDs
|
|
|
|
- Allow downloading metadata from more than just the LVFS
|
|
|
|
- Allow multiple checksums on devices and releases
|
|
|
|
- Correctly open Unifying devices with original factory firmware
|
|
|
|
- Do not expect a Unifying reply when issuing a REBOOT command
|
|
|
|
- Do not re-download firmware that exists in the cache
|
|
|
|
- Fix a problem when testing for a Dell system
|
|
|
|
- Fix flashing new firmware to 8bitdo controllers
|
|
|
|
|
2017-05-23 13:05:06 +00:00
|
|
|
* Tue May 23 2017 Richard Hughes <richard@hughsie.com> 0.9.2-2
|
|
|
|
- Backport several fixes for updating Unifying devices
|
|
|
|
|
2017-05-22 18:47:57 +00:00
|
|
|
* Mon May 22 2017 Richard Hughes <richard@hughsie.com> 0.9.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add support for Unifying DFU features
|
|
|
|
- Do not spew a critial warning when parsing an invalid URI
|
|
|
|
- Ensure steelseries device is closed if it returns an invalid packet
|
|
|
|
- Ignore spaces in the Unifying version prefix
|
|
|
|
|
2017-04-20 15:35:44 +00:00
|
|
|
* Thu Apr 20 2017 Richard Hughes <richard@hughsie.com> 0.8.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a config option to allow runtime disabling plugins by name
|
|
|
|
- Add DFU quirk for OpenPICC and SIMtrace
|
|
|
|
- Create directories in /var/cache as required
|
|
|
|
- Fix the Requires lines in the dfu pkg-config file
|
|
|
|
- Only try to mkdir the localstatedir if we have the right permissions
|
|
|
|
- Support proxy servers in fwupdmgr
|
|
|
|
|
2017-03-23 11:24:51 +00:00
|
|
|
* Thu Mar 23 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.1-2
|
|
|
|
+ fwupd-0.8.1-2
|
|
|
|
- Release claimed devices on error, fixes unusable input devices
|
|
|
|
|
2017-02-27 12:14:25 +00:00
|
|
|
* Mon Feb 27 2017 Richard Hughes <richard@hughsie.com> 0.8.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Adjust systemd confinement restrictions
|
|
|
|
- Don't initialize libsmbios on unsupported systems
|
|
|
|
- Fix a crash when enumerating devices
|
|
|
|
|
2017-02-08 13:54:48 +00:00
|
|
|
* Wed Feb 08 2017 Richard Hughes <richard@hughsie.com> 0.8.0-1
|
2017-02-08 13:10:16 +00:00
|
|
|
- New upstream release
|
|
|
|
- Add support for Intel Thunderbolt devices
|
|
|
|
- Add support for Logitech Unifying devices
|
|
|
|
- Add support for Synaptics MST cascades hubs
|
|
|
|
- Add support for the Altus-Metrum ChaosKey device
|
|
|
|
- Always close USB devices before error returns
|
|
|
|
- Return the pending UEFI update when not on AC power
|
|
|
|
- Use a heuristic for the start address if the firmware has no DfuSe footer
|
|
|
|
- Use more restrictive settings when running under systemd
|
|
|
|
|
2016-12-10 19:05:23 +00:00
|
|
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.5-2
|
|
|
|
- Rebuild for gpgme 1.18
|
|
|
|
|
2016-10-19 14:21:30 +00:00
|
|
|
* Wed Oct 19 2016 Richard Hughes <richard@hughsie.com> 0.7.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Add quirks for HydraBus as it does not have a DFU runtime
|
|
|
|
- Don't create the UEFI dummy device if the unlock will happen on next boot
|
|
|
|
- Fix an assert when unlocking the dummy ESRT device
|
|
|
|
- Fix writing firmware to devices using the ST reference bootloader
|
|
|
|
- Match the Dell TB16 device
|
|
|
|
|
2016-09-19 14:41:35 +00:00
|
|
|
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 0.7.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a fallback for older appstream-glib releases
|
|
|
|
- Allow the argument to 'dfu-tool set-release' be major.minor
|
|
|
|
- Fix a possible crash when uploading firmware files using libdfu
|
|
|
|
- Fix libfwupd self tests when a host-provided fwupd is not available
|
|
|
|
- Load the Altos USB descriptor from ELF files
|
|
|
|
- Show the human-readable version in the 'dfu-tool dump' output
|
|
|
|
- Support writing the IHEX symbol table
|
|
|
|
- Write the ELF files with the correct section type
|
|
|
|
|
2016-08-29 09:18:58 +00:00
|
|
|
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> 0.7.3-2
|
|
|
|
- Fix an unexpanded macro in the spec file
|
2016-08-29 09:19:53 +00:00
|
|
|
- Tighten libebitdo-devel requires with the _isa macro
|
2016-08-29 09:22:06 +00:00
|
|
|
- Add ldconfig scripts for libdfu and libebitdo subpackages
|
2016-08-29 09:18:58 +00:00
|
|
|
|
2016-08-29 09:00:06 +00:00
|
|
|
* Mon Aug 29 2016 Richard Hughes <richard@hughsie.com> 0.7.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add Dell TPM and TB15/WD15 support via new Dell provider
|
|
|
|
- Add initial ELF reading and writing support to libdfu
|
|
|
|
- Add support for installing multiple devices from a CAB file
|
|
|
|
- Allow providers to export percentage completion
|
|
|
|
- Don't fail while checking versions or locked state
|
|
|
|
- Show a progress notification when installing firmware
|
|
|
|
- Show the vendor flashing instructions when installing
|
|
|
|
- Use a private gnupg key store
|
|
|
|
- Use the correct firmware when installing a composite device
|
|
|
|
|
2016-08-19 14:25:45 +00:00
|
|
|
* Fri Aug 19 2016 Peter Jones <pjones@redhat.com> - 0.7.2-6
|
|
|
|
- Rebuild to get libfwup.so.1 as our fwupdate dep. This should make this the
|
|
|
|
last time we need to rebuild for this.
|
|
|
|
|
2016-08-17 18:21:26 +00:00
|
|
|
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 0.7.2-5
|
|
|
|
- rebuild against new efivar and fwupdate
|
|
|
|
|
2016-08-12 22:47:37 +00:00
|
|
|
* Fri Aug 12 2016 Adam Williamson <awilliam@redhat.com> - 0.7.2-4
|
|
|
|
- rebuild against new efivar and fwupdate
|
|
|
|
|
2016-08-11 17:29:39 +00:00
|
|
|
* Thu Aug 11 2016 Richard Hughes <richard@hughsie.com> 0.7.2-3
|
|
|
|
- Use the new CDN for firmware metadata
|
|
|
|
|
2016-07-14 09:39:37 +00:00
|
|
|
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 0.7.2-2
|
|
|
|
- Tighten subpackage dependencies
|
|
|
|
|
2016-06-13 12:33:19 +00:00
|
|
|
* Mon Jun 13 2016 Richard Hughes <richard@hughsie.com> 0.7.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Allow devices to have multiple assigned GUIDs
|
|
|
|
- Allow metainfo files to match only specific revisions of devices
|
|
|
|
- Only claim the DFU interface when required
|
|
|
|
- Only return updatable devices from GetDevices()
|
|
|
|
- Show the DFU protocol version in 'dfu-tool list'
|
|
|
|
|
2016-05-13 13:56:59 +00:00
|
|
|
* Fri May 13 2016 Richard Hughes <richard@hughsie.com> 0.7.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Add device-added, device-removed and device-changed signals
|
|
|
|
- Add for a new device field "Flashes Left"
|
|
|
|
- Fix a critical warning when restarting the daemon
|
|
|
|
- Fix BE issues when reading and writing DFU files
|
|
|
|
- Make the device display name nicer
|
|
|
|
- Match the AppStream metadata after a device has been added
|
|
|
|
- Return all update descriptions newer than the installed version
|
|
|
|
- Set the device description when parsing local firmware files
|
|
|
|
|
2016-04-01 13:45:29 +00:00
|
|
|
* Fri Apr 01 2016 Richard Hughes <richard@hughsie.com> 0.7.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Add Alienware to the version quirk table
|
|
|
|
- Add a version plugin for SteelSeries hardware
|
|
|
|
- Do not return updates that require AC when on battery
|
|
|
|
- Return the device flags when getting firmware details
|
|
|
|
|
2016-03-14 09:35:43 +00:00
|
|
|
* Mon Mar 14 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add an unlock method for devices
|
|
|
|
- Add ESRT enable method into UEFI provider
|
|
|
|
- Correct the BCD version number for DFU 1.1
|
|
|
|
- Ignore the DFU runtime on the DW1820A
|
|
|
|
- Only read PCI OptionROM firmware when devices are manually unlocked
|
|
|
|
- Require AC power before scheduling some types of firmware update
|
|
|
|
|
2016-02-12 16:54:14 +00:00
|
|
|
* Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add 'Created' and 'Modified' properties on managed devices
|
|
|
|
- Fix get-results for UEFI provider
|
|
|
|
- Support vendor-specific UEFI version encodings
|
|
|
|
|
2016-02-03 20:55:37 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-19 13:01:39 +00:00
|
|
|
* Tue Jan 19 2016 Richard Hughes <richard@hughsie.com> 0.6.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Do not misdetect different ColorHug devices
|
|
|
|
- Only dump the profiling data when run with --verbose
|
|
|
|
|
2016-08-18 06:32:48 +00:00
|
|
|
* Mon Dec 07 2015 Richard Hughes <richard@hughsie.com> 0.6.0-1
|
2015-12-07 16:25:04 +00:00
|
|
|
- New upstream release
|
|
|
|
- Add support for automatically updating USB DFU-capable devices
|
|
|
|
- Emit the changed signal after doing an update
|
|
|
|
- Export the AppStream ID when returning device results
|
|
|
|
- Use the same device identification string format as Microsoft
|
|
|
|
|
2015-11-18 20:19:28 +00:00
|
|
|
* Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Use API available in fwupdate 0.5 to avoid writing temp files
|
|
|
|
- Fix compile error against fwupdate 0.5 due to API bump
|
|
|
|
|
2015-11-05 10:59:51 +00:00
|
|
|
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Avoid seeking when reading the file magic during refresh
|
|
|
|
- Do not assume that the compressed XML data will be NUL terminated
|
|
|
|
- Use the correct user agent string for fwupdmgr
|
|
|
|
|
2015-10-28 10:03:10 +00:00
|
|
|
* Wed Oct 28 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Add the update description to the GetDetails results
|
|
|
|
- Clear the in-memory firmware store only after parsing a valid XML file
|
|
|
|
- Ensure D-Bus remote errors are registered at fwupdmgr startup
|
|
|
|
- Fix verify-update to produce components with the correct provide values
|
|
|
|
- Show the dotted-decimal representation of the UEFI version number
|
|
|
|
- Support cabinet archives files with more than one firmware
|
|
|
|
|
2015-09-21 10:48:17 +00:00
|
|
|
* Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
|
|
|
|
- Update to 0.5.1 to fix a bug in the offline updater
|
|
|
|
|
2015-09-15 10:10:56 +00:00
|
|
|
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Do not reboot if racing with the PackageKit offline update mechanism
|
|
|
|
|
2015-09-10 14:09:41 +00:00
|
|
|
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-3
|
|
|
|
- Do not merge the existing firmware metadata with the submitted files
|
|
|
|
|
2015-09-10 09:23:55 +00:00
|
|
|
* Thu Sep 10 2015 Kalev Lember <klember@redhat.com> 0.1.6-2
|
|
|
|
- Own system-update.target.wants directory
|
2015-09-10 09:24:50 +00:00
|
|
|
- Make fwupd-sign obsoletes versioned
|
2015-09-10 09:23:55 +00:00
|
|
|
|
2015-09-10 08:35:07 +00:00
|
|
|
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
|
|
|
- New upstream release
|
|
|
|
- Add application metadata when getting the updates list
|
|
|
|
- Remove fwsignd, we have the LVFS now
|
|
|
|
|
2015-08-21 10:05:02 +00:00
|
|
|
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> 0.1.5-3
|
|
|
|
- Disable fwupd offline update service
|
|
|
|
|
2015-08-19 19:34:00 +00:00
|
|
|
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 0.1.5-2
|
|
|
|
- Use the non-beta download URL prefix
|
|
|
|
|
2015-08-12 08:55:18 +00:00
|
|
|
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.1.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a Raspberry Pi firmware provider
|
|
|
|
- Fix validation of written firmware
|
|
|
|
- Make parsing the option ROM runtime optional
|
|
|
|
- Use the AppStream 0.9 firmware specification by default
|
|
|
|
|
2015-07-25 13:59:41 +00:00
|
|
|
* Sat Jul 25 2015 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
|
|
|
- New upstream release
|
|
|
|
- Actually parse the complete PCI option ROM
|
|
|
|
- Add a 'fwupdmgr update' command to update all devices to latest versions
|
|
|
|
- Add a simple signing server that operates on .cab files
|
|
|
|
- Add a 'verify' command that verifies the cryptographic hash of device firmware
|
|
|
|
|
2015-06-17 06:53:02 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-03 13:43:03 +00:00
|
|
|
* Wed Jun 03 2015 Richard Hughes <richard@hughsie.com> 0.1.3-2
|
|
|
|
- Compile with libfwupdate for UEFI firmware support.
|
|
|
|
|
2015-05-28 08:51:09 +00:00
|
|
|
* Thu May 28 2015 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Coldplug the devices before acquiring the well known name
|
|
|
|
- Run the offline actions using systemd when required
|
|
|
|
- Support OpenHardware devices using the fwupd vendor extensions
|
|
|
|
|
2015-04-22 14:24:34 +00:00
|
|
|
* Wed Apr 22 2015 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
|
|
|
- New upstream release
|
|
|
|
- Only allow signed firmware to be upgraded without a password
|
|
|
|
|
2015-03-23 12:04:07 +00:00
|
|
|
* Mon Mar 23 2015 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
|
|
|
- New upstream release
|
|
|
|
- Add a 'get-updates' command to fwupdmgr
|
|
|
|
- Add and document the offline-update lifecycle
|
|
|
|
- Create a libfwupd shared library
|
|
|
|
- Create runtime directories if they do not exist
|
|
|
|
- Do not crash when there are no devices to return
|
|
|
|
|
2015-03-16 20:48:34 +00:00
|
|
|
* Mon Mar 16 2015 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
|
|
|
- First release
|