Blame SPECS/fwupd.spec

cbfd31
%global glib2_version 2.45.8
cbfd31
%global libappstream_version 0.7.4
cbfd31
%global libgusb_version 0.2.11
cbfd31
%global libsoup_version 2.51.92
cbfd31
%global systemd_version 231
cbfd31
%global json_glib_version 1.1.1
cbfd31
cbfd31
%global enable_tests 1
cbfd31
%global enable_dummy 1
cbfd31
cbfd31
# fwupd.efi is only available on these arches
cbfd31
%ifarch x86_64 aarch64
cbfd31
%global have_uefi 1
cbfd31
%endif
cbfd31
cbfd31
# redfish is only available on this arch
cbfd31
%ifarch x86_64
cbfd31
%global have_redfish 1
cbfd31
%endif
cbfd31
cbfd31
# libsmbios is only available on x86
cbfd31
%ifarch x86_64
cbfd31
%global have_dell 1
cbfd31
%endif
cbfd31
cbfd31
Summary:   Firmware update daemon
cbfd31
Name:      fwupd
cbfd31
Version:   1.1.4
bbab8c
Release:   2%{?dist}
cbfd31
License:   LGPLv2+
cbfd31
URL:       https://github.com/hughsie/fwupd
cbfd31
Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
cbfd31
Source1:   securebootca.cer
cbfd31
Source2:   secureboot.cer
cbfd31
cbfd31
# backport from upstream
cbfd31
Patch0:    0001-trivial-Relax-the-timing-requirements-on-the-FuDevic.patch
bbab8c
Patch1:    0001-Relax-the-certificate-time-checks-in-the-self-tests-.patch
cbfd31
cbfd31
BuildRequires: gettext
cbfd31
BuildRequires: glib2-devel >= %{glib2_version}
cbfd31
BuildRequires: libappstream-glib-devel >= %{libappstream_version}
cbfd31
BuildRequires: libgcab1-devel
cbfd31
BuildRequires: libgudev1-devel
cbfd31
BuildRequires: libgusb-devel >= %{libgusb_version}
cbfd31
BuildRequires: libsoup-devel >= %{libsoup_version}
cbfd31
BuildRequires: polkit-devel >= 0.103
cbfd31
BuildRequires: sqlite-devel
cbfd31
BuildRequires: gpgme-devel
cbfd31
BuildRequires: systemd >= %{systemd_version}
cbfd31
BuildRequires: libarchive-devel
cbfd31
BuildRequires: gobject-introspection-devel
cbfd31
BuildRequires: gcab
cbfd31
%ifarch %{valgrind_arches}
cbfd31
BuildRequires: valgrind
cbfd31
BuildRequires: valgrind-devel
cbfd31
%endif
cbfd31
BuildRequires: elfutils-libelf-devel
cbfd31
BuildRequires: gtk-doc
cbfd31
BuildRequires: libuuid-devel
cbfd31
BuildRequires: gnutls-devel
cbfd31
BuildRequires: gnutls-utils
cbfd31
BuildRequires: meson
cbfd31
BuildRequires: help2man
cbfd31
BuildRequires: json-glib-devel >= %{json_glib_version}
cbfd31
BuildRequires: vala
cbfd31
BuildRequires: python3-devel
cbfd31
BuildRequires: bash-completion
cbfd31
cbfd31
# until rh-signing-tools is fixed
cbfd31
BuildRequires: nss-tools
cbfd31
cbfd31
%if 0%{?have_redfish}
cbfd31
BuildRequires: efivar-devel >= 33
cbfd31
%endif
cbfd31
cbfd31
%if 0%{?have_uefi}
cbfd31
BuildRequires: efivar-devel >= 33
cbfd31
BuildRequires: python3 python3-cairo python3-gobject python3-pillow
cbfd31
BuildRequires: pango-devel
cbfd31
BuildRequires: cairo-devel cairo-gobject-devel
cbfd31
BuildRequires: freetype
cbfd31
BuildRequires: fontconfig
cbfd31
BuildRequires: google-noto-sans-cjk-ttc-fonts
cbfd31
BuildRequires: gnu-efi-devel
cbfd31
BuildRequires: pesign
cbfd31
%endif
cbfd31
cbfd31
%if 0%{?have_dell}
cbfd31
BuildRequires: efivar-devel >= 33
cbfd31
BuildRequires: libsmbios-devel >= 2.3.0
cbfd31
%endif
cbfd31
cbfd31
Requires(post): systemd
cbfd31
Requires(preun): systemd
cbfd31
Requires(postun): systemd
cbfd31
cbfd31
Requires: glib2%{?_isa} >= %{glib2_version}
cbfd31
Requires: libappstream-glib%{?_isa} >= %{libappstream_version}
cbfd31
Requires: libgusb%{?_isa} >= %{libgusb_version}
cbfd31
Requires: libsoup%{?_isa} >= %{libsoup_version}
cbfd31
Requires: bubblewrap
cbfd31
cbfd31
Obsoletes: fwupd-sign < 0.1.6
cbfd31
Obsoletes: libebitdo < 0.7.5-3
cbfd31
Obsoletes: libdfu < 1.0.0
cbfd31
Obsoletes: fwupd-labels < 1.1.0-1
cbfd31
cbfd31
%description
cbfd31
fwupd is a daemon to allow session software to update device firmware.
cbfd31
cbfd31
%package devel
cbfd31
Summary: Development package for %{name}
cbfd31
Requires: %{name}%{?_isa} = %{version}-%{release}
cbfd31
Obsoletes: libebitdo-devel < 0.7.5-3
cbfd31
Obsoletes: libdfu-devel < 1.0.0
cbfd31
cbfd31
%description devel
cbfd31
Files for development with %{name}.
cbfd31
cbfd31
%package tests
cbfd31
Summary: Data files for installed tests
cbfd31
BuildArch: noarch
bbab8c
Recommends: python3
cbfd31
cbfd31
%description tests
cbfd31
Data files for installed tests.
cbfd31
cbfd31
%prep
bbab8c
%autosetup -p1
cbfd31
cbfd31
sed -ri '1s=^#!/usr/bin/(env )?python3=#!%{__python3}=' \
cbfd31
        libfwupd/generate-version-script.py \
