53ed262
%global glib2_version 2.45.8
efc3e29
%global libappstream_version 0.7.4
Richard Hughes e37e150
%global libgusb_version 0.2.11
e3f6e2a
%global libsoup_version 2.51.92
Richard Hughes dcaa756
%global colord_version 1.2.12
Richard Hughes b6787c2
%global systemd_version 231
e3f6e2a
Richard Hughes 21f433e
%global enable_tests 1
Richard Hughes e37e150
%global enable_dummy 1
Richard Hughes 9beae1c
Richard Hughes 23fc3e2
# fwupdate is only available on these arches
Richard Hughes 23fc3e2
%ifarch x86_64 aarch64
Richard Hughes 23fc3e2
%global have_uefi 1
Richard Hughes e880ad1
%endif
Richard Hughes e880ad1
Richard Hughes 23fc3e2
# libsmbios is only available on x86, and fwupdate is available on just x86_64
Richard Hughes 23fc3e2
%ifarch x86_64
Richard Hughes 23fc3e2
%global have_dell 1
Richard Hughes e880ad1
%endif
Richard Hughes e880ad1
Richard Hughes c55df9b
Summary:   Firmware update daemon
Richard Hughes c55df9b
Name:      fwupd
Richard Hughes 802ad79
Version:   1.0.2
Richard Hughes 802ad79
Release:   1%{?dist}
Richard Hughes c55df9b
License:   GPLv2+
Richard Hughes c55df9b
URL:       https://github.com/hughsie/fwupd
Richard Hughes c55df9b
Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
Richard Hughes c55df9b
Richard Hughes c55df9b
BuildRequires: docbook-utils
Richard Hughes c55df9b
BuildRequires: gettext
e3f6e2a
BuildRequires: glib2-devel >= %{glib2_version}
e3f6e2a
BuildRequires: libappstream-glib-devel >= %{libappstream_version}
Richard Hughes c55df9b
BuildRequires: libgudev1-devel
e3f6e2a
BuildRequires: libgusb-devel >= %{libgusb_version}
e3f6e2a
BuildRequires: libsoup-devel >= %{libsoup_version}
Richard Hughes dcaa756
BuildRequires: colord-devel >= %{colord_version}
Richard Hughes c55df9b
BuildRequires: polkit-devel >= 0.103
Richard Hughes c55df9b
BuildRequires: sqlite-devel
Richard Hughes 0b06502
BuildRequires: gpgme-devel
Richard Hughes b6787c2
BuildRequires: systemd >= %{systemd_version}
Richard Hughes f4543be
BuildRequires: libarchive-devel
Richard Hughes 1cb9d83
BuildRequires: gobject-introspection-devel
Richard Hughes f4543be
BuildRequires: gcab
Richard Hughes 45bd6be
BuildRequires: valgrind
Richard Hughes 867eb69
BuildRequires: valgrind-devel
Richard Hughes 7d3a77a
BuildRequires: elfutils-libelf-devel
Richard Hughes 7d3a77a
BuildRequires: gtk-doc
Richard Hughes dcaa756
BuildRequires: libuuid-devel
Richard Hughes c510aae
BuildRequires: gnutls-devel
Richard Hughes c510aae
BuildRequires: gnutls-utils
Richard Hughes 9d18b8c
BuildRequires: meson
Richard Hughes 60a4f33
BuildRequires: help2man
Richard Hughes 7d3a77a
Richard Hughes dcaa756
%if 0%{?have_uefi}
Richard Hughes 9beae1c
BuildRequires: python3 python3-cairo python3-gobject python3-pillow
Richard Hughes 9beae1c
BuildRequires: pango-devel
Richard Hughes 9beae1c
BuildRequires: cairo-devel cairo-gobject-devel
Richard Hughes 9beae1c
BuildRequires: freetype
Richard Hughes 9beae1c
BuildRequires: fontconfig
Richard Hughes 9beae1c
BuildRequires: dejavu-sans-fonts
Richard Hughes 9beae1c
BuildRequires: adobe-source-han-sans-cn-fonts
Richard Hughes dcaa756
%endif
Richard Hughes 9beae1c
Richard Hughes 23fc3e2
%if 0%{?have_dell}
Richard Hughes 23fc3e2
BuildRequires: efivar-devel
Richard Hughes 7d3a77a
BuildRequires: libsmbios-devel >= 2.3.0
Richard Hughes 7d3a77a
%endif
Richard Hughes 0c7e8a6
Richard Hughes e880ad1
%if 0%{?have_uefi}
c7107c5
BuildRequires: fwupdate-devel >= 7
Richard Hughes 0c7e8a6
%endif
Richard Hughes c55df9b
Richard Hughes c55df9b
Requires(post): systemd
Richard Hughes c55df9b
Requires(preun): systemd
Richard Hughes c55df9b
Requires(postun): systemd
Richard Hughes 0c7e8a6
e3f6e2a
Requires: glib2%{?_isa} >= %{glib2_version}
e3f6e2a
Requires: libappstream-glib%{?_isa} >= %{libappstream_version}
e3f6e2a
Requires: libgusb%{?_isa} >= %{libgusb_version}
e3f6e2a
Requires: libsoup%{?_isa} >= %{libsoup_version}
Richard Hughes 9beae1c
Requires: fwupd-labels = %{version}-%{release}
Richard Hughes c510aae
Requires: bubblewrap
Richard Hughes c510aae
Richard Hughes c510aae
Recommends: python3
e3f6e2a
8bd4000
Obsoletes: fwupd-sign < 0.1.6
Richard Hughes c719ed7
Obsoletes: libebitdo < 0.7.5-3
ad00fa0
Obsoletes: libdfu < 1.0.0
Richard Hughes 41a8711
Richard Hughes c55df9b
%description
Richard Hughes c55df9b
fwupd is a daemon to allow session software to update device firmware.
Richard Hughes c55df9b
Richard Hughes 8af5582
%package devel
Richard Hughes 8af5582
Summary: Development package for %{name}
9565ae5
Requires: %{name}%{?_isa} = %{version}-%{release}
Richard Hughes c719ed7
Obsoletes: libebitdo-devel < 0.7.5-3
ad00fa0
Obsoletes: libdfu-devel < 1.0.0
Richard Hughes 8af5582
Richard Hughes 8af5582
%description devel
Richard Hughes 8af5582
Files for development with %{name}.
Richard Hughes 8af5582
Richard Hughes 9beae1c
%package labels
Richard Hughes 9beae1c
Summary: Rendered labels for display during system firmware updates.
Richard Hughes 6a14e88
# BuildArch: noarch is disabled as we can get "different" .BMP files even when
Richard Hughes 6a14e88
# running the build on the same architecture due to the randomness introduced
Richard Hughes 6a14e88
# by the TTF files.
Richard Hughes 9beae1c
Richard Hughes 9beae1c
%description labels
Richard Hughes 9beae1c
Rendered labels for display during system firmware updates.
Richard Hughes 9beae1c
Richard Hughes 9beae1c
%package tests
Richard Hughes 9beae1c
Summary: Data files for installed tests
Richard Hughes 9beae1c
BuildArch: noarch
Richard Hughes 9beae1c
Richard Hughes 9beae1c
%description tests
Richard Hughes 9beae1c
Data files for installed tests.
Richard Hughes 9beae1c
Richard Hughes c55df9b
%prep
Richard Hughes c55df9b
%setup -q
Richard Hughes c55df9b
Richard Hughes c55df9b
%build
Richard Hughes 28a7f11
Richard Hughes 28a7f11
%meson \
Richard Hughes 802ad79
    -Dgtkdoc=true \