cbfd31
        data/installed-tests/hardware.py \
cbfd31
        po/test-deps \
cbfd31
        po/make-images \
cbfd31
        contrib/ci/generate_debian.py \
cbfd31
        contrib/ci/generate_docker.py \
cbfd31
        contrib/firmware-packager/firmware-packager \
cbfd31
        plugins/dfu/contrib/parse-avrdude-conf.py
cbfd31
cbfd31
%build
cbfd31
cbfd31
# allow rh-signing-tools package for RHEL-8
cbfd31
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
cbfd31
cbfd31
%meson \
cbfd31
    -Dgtkdoc=true \
cbfd31
%if 0%{?enable_tests}
cbfd31
    -Dtests=true \
cbfd31
%else
cbfd31
    -Dtests=false \
cbfd31
%endif
cbfd31
%if 0%{?enable_dummy}
cbfd31
    -Dplugin_dummy=true \
cbfd31
%else
cbfd31
    -Dplugin_dummy=false \
cbfd31
%endif
cbfd31
    -Dplugin_thunderbolt=true \
cbfd31
%if 0%{?have_redfish}
cbfd31
    -Dplugin_redfish=true \
cbfd31
%else
cbfd31
    -Dplugin_redfish=false \
cbfd31
%endif
cbfd31
%if 0%{?have_uefi}
cbfd31
    -Dplugin_uefi=true \
cbfd31
    -Dplugin_nvme=true \
cbfd31
%else
cbfd31
    -Dplugin_uefi=false \
cbfd31
    -Dplugin_nvme=false \
cbfd31
%endif
cbfd31
%if 0%{?have_dell}
cbfd31
    -Dplugin_dell=true \
cbfd31
    -Dplugin_synaptics=true \
cbfd31
%else
cbfd31
    -Dplugin_dell=false \
cbfd31
    -Dplugin_synaptics=false \
cbfd31
%endif
cbfd31
    -Dman=true