Richard Hughes 802ad79
    -Dman=true \
Richard Hughes 9beae1c
%if 0%{?enable_tests}
Richard Hughes 802ad79
    -Dtests=true \
Richard Hughes 9beae1c
%else
Richard Hughes 802ad79
    -Dtests=false \
Richard Hughes 9beae1c
%endif
Richard Hughes e37e150
%if 0%{?enable_dummy}
Richard Hughes 802ad79
    -Dplugin_dummy=true \
Richard Hughes e37e150
%else
Richard Hughes 802ad79
    -Dplugin_dummy=false \
Richard Hughes e37e150
%endif
Richard Hughes 802ad79
    -Dplugin_thunderbolt=true \
Richard Hughes e880ad1
%if 0%{?have_uefi}
Richard Hughes 802ad79
    -Dplugin_uefi=true \
Richard Hughes 802ad79
    -Dplugin_uefi_labels=true \
Richard Hughes 7d3a77a
%else
Richard Hughes 802ad79
    -Dplugin_uefi=false \
Richard Hughes 802ad79
    -Dplugin_uefi_labels=false \
Richard Hughes 0c7e8a6
%endif
Richard Hughes 23fc3e2
%if 0%{?have_dell}
Richard Hughes 802ad79
    -Dplugin_dell=true \
Richard Hughes 802ad79
    -Dplugin_synaptics=true \
Richard Hughes 7d3a77a
%else
Richard Hughes 802ad79
    -Dplugin_dell=false \
Richard Hughes 802ad79
    -Dplugin_synaptics=false \
Richard Hughes 7d3a77a
%endif
Richard Hughes 802ad79
    -Dplugin_colorhug=true