cbfd31
cbfd31
%meson_build
cbfd31
cbfd31
%if 0%{?enable_tests}
cbfd31
%check
cbfd31
%meson_test
cbfd31
%endif
cbfd31
cbfd31
%install
cbfd31
%meson_install
cbfd31
cbfd31
# sign fwupd.efi loader
cbfd31
%if 0%{?have_uefi}
cbfd31
%ifarch x86_64
cbfd31
%global efiarch x64
cbfd31
%endif
cbfd31
%ifarch aarch64
cbfd31
%global efiarch aa64
cbfd31
%endif
cbfd31
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
cbfd31
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed -a %{SOURCE1} -c %{SOURCE2} -n redhatsecureboot301
cbfd31
%endif
cbfd31
cbfd31
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
cbfd31
cbfd31
%find_lang %{name}
cbfd31
cbfd31
%post
cbfd31
/sbin/ldconfig
cbfd31
%systemd_post fwupd.service
cbfd31
cbfd31
%preun
cbfd31
%systemd_preun fwupd.service
cbfd31
cbfd31
%postun
cbfd31
/sbin/ldconfig
cbfd31
%systemd_postun_with_restart fwupd.service
cbfd31
%systemd_postun_with_restart pesign.service
cbfd31
cbfd31
%files -f %{name}.lang
cbfd31
%doc README.md AUTHORS NEWS
cbfd31
%license COPYING
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
cbfd31
%if 0%{?have_uefi}
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/uefi.conf
cbfd31
%endif
cbfd31
%if 0%{?have_redfish}
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/redfish.conf
cbfd31
%endif
cbfd31
%dir %{_libexecdir}/fwupd
cbfd31
%{_libexecdir}/fwupd/fwupd
cbfd31
%{_libexecdir}/fwupd/fwupdtool
cbfd31
%if 0%{?have_uefi}
cbfd31
%{_libexecdir}/fwupd/efi/*.efi
cbfd31
%{_libexecdir}/fwupd/efi/*.efi.signed
cbfd31
%{_libexecdir}/fwupd/fwupdate
cbfd31
%endif
cbfd31
%{_bindir}/dfu-tool
cbfd31
%{_bindir}/fwupdmgr
cbfd31
%dir %{_sysconfdir}/fwupd
cbfd31
%dir %{_sysconfdir}/fwupd/remotes.d
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd.conf
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs.conf
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/lvfs-testing.conf
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor.conf
cbfd31
%config(noreplace)%{_sysconfdir}/pki/fwupd
cbfd31
%{_sysconfdir}/pki/fwupd-metadata
cbfd31
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf
cbfd31
%{_datadir}/bash-completion/completions/fwupdmgr
cbfd31
%{_datadir}/bash-completion/completions/fwupdtool
cbfd31
%{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml
cbfd31
%{_datadir}/fwupd/remotes.d/fwupd/metadata.xml
cbfd31
%{_datadir}/fwupd/remotes.d/vendor/firmware/README.md
cbfd31
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
cbfd31
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
cbfd31
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules
cbfd31
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
cbfd31
%{_datadir}/man/man1/dfu-tool.1.gz
cbfd31
%{_datadir}/man/man1/fwupdmgr.1.gz
cbfd31
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
cbfd31
%{_datadir}/fwupd/firmware-packager
cbfd31
%{_unitdir}/fwupd-offline-update.service
cbfd31
%{_unitdir}/fwupd.service
cbfd31
%{_unitdir}/system-update.target.wants/
cbfd31
%dir %{_localstatedir}/lib/fwupd
cbfd31
%dir %{_datadir}/fwupd/quirks.d
cbfd31
%{_datadir}/fwupd/quirks.d/*.quirk
cbfd31
%{_localstatedir}/lib/fwupd/builder/README.md
cbfd31
%{_libdir}/libfwupd*.so.*
cbfd31
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
cbfd31
/usr/lib/udev/rules.d/*.rules
cbfd31
%dir %{_libdir}/fwupd-plugins-3
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_altos.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_amt.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_colorhug.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_csr.so
cbfd31
%if 0%{?have_dell}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_esrt.so
cbfd31
%endif
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_dock.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_flashrom.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
cbfd31
%if 0%{?have_uefi}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_nvme.so
cbfd31
%endif
cbfd31
%if 0%{?have_redfish}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_redfish.so
cbfd31
%endif
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hid.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hub.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_superio.so
cbfd31
%if 0%{?have_dell}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
cbfd31
%endif
cbfd31
%if 0%{?enable_dummy}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_test.so
cbfd31
%endif
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt_power.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_udev.so
cbfd31
%if 0%{?have_uefi}
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_uefi.so
cbfd31
%endif
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_unifying.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_upower.so
cbfd31
%{_libdir}/fwupd-plugins-3/libfu_plugin_wacomhid.so
cbfd31
%ghost %{_localstatedir}/lib/fwupd/gnupg
cbfd31
%if 0%{?have_uefi}
cbfd31
%{_datadir}/locale/*/LC_IMAGES/fwupd*
cbfd31
%endif
cbfd31
cbfd31
%files devel
cbfd31
%{_datadir}/gir-1.0/Fwupd-2.0.gir
cbfd31
%{_datadir}/gtk-doc/html/libfwupd
cbfd31
%{_datadir}/vala/vapi
cbfd31
%{_includedir}/fwupd-1
cbfd31
%{_libdir}/libfwupd*.so
cbfd31
%{_libdir}/pkgconfig/fwupd.pc
cbfd31
cbfd31
%files tests
cbfd31
%dir %{_datadir}/installed-tests/fwupd
cbfd31
%{_datadir}/installed-tests/fwupd/firmware-example.xml.gz
cbfd31
%{_datadir}/installed-tests/fwupd/firmware-example.xml.gz.asc
cbfd31
%{_datadir}/installed-tests/fwupd/*.test
cbfd31
%{_datadir}/installed-tests/fwupd/*.cab
cbfd31
%{_datadir}/installed-tests/fwupd/*.sh
cbfd31
%{_datadir}/installed-tests/fwupd/*.py*
cbfd31
cbfd31
%changelog
bbab8c
* Mon Nov 25 2019 Richard Hughes <richard@hughsie.com> 1.1.4-2
bbab8c
- Do not require python3 in the base package
bbab8c
- Resolves: #1724593
bbab8c
cbfd31
* Wed Nov 07 2018 Richard Hughes <richard@hughsie.com> 1.1.4-1
cbfd31
- New upstream release
cbfd31
- Use HTTPS_PROXY if set
cbfd31
- Make the dell-dock plugin more robust in several ways
cbfd31
- Adjust EVB board handling
cbfd31
- Resolves: #1647557
cbfd31
cbfd31
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
cbfd31
- New upstream release
cbfd31
- Adds support for an upcoming Dell USB-C dock
cbfd31
- Don't use an obsolete font when building the UEFI images
cbfd31
- Resolves: #1607842
cbfd31
cbfd31
* Wed Oct 10 2018 Richard Hughes <richard@hughsie.com> 1.1.1-11
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
- Related: #1614424
cbfd31
cbfd31
* Fri Sep 28 2018 Brendan Reilly <breilly@redhat.com> 1.1.1-10
cbfd31
- Rebuild
cbfd31
- Related: #1614424
cbfd31
cbfd31
* Thu Sep 20 2018 Brendan Reilly <breilly@redhat.com> 1.1.1-9
cbfd31
- Rebuild
cbfd31
- Related: #1614424
cbfd31
cbfd31
* Tue Sep 18 2018 Tomas Mlcoch <tmlcoch@hughsie.com> 1.1.1-8
cbfd31
- Rebuild
cbfd31
- Related: #1614424
cbfd31
cbfd31
* Tue Sep 04 2018 Richard Hughes <richard@hughsie.com> 1.1.1-7
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
- Related: #1614424
cbfd31
cbfd31
* Fri Aug 31 2018 Richard Hughes <richard@hughsie.com> 1.1.1-6
cbfd31
- Include the certificates for secure boot signing
cbfd31
cbfd31
* Wed Aug 29 2018 Richard Hughes <richard@hughsie.com> 1.1.1-5
cbfd31
- Include the certificates for secure boot signing
cbfd31
cbfd31
* Tue Aug 23 2018 Richard Hughes <richard@hughsie.com> 1.1.1-4
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
cbfd31
* Thu Aug 23 2018 Richard Hughes <richard@hughsie.com> 1.1.1-3
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
cbfd31
* Mon Aug 20 2018 Richard Hughes <richard@hughsie.com> 1.1.1-2
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
cbfd31
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
cbfd31
- New upstream release
cbfd31
- Add support for the Synaptics Panamera hardware
cbfd31
- Add validation for Alpine and Titan Ridge
cbfd31
- Allow flashing unifying devices in recovery mode
cbfd31
- Allow running synapticsmst on non-Dell hardware
cbfd31
- Check the ESP for sanity at at startup
cbfd31
- Do not hold hidraw devices open forever
cbfd31
- Fix a potential segfault in smbios data parsing
cbfd31
- Fix encoding the GUID into the capsule EFI variable
cbfd31
- Fix various bugs when reading the thunderbolt version number
cbfd31
- Improve the Redfish plugin to actually work with real hardware
cbfd31
- Reboot synapticsmst devices at the end of flash cycle
cbfd31
- Show the correct title when updating devices
cbfd31
cbfd31
* Fri Aug  3 2018 Florian Weimer <fweimer@redhat.com> - 1.1.0-3
cbfd31
- Honor %%{valgrind_arches}
cbfd31
cbfd31
* Thu Jul 12 2018 Richard Hughes <richard@hughsie.com> 1.1.0-2
cbfd31
- Rebuild to get the EFI executable signed with the Red Hat key
cbfd31
cbfd31
* Wed Jul 11 2018 Richard Hughes <richard@hughsie.com> 1.1.0-1
cbfd31
- New upstream release
cbfd31
- Add a initial Redfish support
cbfd31
- Allow devices to assign a plugin from the quirk subsystem
cbfd31
- Detect the EFI system partition location at runtime
cbfd31
- Do not use 8bitdo bootloader commands after a successful flash
cbfd31
- Fix a potential buffer overflow when applying a DFU patch
cbfd31
- Fix downgrading older releases to devices
cbfd31
- Fix flashing devices that require a manual replug
cbfd31
- Fix unifying failure to detach when using a slow host controller
cbfd31
- Merge fwupdate functionality into fwupd
cbfd31
- Support more Wacom tablets
cbfd31
cbfd31
* Wed Jun 20 2018 Tomas Orsava <torsava@redhat.com> - 1.0.6-2
cbfd31
- Switch hardcoded python3 shebangs into the %%{__python3} macro
cbfd31
- Add missing BuildRequires on python3-devel so that %%{__python3} macro is
cbfd31
  defined
cbfd31
cbfd31
* Mon Mar 12 2018 Richard Hughes <richard@hughsie.com> 1.0.6-1
cbfd31
- New upstream release
cbfd31
- Add bash completion for fwupdmgr
cbfd31
- Add support for newest Thunderbolt chips
cbfd31
- Allow devices to use the runtime version when in bootloader mode
cbfd31
- Allow overriding ESP mount point via conf file
cbfd31
- Correct handling of unknown Thunderbolt devices
cbfd31
- Correctly detect new remotes that are manually copied
cbfd31
- Delete any old fwupdate capsules and efivars when launching fwupd
cbfd31
- Fix a crash related to when passing device to downgrade in CLI
cbfd31
- Fix Unifying signature writing and parsing for Texas bootloader
cbfd31
- Generate Vala bindings
cbfd31
cbfd31
* Fri Feb 23 2018 Richard Hughes <richard@hughsie.com> 1.0.5-2
cbfd31
- Use the new CDN for metadata.
cbfd31
cbfd31
* Wed Feb 14 2018 Richard Hughes <richard@hughsie.com> 1.0.5-1
cbfd31
- New upstream release
cbfd31
- Be more careful deleting and modifying device history
cbfd31
- Fix crasher with MST flashing
cbfd31
- Fix DFU detach with newer releases of libusb
cbfd31
- Offer to reboot when processing an offline update
cbfd31
- Show the user a URL when they report a known problem
cbfd31
- Stop matching 8bitdo DS4 controller VID/PID
cbfd31
- Support split cabinet archives as produced by Windows Update
cbfd31
cbfd31
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
cbfd31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cbfd31
cbfd31
* Thu Jan 25 2018 Richard Hughes <richard@hughsie.com> 1.0.4-1
cbfd31
- New upstream release
cbfd31
- Add a device name for locked UEFI devices
cbfd31
- Add D-Bus methods to get and modify the history information
cbfd31
- Allow the user to share firmware update success or failure
cbfd31
- Ask the user to refresh metadata when it is very old
cbfd31
- Never add two devices to the daemon with the same ID
cbfd31
- Rescan supported flags when refreshing metadata
cbfd31
- Store firmware update success and failure to a local database
cbfd31
cbfd31
* Fri Jan 12 2018 Richard Hughes <richard@hughsie.com> 1.0.3-2
cbfd31
- Backport a patch that fixes applying firmware updates using gnome-software.
cbfd31
cbfd31
* Tue Jan 09 2018 Richard Hughes <richard@hughsie.com> 1.0.3-1
cbfd31
- New upstream release
cbfd31
- Add a new plugin to add support for CSR "Driverless DFU"
cbfd31
- Add initial SF30/SN30 Pro support
cbfd31
- Block owned Dell TPM updates
cbfd31
- Choose the correct component from provides matches using requirements
cbfd31
- Do not try to parse huge compressed archive files
cbfd31
- Handle Thunderbolt "native" mode
cbfd31
- Use the new functionality in libgcab >= 1.0 to avoid writing temp files
cbfd31
cbfd31
* Tue Nov 28 2017 Richard Hughes <richard@hughsie.com> 1.0.2-1
cbfd31
- New upstream release
cbfd31
- Add a plugin for the Nitrokey Storage device
cbfd31
- Add quirk for AT32UC3B1256 as used in the RubberDucky
cbfd31
- Add support for the original AVR DFU protocol
cbfd31
- Allow different plugins to claim the same device
cbfd31
- Disable the dell plugin if libsmbios fails
cbfd31
- Fix critical warning when more than one remote fails to load
cbfd31
- Ignore useless Thunderbolt device types
cbfd31
- Set environment variables to allow easy per-plugin debugging
cbfd31
- Show a nicer error message if the requirement fails
cbfd31
- Sort the output of GetUpgrades correctly
cbfd31
- Use a SHA1 hash for the internal DeviceID
cbfd31
cbfd31
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-3
cbfd31
- Rebuild against libappstream-glib 0.7.4
cbfd31
cbfd31
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-2
cbfd31
- Fix libdfu obsoletes versions
cbfd31
cbfd31
* Thu Nov 09 2017 Richard Hughes <richard@hughsie.com> 1.0.1-1
cbfd31
- New upstream release
cbfd31
- Add support for HWID requirements
cbfd31
- Add support for programming various AVR32 and XMEGA parts using DFU
cbfd31
- Add the various DFU quirks for the Jabra Speak devices
cbfd31
- Catch invalid Dell dock component requests
cbfd31
- Correctly output Intel HEX files with > 16bit offset addresses
cbfd31
- Do not try to verify the element write if upload is unsupported
cbfd31
- Fix a double-unref when updating any 8Bitdo device
cbfd31
- Fix uploading large firmware files over DFU
cbfd31
- Format the BCD USB revision numbers correctly
cbfd31
- Guess the DFU transfer size if it is not specified
cbfd31
- Include the reset timeout as wValue to fix some DFU bootloaders
cbfd31
- Move the database of supported devices out into runtime loaded files
cbfd31
- Support devices with truncated DFU interface data
cbfd31
- Use the correct wDetachTimeOut when writing DFU firmware
cbfd31
- Verify devices with legacy VIDs are actually 8Bitdo controllers
cbfd31
cbfd31
* Mon Oct 09 2017 Richard Hughes <richard@hughsie.com> 1.0.0-1
cbfd31
- New upstream release
cbfd31
- This release breaks API and ABI to remove deprecated symbols
cbfd31
- libdfu is now not installed as a shared library
cbfd31
- Add FuDeviceLocker to simplify device open/close lifecycles
cbfd31
- Add functionality to blacklist Dell HW with problems
cbfd31
- Disable the fallback USB plugin
cbfd31
- Do not fail to load the daemon if cached metadata is invalid
cbfd31
- Do not use system-specific infomation for UEFI PCI devices
cbfd31
- Fix various printing issues with the progressbar
cbfd31
- Never fallback to an offline update from client code
cbfd31
- Only set the Dell coldplug delay when we know we need it
cbfd31
- Parse the SMBIOS v2 and v3 DMI tables directly
cbfd31
- Support uploading the UEFI firmware splash image
cbfd31
- Use the intel-wmi-thunderbolt kernel module to force power
cbfd31
cbfd31
* Fri Sep 01 2017 Richard Hughes <richard@hughsie.com> 0.9.7-1
cbfd31
- New upstream release
cbfd31
- Add a FirmwareBaseURI parameter to the remote config
cbfd31
- Add a firmware builder that uses bubblewrap
cbfd31
- Add a python script to create fwupd compatible cab files from .exe files
cbfd31
- Add a thunderbolt plugin for new kernel interface
cbfd31
- Fix an incomplete cipher when using XTEA on data not in 4 byte chunks
cbfd31
- Show a bouncing progress bar if the percentage remains at zero
cbfd31
- Use the new bootloader PIDs for Unifying pico receivers
cbfd31
cbfd31
* Fri Sep 01 2017 Kalev Lember <klember@redhat.com> 0.9.6-2
cbfd31
- Disable i686 UEFI support now that fwupdate is no longer available there
cbfd31
- Enable aarch64 UEFI support now that all the deps are available there
cbfd31
cbfd31
* Thu Aug 03 2017 Richard Hughes <richard@hughsie.com> 0.9.6-1
cbfd31
- New upstream release
cbfd31
- Add --version option to fwupdmgr
cbfd31
- Display all errors recorded by efi_error tracing
cbfd31
- Don't log a warning when an unknown unifying report is parsed
cbfd31
- Fix a hang on 32 bit machines
cbfd31
- Make sure the unifying percentage completion goes from 0% to 100%
cbfd31
- Support embedded devices with local firmware metadata
cbfd31
- Use new GUsb functionality to fix flashing Unifying devices
cbfd31
cbfd31
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
cbfd31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cbfd31
cbfd31
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
cbfd31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
cbfd31
cbfd31
* Tue Jul 04 2017 Richard Hughes <richard@hughsie.com> 0.9.5-1
cbfd31
- New upstream release
cbfd31
- Add a plugin to get the version of the AMT ME interface
cbfd31
- Allow flashing Unifying devices in bootloader modes
cbfd31
- Filter by Unifying SwId when making HID++2.0 requests
cbfd31
- Fix downgrades when version_lowest is set
cbfd31
- Fix the self tests when running on PPC64 big endian
cbfd31
- Use the UFY DeviceID prefix for Unifying devices
cbfd31
cbfd31
* Thu Jun 15 2017 Richard Hughes <richard@hughsie.com> 0.9.4-1
cbfd31
- New upstream release
cbfd31
- Add installed tests that use the daemon
cbfd31
- Add the ability to restrict firmware to specific vendors
cbfd31
- Compile with newer versions of meson
cbfd31
- Fix a common crash when refreshing metadata
cbfd31
- Generate a images for status messages during system firmware update
cbfd31
- Show progress download when refreshing metadata
cbfd31
- Use the correct type signature in the D-Bus introspection file
cbfd31
cbfd31
* Wed Jun 07 2017 Richard Hughes <richard@hughsie.com> 0.9.3-1
cbfd31
- New upstream release
cbfd31
- Add a 'downgrade' command to fwupdmgr
cbfd31
- Add a 'get-releases' command to fwupdmgr
cbfd31
- Add support for Microsoft HardwareIDs
cbfd31
- Allow downloading metadata from more than just the LVFS
cbfd31
- Allow multiple checksums on devices and releases
cbfd31
- Correctly open Unifying devices with original factory firmware
cbfd31
- Do not expect a Unifying reply when issuing a REBOOT command
cbfd31
- Do not re-download firmware that exists in the cache
cbfd31
- Fix a problem when testing for a Dell system
cbfd31
- Fix flashing new firmware to 8bitdo controllers
cbfd31
cbfd31
* Tue May 23 2017 Richard Hughes <richard@hughsie.com> 0.9.2-2
cbfd31
- Backport several fixes for updating Unifying devices
cbfd31
cbfd31
* Mon May 22 2017 Richard Hughes <richard@hughsie.com> 0.9.2-1
cbfd31
- New upstream release
cbfd31
- Add support for Unifying DFU features
cbfd31
- Do not spew a critial warning when parsing an invalid URI
cbfd31
- Ensure steelseries device is closed if it returns an invalid packet
cbfd31
- Ignore spaces in the Unifying version prefix
cbfd31
cbfd31
* Thu Apr 20 2017 Richard Hughes <richard@hughsie.com> 0.8.2-1
cbfd31
- New upstream release
cbfd31
- Add a config option to allow runtime disabling plugins by name
cbfd31
- Add DFU quirk for OpenPICC and SIMtrace
cbfd31
- Create directories in /var/cache as required
cbfd31
- Fix the Requires lines in the dfu pkg-config file
cbfd31
- Only try to mkdir the localstatedir if we have the right permissions
cbfd31
- Support proxy servers in fwupdmgr
cbfd31
cbfd31
* Thu Mar 23 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.1-2
cbfd31
+ fwupd-0.8.1-2
cbfd31
- Release claimed devices on error, fixes unusable input devices
cbfd31
cbfd31
* Mon Feb 27 2017 Richard Hughes <richard@hughsie.com> 0.8.1-1
cbfd31
- New upstream release
cbfd31
- Adjust systemd confinement restrictions
cbfd31
- Don't initialize libsmbios on unsupported systems
cbfd31
- Fix a crash when enumerating devices
cbfd31
cbfd31
* Wed Feb 08 2017 Richard Hughes <richard@hughsie.com> 0.8.0-1
cbfd31
- New upstream release
cbfd31
- Add support for Intel Thunderbolt devices
cbfd31
- Add support for Logitech Unifying devices
cbfd31
- Add support for Synaptics MST cascades hubs
cbfd31
- Add support for the Altus-Metrum ChaosKey device
cbfd31
- Always close USB devices before error returns
cbfd31
- Return the pending UEFI update when not on AC power
cbfd31
- Use a heuristic for the start address if the firmware has no DfuSe footer
cbfd31
- Use more restrictive settings when running under systemd
cbfd31
cbfd31
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.5-2
cbfd31
- Rebuild for gpgme 1.18
cbfd31
cbfd31
* Wed Oct 19 2016 Richard Hughes <richard@hughsie.com> 0.7.5-1
cbfd31
- New upstream release
cbfd31
- Add quirks for HydraBus as it does not have a DFU runtime
cbfd31
- Don't create the UEFI dummy device if the unlock will happen on next boot
cbfd31
- Fix an assert when unlocking the dummy ESRT device
cbfd31
- Fix writing firmware to devices using the ST reference bootloader
cbfd31
- Match the Dell TB16 device
cbfd31
cbfd31
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 0.7.4-1
cbfd31
- New upstream release
cbfd31
- Add a fallback for older appstream-glib releases
cbfd31
- Allow the argument to 'dfu-tool set-release' be major.minor
cbfd31
- Fix a possible crash when uploading firmware files using libdfu
cbfd31
- Fix libfwupd self tests when a host-provided fwupd is not available
cbfd31
- Load the Altos USB descriptor from ELF files
cbfd31
- Show the human-readable version in the 'dfu-tool dump' output
cbfd31
- Support writing the IHEX symbol table
cbfd31
- Write the ELF files with the correct section type
cbfd31
cbfd31
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> 0.7.3-2
cbfd31
- Fix an unexpanded macro in the spec file
cbfd31
- Tighten libebitdo-devel requires with the _isa macro
cbfd31
- Add ldconfig scripts for libdfu and libebitdo subpackages
cbfd31
cbfd31
* Mon Aug 29 2016 Richard Hughes <richard@hughsie.com> 0.7.3-1
cbfd31
- New upstream release
cbfd31
- Add Dell TPM and TB15/WD15 support via new Dell provider
cbfd31
- Add initial ELF reading and writing support to libdfu
cbfd31
- Add support for installing multiple devices from a CAB file
cbfd31
- Allow providers to export percentage completion
cbfd31
- Don't fail while checking versions or locked state
cbfd31
- Show a progress notification when installing firmware
cbfd31
- Show the vendor flashing instructions when installing
cbfd31
- Use a private gnupg key store
cbfd31
- Use the correct firmware when installing a composite device
cbfd31
cbfd31
* Fri Aug 19 2016 Peter Jones <pjones@redhat.com> - 0.7.2-6
cbfd31
- Rebuild to get libfwup.so.1 as our fwupdate dep.  This should make this the
cbfd31
  last time we need to rebuild for this.
cbfd31
cbfd31
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 0.7.2-5
cbfd31
- rebuild against new efivar and fwupdate
cbfd31
cbfd31
* Fri Aug 12 2016 Adam Williamson <awilliam@redhat.com> - 0.7.2-4
cbfd31
- rebuild against new efivar and fwupdate
cbfd31
cbfd31
* Thu Aug 11 2016 Richard Hughes <richard@hughsie.com> 0.7.2-3
cbfd31
- Use the new CDN for firmware metadata
cbfd31
cbfd31
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 0.7.2-2
cbfd31
- Tighten subpackage dependencies
cbfd31
cbfd31
* Mon Jun 13 2016 Richard Hughes <richard@hughsie.com> 0.7.2-1
cbfd31
- New upstream release
cbfd31
- Allow devices to have multiple assigned GUIDs
cbfd31
- Allow metainfo files to match only specific revisions of devices
cbfd31
- Only claim the DFU interface when required
cbfd31
- Only return updatable devices from GetDevices()
cbfd31
- Show the DFU protocol version in 'dfu-tool list'
cbfd31
cbfd31
* Fri May 13 2016 Richard Hughes <richard@hughsie.com> 0.7.1-1
cbfd31
- New upstream release
cbfd31
- Add device-added, device-removed and device-changed signals
cbfd31
- Add for a new device field "Flashes Left"
cbfd31
- Fix a critical warning when restarting the daemon
cbfd31
- Fix BE issues when reading and writing DFU files
cbfd31
- Make the device display name nicer
cbfd31
- Match the AppStream metadata after a device has been added
cbfd31
- Return all update descriptions newer than the installed version
cbfd31
- Set the device description when parsing local firmware files
cbfd31
cbfd31
* Fri Apr 01 2016 Richard Hughes <richard@hughsie.com> 0.7.0-1
cbfd31
- New upstream release
cbfd31
- Add Alienware to the version quirk table
cbfd31
- Add a version plugin for SteelSeries hardware
cbfd31
- Do not return updates that require AC when on battery
cbfd31
- Return the device flags when getting firmware details
cbfd31
cbfd31
* Mon Mar 14 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
cbfd31
- New upstream release
cbfd31
- Add an unlock method for devices
cbfd31
- Add ESRT enable method into UEFI provider
cbfd31
- Correct the BCD version number for DFU 1.1
cbfd31
- Ignore the DFU runtime on the DW1820A
cbfd31
- Only read PCI OptionROM firmware when devices are manually unlocked
cbfd31
- Require AC power before scheduling some types of firmware update
cbfd31
cbfd31
* Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
cbfd31
- New upstream release
cbfd31
- Add 'Created' and 'Modified' properties on managed devices
cbfd31
- Fix get-results for UEFI provider
cbfd31
- Support vendor-specific UEFI version encodings
cbfd31
cbfd31
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
cbfd31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cbfd31
cbfd31
* Tue Jan 19 2016 Richard Hughes <richard@hughsie.com> 0.6.1-1
cbfd31
- New upstream release
cbfd31
- Do not misdetect different ColorHug devices
cbfd31
- Only dump the profiling data when run with --verbose
cbfd31
cbfd31
* Mon Dec 07 2015 Richard Hughes <richard@hughsie.com> 0.6.0-1
cbfd31
- New upstream release
cbfd31
- Add support for automatically updating USB DFU-capable devices
cbfd31
- Emit the changed signal after doing an update
cbfd31
- Export the AppStream ID when returning device results
cbfd31
- Use the same device identification string format as Microsoft
cbfd31
cbfd31
* Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
cbfd31
- New upstream release
cbfd31
- Use API available in fwupdate 0.5 to avoid writing temp files
cbfd31
- Fix compile error against fwupdate 0.5 due to API bump
cbfd31
cbfd31
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
cbfd31
- New upstream release
cbfd31
- Avoid seeking when reading the file magic during refresh
cbfd31
- Do not assume that the compressed XML data will be NUL terminated
cbfd31
- Use the correct user agent string for fwupdmgr
cbfd31
cbfd31
* Wed Oct 28 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
cbfd31
- New upstream release
cbfd31
- Add the update description to the GetDetails results
cbfd31
- Clear the in-memory firmware store only after parsing a valid XML file
cbfd31
- Ensure D-Bus remote errors are registered at fwupdmgr startup
cbfd31
- Fix verify-update to produce components with the correct provide values
cbfd31
- Show the dotted-decimal representation of the UEFI version number
cbfd31
- Support cabinet archives files with more than one firmware
cbfd31
cbfd31
* Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
cbfd31
- Update to 0.5.1 to fix a bug in the offline updater
cbfd31
cbfd31
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
cbfd31
- New upstream release
cbfd31
- Do not reboot if racing with the PackageKit offline update mechanism
cbfd31
cbfd31
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-3
cbfd31
- Do not merge the existing firmware metadata with the submitted files
cbfd31
cbfd31
* Thu Sep 10 2015 Kalev Lember <klember@redhat.com> 0.1.6-2
cbfd31
- Own system-update.target.wants directory
cbfd31
- Make fwupd-sign obsoletes versioned
cbfd31
cbfd31
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
cbfd31
- New upstream release
cbfd31
- Add application metadata when getting the updates list
cbfd31
- Remove fwsignd, we have the LVFS now
cbfd31
cbfd31
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> 0.1.5-3
cbfd31
- Disable fwupd offline update service
cbfd31
cbfd31
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 0.1.5-2
cbfd31
- Use the non-beta download URL prefix
cbfd31
cbfd31
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.1.5-1
cbfd31
- New upstream release
cbfd31
- Add a Raspberry Pi firmware provider
cbfd31
- Fix validation of written firmware
cbfd31
- Make parsing the option ROM runtime optional
cbfd31
- Use the AppStream 0.9 firmware specification by default
cbfd31
cbfd31
* Sat Jul 25 2015 Richard Hughes <richard@hughsie.com> 0.1.4-1
cbfd31
- New upstream release
cbfd31
- Actually parse the complete PCI option ROM
cbfd31
- Add a 'fwupdmgr update' command to update all devices to latest versions
cbfd31
- Add a simple signing server that operates on .cab files
cbfd31
- Add a 'verify' command that verifies the cryptographic hash of device firmware
cbfd31
cbfd31
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
cbfd31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cbfd31
cbfd31
* Wed Jun 03 2015 Richard Hughes <richard@hughsie.com> 0.1.3-2
cbfd31
- Compile with libfwupdate for UEFI firmware support.
cbfd31
cbfd31
* Thu May 28 2015 Richard Hughes <richard@hughsie.com> 0.1.3-1
cbfd31
- New upstream release
cbfd31
- Coldplug the devices before acquiring the well known name
cbfd31
- Run the offline actions using systemd when required
cbfd31
- Support OpenHardware devices using the fwupd vendor extensions
cbfd31
cbfd31
* Wed Apr 22 2015 Richard Hughes <richard@hughsie.com> 0.1.2-1
cbfd31
- New upstream release
cbfd31
- Only allow signed firmware to be upgraded without a password
cbfd31
cbfd31
* Mon Mar 23 2015 Richard Hughes <richard@hughsie.com> 0.1.1-1
cbfd31
- New upstream release
cbfd31
- Add a 'get-updates' command to fwupdmgr
cbfd31
- Add and document the offline-update lifecycle
cbfd31
- Create a libfwupd shared library
cbfd31
- Create runtime directories if they do not exist
cbfd31
- Do not crash when there are no devices to return
cbfd31
cbfd31
* Mon Mar 16 2015 Richard Hughes <richard@hughsie.com> 0.1.0-1
cbfd31
- First release