Richard Hughes c55df9b
Richard Hughes 28a7f11
%meson_build
a7cfb2b
Richard Hughes 9beae1c
%if 0%{?enable_tests}
a7cfb2b
%check
Richard Hughes 9beae1c
%meson_test
Richard Hughes 9beae1c
%endif
Richard Hughes c55df9b
Richard Hughes c55df9b
%install
Richard Hughes 28a7f11
%meson_install
Richard Hughes c55df9b
Richard Hughes 28a7f11
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
Richard Hughes d6b618a
Richard Hughes c55df9b
%find_lang %{name}
Richard Hughes c55df9b
Richard Hughes c55df9b
%post
Richard Hughes 8af5582
/sbin/ldconfig
Richard Hughes c55df9b
%systemd_post fwupd.service
Richard Hughes c55df9b
Richard Hughes c55df9b
%preun
Richard Hughes c55df9b
%systemd_preun fwupd.service
Richard Hughes c55df9b
Richard Hughes c55df9b
%postun
Richard Hughes 8af5582
/sbin/ldconfig
Richard Hughes c55df9b
%systemd_postun_with_restart fwupd.service
Richard Hughes c55df9b
Richard Hughes c55df9b
%files -f %{name}.lang
Richard Hughes c55df9b
%doc README.md AUTHORS NEWS
Richard Hughes c55df9b
%license COPYING
Richard Hughes 21f433e
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
Richard Hughes 41a8711
%dir %{_libexecdir}/fwupd
Richard Hughes 41a8711
%{_libexecdir}/fwupd/fwupd
Richard Hughes 21f433e
%{_bindir}/dfu-tool
Richard Hughes c55df9b
%{_bindir}/fwupdmgr
Richard Hughes b6787c2
%dir %{_sysconfdir}/fwupd
Richard Hughes b6787c2
%dir %{_sysconfdir}/fwupd/remotes.d
Richard Hughes e37e150
%{_sysconfdir}/fwupd/remotes.d/fwupd.conf
Richard Hughes b6787c2
%{_sysconfdir}/fwupd/remotes.d/lvfs.conf
Richard Hughes b6787c2
%{_sysconfdir}/fwupd/remotes.d/lvfs-testing.conf
Richard Hughes e37e150
%{_sysconfdir}/fwupd/remotes.d/vendor.conf
Richard Hughes 0b06502
%{_sysconfdir}/pki/fwupd
Richard Hughes 31f22d5
%{_sysconfdir}/pki/fwupd-metadata
Richard Hughes c55df9b
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf
Richard Hughes e37e150
%{_datadir}/fwupd/remotes.d/fwupd/metadata.xml
Richard Hughes e37e150
%{_datadir}/fwupd/remotes.d/vendor/firmware/README.md
Richard Hughes c55df9b
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
Richard Hughes c55df9b
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
Richard Hughes c55df9b
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules
Richard Hughes c55df9b
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
Richard Hughes 21f433e
%{_datadir}/man/man1/dfu-tool.1.gz
Richard Hughes c55df9b
%{_datadir}/man/man1/fwupdmgr.1.gz
Richard Hughes dcaa756
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
Richard Hughes c510aae
%{_datadir}/fwupd/firmware-packager
Richard Hughes 41a8711
%{_unitdir}/fwupd-offline-update.service
Richard Hughes 31f22d5
%{_unitdir}/fwupd.service
d3c3594
%{_unitdir}/system-update.target.wants/
Richard Hughes c55df9b
%dir %{_localstatedir}/lib/fwupd
Richard Hughes 60a4f33
%dir %{_datadir}/fwupd/quirks.d
Richard Hughes 60a4f33
%{_datadir}/fwupd/quirks.d/*.quirk
Richard Hughes c510aae
%{_localstatedir}/lib/fwupd/builder/README.md
Richard Hughes 45bd6be
%{_libdir}/libfwupd*.so.*
Richard Hughes 21f433e
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
Richard Hughes 31f22d5
/usr/lib/udev/rules.d/*.rules
Richard Hughes 21f433e
%dir %{_libdir}/fwupd-plugins-3
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_altos.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_amt.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_colorhug.so
Richard Hughes 23fc3e2
%if 0%{?have_dell}
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell.so
Richard Hughes e880ad1
%endif
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
Richard Hughes 802ad79
%{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_raspberrypi.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
Richard Hughes 23fc3e2
%if 0%{?have_dell}
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
Richard Hughes e880ad1
%endif
Richard Hughes e37e150
%if 0%{?enable_dummy}
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_test.so
Richard Hughes e37e150
%endif
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_thunderbolt_power.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_udev.so
Richard Hughes e880ad1
%if 0%{?have_uefi}
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_uefi.so
Richard Hughes e880ad1
%endif
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_unifying.so
Richard Hughes 21f433e
%{_libdir}/fwupd-plugins-3/libfu_plugin_upower.so
Richard Hughes 7d3a77a
%ghost %{_localstatedir}/lib/fwupd/gnupg
Richard Hughes 31f22d5
Richard Hughes 8af5582
%files devel
Richard Hughes 21f433e
%{_datadir}/gir-1.0/Fwupd-2.0.gir
Richard Hughes 45bd6be
%{_datadir}/gtk-doc/html/libfwupd
Richard Hughes 8af5582
%{_includedir}/fwupd-1
Richard Hughes 45bd6be
%{_libdir}/libfwupd*.so
Richard Hughes 45bd6be
%{_libdir}/pkgconfig/fwupd.pc
Richard Hughes 45bd6be
Richard Hughes 9beae1c
%files labels
Richard Hughes dcaa756
%if 0%{?have_uefi}
Richard Hughes 9beae1c
%{_datadir}/locale/*/LC_IMAGES/fwupd*
Richard Hughes dcaa756
%endif
Richard Hughes 9beae1c
Richard Hughes 9beae1c
%files tests
Richard Hughes 9beae1c
%dir %{_datadir}/installed-tests/fwupd
Richard Hughes 9beae1c
%{_datadir}/installed-tests/fwupd/firmware-example.xml.gz
Richard Hughes 9beae1c
%{_datadir}/installed-tests/fwupd/firmware-example.xml.gz.asc
Richard Hughes 9beae1c
%{_datadir}/installed-tests/fwupd/*.test
Richard Hughes dcaa756
%{_datadir}/installed-tests/fwupd/*.cab
Richard Hughes dcaa756
%{_datadir}/installed-tests/fwupd/*.sh
Richard Hughes dcaa756
%{_datadir}/installed-tests/fwupd/*.py*
Richard Hughes 9beae1c
Richard Hughes c55df9b
%changelog
4829e8b
* Tue Nov 28 2017 Richard Hughes <richard@hughsie.com> 1.0.2-1
Richard Hughes 802ad79
- New upstream release
Richard Hughes 802ad79
- Add a plugin for the Nitrokey Storage device
Richard Hughes 802ad79
- Add quirk for AT32UC3B1256 as used in the RubberDucky
Richard Hughes 802ad79
- Add support for the original AVR DFU protocol
Richard Hughes 802ad79
- Allow different plugins to claim the same device
Richard Hughes 802ad79
- Disable the dell plugin if libsmbios fails
Richard Hughes 802ad79
- Fix critical warning when more than one remote fails to load
Richard Hughes 802ad79
- Ignore useless Thunderbolt device types
Richard Hughes 802ad79
- Set environment variables to allow easy per-plugin debugging
Richard Hughes 802ad79
- Show a nicer error message if the requirement fails
Richard Hughes 802ad79
- Sort the output of GetUpgrades correctly
Richard Hughes 802ad79
- Use a SHA1 hash for the internal DeviceID
Richard Hughes 802ad79
efc3e29
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-3
efc3e29
- Rebuild against libappstream-glib 0.7.4
efc3e29
ad00fa0
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> 1.0.1-2
ad00fa0
- Fix libdfu obsoletes versions
ad00fa0
Richard Hughes 60a4f33
* Thu Nov 09 2017 Richard Hughes <richard@hughsie.com> 1.0.1-1
Richard Hughes 60a4f33
- New upstream release
Richard Hughes 60a4f33
- Add support for HWID requirements
Richard Hughes 60a4f33
- Add support for programming various AVR32 and XMEGA parts using DFU
Richard Hughes 60a4f33
- Add the various DFU quirks for the Jabra Speak devices
Richard Hughes 60a4f33
- Catch invalid Dell dock component requests
Richard Hughes 60a4f33
- Correctly output Intel HEX files with > 16bit offset addresses
Richard Hughes 60a4f33
- Do not try to verify the element write if upload is unsupported
Richard Hughes 60a4f33
- Fix a double-unref when updating any 8Bitdo device
Richard Hughes 60a4f33
- Fix uploading large firmware files over DFU
Richard Hughes 60a4f33
- Format the BCD USB revision numbers correctly
Richard Hughes 60a4f33
- Guess the DFU transfer size if it is not specified
Richard Hughes 60a4f33
- Include the reset timeout as wValue to fix some DFU bootloaders
Richard Hughes 60a4f33
- Move the database of supported devices out into runtime loaded files
Richard Hughes 60a4f33
- Support devices with truncated DFU interface data
Richard Hughes 60a4f33
- Use the correct wDetachTimeOut when writing DFU firmware
Richard Hughes 60a4f33
- Verify devices with legacy VIDs are actually 8Bitdo controllers
Richard Hughes 60a4f33
Richard Hughes 21f433e
* Mon Oct 09 2017 Richard Hughes <richard@hughsie.com> 1.0.0-1
Richard Hughes 21f433e
- New upstream release
Richard Hughes 21f433e
- This release breaks API and ABI to remove deprecated symbols
Richard Hughes 21f433e
- libdfu is now not installed as a shared library
Richard Hughes 21f433e
- Add FuDeviceLocker to simplify device open/close lifecycles
Richard Hughes 21f433e
- Add functionality to blacklist Dell HW with problems
Richard Hughes 21f433e
- Disable the fallback USB plugin
Richard Hughes 21f433e
- Do not fail to load the daemon if cached metadata is invalid
Richard Hughes 21f433e
- Do not use system-specific infomation for UEFI PCI devices
Richard Hughes 21f433e
- Fix various printing issues with the progressbar
Richard Hughes 21f433e
- Never fallback to an offline update from client code
Richard Hughes 21f433e
- Only set the Dell coldplug delay when we know we need it
Richard Hughes 21f433e
- Parse the SMBIOS v2 and v3 DMI tables directly
Richard Hughes 21f433e
- Support uploading the UEFI firmware splash image
Richard Hughes 21f433e
- Use the intel-wmi-thunderbolt kernel module to force power
Richard Hughes 21f433e
Richard Hughes c510aae
* Fri Sep 01 2017 Richard Hughes <richard@hughsie.com> 0.9.7-1
Richard Hughes c510aae
- New upstream release
Richard Hughes c510aae
- Add a FirmwareBaseURI parameter to the remote config
Richard Hughes c510aae
- Add a firmware builder that uses bubblewrap
Richard Hughes c510aae
- Add a python script to create fwupd compatible cab files from .exe files
Richard Hughes c510aae
- Add a thunderbolt plugin for new kernel interface
Richard Hughes c510aae
- Fix an incomplete cipher when using XTEA on data not in 4 byte chunks
Richard Hughes c510aae
- Show a bouncing progress bar if the percentage remains at zero
Richard Hughes c510aae
- Use the new bootloader PIDs for Unifying pico receivers
Richard Hughes c510aae
Richard Hughes 23fc3e2
* Fri Sep 01 2017 Kalev Lember <klember@redhat.com> 0.9.6-2
Richard Hughes 23fc3e2
- Disable i686 UEFI support now that fwupdate is no longer available there
Richard Hughes 23fc3e2
- Enable aarch64 UEFI support now that all the deps are available there
Richard Hughes 23fc3e2
Richard Hughes e37e150
* Thu Aug 03 2017 Richard Hughes <richard@hughsie.com> 0.9.6-1
Richard Hughes e37e150
- New upstream release
Richard Hughes e37e150
- Add --version option to fwupdmgr
Richard Hughes e37e150
- Display all errors recorded by efi_error tracing
Richard Hughes e37e150
- Don't log a warning when an unknown unifying report is parsed
Richard Hughes e37e150
- Fix a hang on 32 bit machines
Richard Hughes e37e150
- Make sure the unifying percentage completion goes from 0% to 100%
Richard Hughes e37e150
- Support embedded devices with local firmware metadata
Richard Hughes e37e150
- Use new GUsb functionality to fix flashing Unifying devices
Richard Hughes e37e150
0c0eef6
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
0c0eef6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0c0eef6
d9867c0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
d9867c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d9867c0
Richard Hughes dcaa756
* Tue Jul 04 2017 Richard Hughes <richard@hughsie.com> 0.9.5-1
Richard Hughes dcaa756
- New upstream release
Richard Hughes dcaa756
- Add a plugin to get the version of the AMT ME interface
Richard Hughes dcaa756
- Allow flashing Unifying devices in bootloader modes
Richard Hughes dcaa756
- Filter by Unifying SwId when making HID++2.0 requests
Richard Hughes dcaa756
- Fix downgrades when version_lowest is set
Richard Hughes dcaa756
- Fix the self tests when running on PPC64 big endian
Richard Hughes dcaa756
- Use the UFY DeviceID prefix for Unifying devices
Richard Hughes dcaa756
Richard Hughes 9beae1c
* Thu Jun 15 2017 Richard Hughes <richard@hughsie.com> 0.9.4-1
Richard Hughes 9beae1c
- New upstream release
Richard Hughes 9beae1c
- Add installed tests that use the daemon
Richard Hughes 9beae1c
- Add the ability to restrict firmware to specific vendors
Richard Hughes 9beae1c
- Compile with newer versions of meson
Richard Hughes 9beae1c
- Fix a common crash when refreshing metadata
Richard Hughes 9beae1c
- Generate a images for status messages during system firmware update
Richard Hughes 9beae1c
- Show progress download when refreshing metadata
Richard Hughes 9beae1c
- Use the correct type signature in the D-Bus introspection file
Richard Hughes 9beae1c
Richard Hughes b6787c2
* Wed Jun 07 2017 Richard Hughes <richard@hughsie.com> 0.9.3-1
Richard Hughes b6787c2
- New upstream release
Richard Hughes b6787c2
- Add a 'downgrade' command to fwupdmgr
Richard Hughes b6787c2
- Add a 'get-releases' command to fwupdmgr
Richard Hughes b6787c2
- Add support for Microsoft HardwareIDs
Richard Hughes b6787c2
- Allow downloading metadata from more than just the LVFS
Richard Hughes b6787c2
- Allow multiple checksums on devices and releases
Richard Hughes b6787c2
- Correctly open Unifying devices with original factory firmware
Richard Hughes b6787c2
- Do not expect a Unifying reply when issuing a REBOOT command
Richard Hughes b6787c2
- Do not re-download firmware that exists in the cache
Richard Hughes b6787c2
- Fix a problem when testing for a Dell system
Richard Hughes b6787c2
- Fix flashing new firmware to 8bitdo controllers
Richard Hughes b6787c2
Richard Hughes a962d79
* Tue May 23 2017 Richard Hughes <richard@hughsie.com> 0.9.2-2
Richard Hughes a962d79
- Backport several fixes for updating Unifying devices
Richard Hughes a962d79
Richard Hughes 28a7f11
* Mon May 22 2017 Richard Hughes <richard@hughsie.com> 0.9.2-1
Richard Hughes 28a7f11
- New upstream release
Richard Hughes 28a7f11
- Add support for Unifying DFU features
Richard Hughes 28a7f11
- Do not spew a critial warning when parsing an invalid URI
Richard Hughes 28a7f11
- Ensure steelseries device is closed if it returns an invalid packet
Richard Hughes 28a7f11
- Ignore spaces in the Unifying version prefix
Richard Hughes 28a7f11
Richard Hughes d6b618a
* Thu Apr 20 2017 Richard Hughes <richard@hughsie.com> 0.8.2-1
Richard Hughes d6b618a
- New upstream release
Richard Hughes d6b618a
- Add a config option to allow runtime disabling plugins by name
Richard Hughes d6b618a
- Add DFU quirk for OpenPICC and SIMtrace
Richard Hughes d6b618a
- Create directories in /var/cache as required
Richard Hughes d6b618a
- Fix the Requires lines in the dfu pkg-config file
Richard Hughes d6b618a
- Only try to mkdir the localstatedir if we have the right permissions
Richard Hughes d6b618a
- Support proxy servers in fwupdmgr
Richard Hughes d6b618a
Bastien Nocera 525affa
* Thu Mar 23 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.1-2
Bastien Nocera 525affa
+ fwupd-0.8.1-2
Bastien Nocera 525affa
- Release claimed devices on error, fixes unusable input devices
Bastien Nocera 525affa
Richard Hughes e32c54a
* Mon Feb 27 2017 Richard Hughes <richard@hughsie.com> 0.8.1-1
Richard Hughes e32c54a
- New upstream release
Richard Hughes e32c54a
- Adjust systemd confinement restrictions
Richard Hughes e32c54a
- Don't initialize libsmbios on unsupported systems
Richard Hughes e32c54a
- Fix a crash when enumerating devices
Richard Hughes e32c54a
Richard Hughes e880ad1
* Wed Feb 08 2017 Richard Hughes <richard@hughsie.com> 0.8.0-1
Richard Hughes c719ed7
- New upstream release
Richard Hughes c719ed7
- Add support for Intel Thunderbolt devices
Richard Hughes c719ed7
- Add support for Logitech Unifying devices
Richard Hughes c719ed7
- Add support for Synaptics MST cascades hubs
Richard Hughes c719ed7
- Add support for the Altus-Metrum ChaosKey device
Richard Hughes c719ed7
- Always close USB devices before error returns
Richard Hughes c719ed7
- Return the pending UEFI update when not on AC power
Richard Hughes c719ed7
- Use a heuristic for the start address if the firmware has no DfuSe footer
Richard Hughes c719ed7
- Use more restrictive settings when running under systemd
Richard Hughes c719ed7
81a891f
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.7.5-2
81a891f
- Rebuild for gpgme 1.18
81a891f
Richard Hughes 1e9d347
* Wed Oct 19 2016 Richard Hughes <richard@hughsie.com> 0.7.5-1
Richard Hughes 1e9d347
- New upstream release
Richard Hughes 1e9d347
- Add quirks for HydraBus as it does not have a DFU runtime
Richard Hughes 1e9d347
- Don't create the UEFI dummy device if the unlock will happen on next boot
Richard Hughes 1e9d347
- Fix an assert when unlocking the dummy ESRT device
Richard Hughes 1e9d347
- Fix writing firmware to devices using the ST reference bootloader
Richard Hughes 1e9d347
- Match the Dell TB16 device
Richard Hughes 1e9d347
Richard Hughes 3620948
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 0.7.4-1
Richard Hughes 3620948
- New upstream release
Richard Hughes 3620948
- Add a fallback for older appstream-glib releases
Richard Hughes 3620948
- Allow the argument to 'dfu-tool set-release' be major.minor
Richard Hughes 3620948
- Fix a possible crash when uploading firmware files using libdfu
Richard Hughes 3620948
- Fix libfwupd self tests when a host-provided fwupd is not available
Richard Hughes 3620948
- Load the Altos USB descriptor from ELF files
Richard Hughes 3620948
- Show the human-readable version in the 'dfu-tool dump' output
Richard Hughes 3620948
- Support writing the IHEX symbol table
Richard Hughes 3620948
- Write the ELF files with the correct section type
Richard Hughes 3620948
53ed262
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> 0.7.3-2
53ed262
- Fix an unexpanded macro in the spec file
6feb900
- Tighten libebitdo-devel requires with the _isa macro
804e4bb
- Add ldconfig scripts for libdfu and libebitdo subpackages
53ed262
Richard Hughes 7d3a77a
* Mon Aug 29 2016 Richard Hughes <richard@hughsie.com> 0.7.3-1
Richard Hughes 7d3a77a
- New upstream release
Richard Hughes 7d3a77a
- Add Dell TPM and TB15/WD15 support via new Dell provider
Richard Hughes 7d3a77a
- Add initial ELF reading and writing support to libdfu
Richard Hughes 7d3a77a
- Add support for installing multiple devices from a CAB file
Richard Hughes 7d3a77a
- Allow providers to export percentage completion
Richard Hughes 7d3a77a
- Don't fail while checking versions or locked state
Richard Hughes 7d3a77a
- Show a progress notification when installing firmware
Richard Hughes 7d3a77a
- Show the vendor flashing instructions when installing
Richard Hughes 7d3a77a
- Use a private gnupg key store
Richard Hughes 7d3a77a
- Use the correct firmware when installing a composite device
Richard Hughes 7d3a77a
60e2561
* Fri Aug 19 2016 Peter Jones <pjones@redhat.com> - 0.7.2-6
60e2561
- Rebuild to get libfwup.so.1 as our fwupdate dep.  This should make this the
60e2561
  last time we need to rebuild for this.
60e2561
c7107c5
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 0.7.2-5
c7107c5
- rebuild against new efivar and fwupdate
c7107c5
61cae61
* Fri Aug 12 2016 Adam Williamson <awilliam@redhat.com> - 0.7.2-4
61cae61
- rebuild against new efivar and fwupdate
61cae61
Richard Hughes 740cf41
* Thu Aug 11 2016 Richard Hughes <richard@hughsie.com> 0.7.2-3
Richard Hughes 740cf41
- Use the new CDN for firmware metadata
Richard Hughes 740cf41
9565ae5
* Thu Jul 14 2016 Kalev Lember <klember@redhat.com> - 0.7.2-2
9565ae5
- Tighten subpackage dependencies
9565ae5
Richard Hughes b9a61a1
* Mon Jun 13 2016 Richard Hughes <richard@hughsie.com> 0.7.2-1
Richard Hughes b9a61a1
- New upstream release
Richard Hughes b9a61a1
- Allow devices to have multiple assigned GUIDs
Richard Hughes b9a61a1
- Allow metainfo files to match only specific revisions of devices
Richard Hughes b9a61a1
- Only claim the DFU interface when required
Richard Hughes b9a61a1
- Only return updatable devices from GetDevices()
Richard Hughes b9a61a1
- Show the DFU protocol version in 'dfu-tool list'
Richard Hughes b9a61a1
Richard Hughes cd5e648
* Fri May 13 2016 Richard Hughes <richard@hughsie.com> 0.7.1-1
Richard Hughes cd5e648
- New upstream release
Richard Hughes cd5e648
- Add device-added, device-removed and device-changed signals
Richard Hughes cd5e648
- Add for a new device field "Flashes Left"
Richard Hughes cd5e648
- Fix a critical warning when restarting the daemon
Richard Hughes cd5e648
- Fix BE issues when reading and writing DFU files
Richard Hughes cd5e648
- Make the device display name nicer
Richard Hughes cd5e648
- Match the AppStream metadata after a device has been added
Richard Hughes cd5e648
- Return all update descriptions newer than the installed version
Richard Hughes cd5e648
- Set the device description when parsing local firmware files
Richard Hughes cd5e648
Richard Hughes 45bd6be
* Fri Apr 01 2016 Richard Hughes <richard@hughsie.com> 0.7.0-1
Richard Hughes 45bd6be
- New upstream release
Richard Hughes 45bd6be
- Add Alienware to the version quirk table
Richard Hughes 45bd6be
- Add a version plugin for SteelSeries hardware
Richard Hughes 45bd6be
- Do not return updates that require AC when on battery
Richard Hughes 45bd6be
- Return the device flags when getting firmware details
Richard Hughes 45bd6be
Richard Hughes b762bd8
* Mon Mar 14 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
Richard Hughes b762bd8
- New upstream release
Richard Hughes b762bd8
- Add an unlock method for devices
Richard Hughes b762bd8
- Add ESRT enable method into UEFI provider
Richard Hughes b762bd8
- Correct the BCD version number for DFU 1.1
Richard Hughes b762bd8
- Ignore the DFU runtime on the DW1820A
Richard Hughes b762bd8
- Only read PCI OptionROM firmware when devices are manually unlocked
Richard Hughes b762bd8
- Require AC power before scheduling some types of firmware update
Richard Hughes b762bd8
Richard Hughes 323c8f0
* Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
Richard Hughes 323c8f0
- New upstream release
Richard Hughes 323c8f0
- Add 'Created' and 'Modified' properties on managed devices
Richard Hughes 323c8f0
- Fix get-results for UEFI provider
Richard Hughes 323c8f0
- Support vendor-specific UEFI version encodings
Richard Hughes 323c8f0
ba1e04b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
ba1e04b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ba1e04b
Richard Hughes 3f59bef
* Tue Jan 19 2016 Richard Hughes <richard@hughsie.com> 0.6.1-1
Richard Hughes 3f59bef
- New upstream release
Richard Hughes 3f59bef
- Do not misdetect different ColorHug devices
Richard Hughes 3f59bef
- Only dump the profiling data when run with --verbose
Richard Hughes 3f59bef
465317f
* Mon Dec 07 2015 Richard Hughes <richard@hughsie.com> 0.6.0-1
Richard Hughes 78e7a52
- New upstream release
Richard Hughes 78e7a52
- Add support for automatically updating USB DFU-capable devices
Richard Hughes 78e7a52
- Emit the changed signal after doing an update
Richard Hughes 78e7a52
- Export the AppStream ID when returning device results
Richard Hughes 78e7a52
- Use the same device identification string format as Microsoft
Richard Hughes 78e7a52
Richard Hughes cb30cf7
* Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
Richard Hughes cb30cf7
- New upstream release
Richard Hughes cb30cf7
- Use API available in fwupdate 0.5 to avoid writing temp files
Richard Hughes cb30cf7
- Fix compile error against fwupdate 0.5 due to API bump
Richard Hughes cb30cf7
Richard Hughes 043333d
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
Richard Hughes 043333d
- New upstream release
Richard Hughes 043333d
- Avoid seeking when reading the file magic during refresh
Richard Hughes 043333d
- Do not assume that the compressed XML data will be NUL terminated
Richard Hughes 043333d
- Use the correct user agent string for fwupdmgr
Richard Hughes 043333d
Richard Hughes 0585bf2
* Wed Oct 28 2015 Richard Hughes <richard@hughsie.com> 0.5.2-1
Richard Hughes 0585bf2
- New upstream release
Richard Hughes 0585bf2
- Add the update description to the GetDetails results
Richard Hughes 0585bf2
- Clear the in-memory firmware store only after parsing a valid XML file
Richard Hughes 0585bf2
- Ensure D-Bus remote errors are registered at fwupdmgr startup
Richard Hughes 0585bf2
- Fix verify-update to produce components with the correct provide values
Richard Hughes 0585bf2
- Show the dotted-decimal representation of the UEFI version number
Richard Hughes 0585bf2
- Support cabinet archives files with more than one firmware
Richard Hughes 0585bf2
Richard Hughes 611e79e
* Mon Sep 21 2015 Richard Hughes <richard@hughsie.com> 0.5.1-1
Richard Hughes 611e79e
- Update to 0.5.1 to fix a bug in the offline updater
Richard Hughes 611e79e
Richard Hughes 47f72f2
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.5.0-1
Richard Hughes 47f72f2
- New upstream release
Richard Hughes 47f72f2
- Do not reboot if racing with the PackageKit offline update mechanism
Richard Hughes 47f72f2
Richard Hughes 1d8bc1c
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-3
Richard Hughes 1d8bc1c
- Do not merge the existing firmware metadata with the submitted files
Richard Hughes 1d8bc1c
d3c3594
* Thu Sep 10 2015 Kalev Lember <klember@redhat.com> 0.1.6-2
d3c3594
- Own system-update.target.wants directory
8bd4000
- Make fwupd-sign obsoletes versioned
d3c3594
Richard Hughes 41a8711
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
Richard Hughes 41a8711
- New upstream release
Richard Hughes 41a8711
- Add application metadata when getting the updates list
Richard Hughes 41a8711
- Remove fwsignd, we have the LVFS now
Richard Hughes 41a8711
2670547
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> 0.1.5-3
2670547
- Disable fwupd offline update service
2670547
Richard Hughes 5f52be5
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 0.1.5-2
Richard Hughes 5f52be5
- Use the non-beta download URL prefix
Richard Hughes 5f52be5
Richard Hughes f4543be
* Wed Aug 12 2015 Richard Hughes <richard@hughsie.com> 0.1.5-1
Richard Hughes f4543be
- New upstream release
Richard Hughes f4543be
- Add a Raspberry Pi firmware provider
Richard Hughes f4543be
- Fix validation of written firmware
Richard Hughes f4543be
- Make parsing the option ROM runtime optional
Richard Hughes f4543be
- Use the AppStream 0.9 firmware specification by default
Richard Hughes f4543be
Richard Hughes 31f22d5
* Sat Jul 25 2015 Richard Hughes <richard@hughsie.com> 0.1.4-1
Richard Hughes 31f22d5
- New upstream release
Richard Hughes 31f22d5
- Actually parse the complete PCI option ROM
Richard Hughes 31f22d5
- Add a 'fwupdmgr update' command to update all devices to latest versions
Richard Hughes 31f22d5
- Add a simple signing server that operates on .cab files
Richard Hughes 31f22d5
- Add a 'verify' command that verifies the cryptographic hash of device firmware
Richard Hughes 31f22d5
94babd5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
94babd5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
94babd5
Richard Hughes d2e61aa
* Wed Jun 03 2015 Richard Hughes <richard@hughsie.com> 0.1.3-2
Richard Hughes d2e61aa
- Compile with libfwupdate for UEFI firmware support.
Richard Hughes d2e61aa
Richard Hughes 1f28e22
* Thu May 28 2015 Richard Hughes <richard@hughsie.com> 0.1.3-1
Richard Hughes 1f28e22
- New upstream release
Richard Hughes 1f28e22
- Coldplug the devices before acquiring the well known name
Richard Hughes 1f28e22
- Run the offline actions using systemd when required
Richard Hughes 1f28e22
- Support OpenHardware devices using the fwupd vendor extensions
Richard Hughes 1f28e22
Richard Hughes 0b06502
* Wed Apr 22 2015 Richard Hughes <richard@hughsie.com> 0.1.2-1
Richard Hughes 0b06502
- New upstream release
Richard Hughes 0b06502
- Only allow signed firmware to be upgraded without a password
Richard Hughes 0b06502
Richard Hughes 8af5582
* Mon Mar 23 2015 Richard Hughes <richard@hughsie.com> 0.1.1-1
Richard Hughes 8af5582
- New upstream release
Richard Hughes 8af5582
- Add a 'get-updates' command to fwupdmgr
Richard Hughes 8af5582
- Add and document the offline-update lifecycle
Richard Hughes 8af5582
- Create a libfwupd shared library
Richard Hughes 8af5582
- Create runtime directories if they do not exist
Richard Hughes 8af5582
- Do not crash when there are no devices to return
Richard Hughes 8af5582
Richard Hughes c55df9b
* Mon Mar 16 2015 Richard Hughes <richard@hughsie.com> 0.1.0-1
Richard Hughes c55df9b
- First release