Blame SPECS/fwupd.spec

cbfd31
%global glib2_version 2.45.8
1c95ea
%global libxmlb_version 0.1.3
cbfd31
%global libgusb_version 0.2.11
9874f4
%global libcurl_version 7.61.0
cbfd31
%global systemd_version 231
cbfd31
%global json_glib_version 1.1.1
514133
%global fwupdplugin_version 4
cbfd31
9874f4
# although we ship a few tiny python files these are utilities that 99.99%
9874f4
# of users do not need -- use this to avoid dragging python onto CoreOS
9874f4
%global __requires_exclude ^%{python3}$
9874f4
9874f4
# PPC64 is too slow to complete the tests under 3 minutes...
9874f4
%ifnarch ppc64le
cbfd31
%global enable_tests 1
9874f4
%endif
9874f4
cbfd31
%global enable_dummy 1
514133
%global __meson_wrap_mode default
cbfd31
cbfd31
# fwupd.efi is only available on these arches
cbfd31
%ifarch x86_64 aarch64
cbfd31
%global have_uefi 1
cbfd31
%endif
cbfd31
9874f4
%ifarch i686 x86_64
9874f4
%global have_msr 1
cbfd31
%endif
cbfd31
cbfd31
# libsmbios is only available on x86
cbfd31
%ifarch x86_64
cbfd31
%global have_dell 1
cbfd31
%endif
cbfd31
1c95ea
# only available recently
514133
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9
1c95ea
%global have_modem_manager 1
1c95ea
%endif
1c95ea
cbfd31
Summary:   Firmware update daemon
cbfd31
Name:      fwupd
514133
Version:   1.7.1
7e5ecd
Release:   1%{?dist}
cbfd31
License:   LGPLv2+
1c95ea
URL:       https://github.com/fwupd/fwupd
cbfd31
Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
514133
Source1:   http://people.freedesktop.org/~hughsient/releases/libjcat-0.1.8.tar.xz
514133
Source2:   http://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.1.tar.xz
9874f4
9874f4
Source10:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20100307-x64.cab
9874f4
Source11:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20140413-x64.cab
9874f4
Source12:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20160809-x64.cab
9874f4
Source13:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-aa64.cab
9874f4
Source14:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-ia32.cab
9874f4
Source15:  http://people.redhat.com/rhughes/dbx/DBXUpdate-20200729-x64.cab
9874f4
9874f4
# these are numbered high just to keep them wildly away from colliding with
9874f4
# the real package sources, in order to reduce churn.
9874f4
Source300:   redhatsecurebootca3.cer
9874f4
Source301:   redhatsecureboot301.cer
9874f4
Source500:   redhatsecurebootca5.cer
9874f4
Source503:   redhatsecureboot503.cer
cbfd31
9874f4
BuildRequires: efi-srpm-macros
cbfd31
BuildRequires: gettext
cbfd31
BuildRequires: glib2-devel >= %{glib2_version}
1c95ea
BuildRequires: libxmlb-devel >= %{libxmlb_version}
cbfd31
BuildRequires: libgcab1-devel
cbfd31
BuildRequires: libgudev1-devel
cbfd31
BuildRequires: libgusb-devel >= %{libgusb_version}
9874f4
BuildRequires: libcurl-devel >= %{libcurl_version}
cbfd31
BuildRequires: polkit-devel >= 0.103
514133
BuildRequires: protobuf-c-devel
cbfd31
BuildRequires: sqlite-devel
cbfd31
BuildRequires: gpgme-devel
cbfd31
BuildRequires: systemd >= %{systemd_version}
9874f4
BuildRequires: systemd-devel
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: 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: bash-completion
1c95ea
BuildRequires: git-core
cbfd31
1c95ea
%if 0%{?have_modem_manager}
1c95ea
BuildRequires: ModemManager-glib-devel >= 1.10.0
1c95ea
BuildRequires: libqmi-devel >= 1.22.0
514133
BuildRequires: libmbim-devel
1c95ea
%endif
cbfd31
cbfd31
%if 0%{?have_uefi}
cbfd31
BuildRequires: efivar-devel >= 33
514133
BuildRequires: python3 python3-cairo python3-gobject
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}
1c95ea
Requires: libxmlb%{?_isa} >= %{libxmlb_version}
cbfd31
Requires: libgusb%{?_isa} >= %{libgusb_version}
cbfd31
Requires: bubblewrap
1c95ea
Requires: shared-mime-info
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
9874f4
9874f4
Obsoletes: dbxtool < 9
9874f4
Provides: dbxtool
9874f4
514133
%if 0%{?rhel} > 7
514133
Obsoletes: fwupdate < 13
514133
Obsoletes: fwupdate-efi < 13
514133
514133
Provides: fwupdate
514133
Provides: fwupdate-efi
514133
%endif
514133
9874f4
# optional, but a really good idea
9874f4
Recommends: udisks2
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
cbfd31
%description tests
cbfd31
Data files for installed tests.
cbfd31
cbfd31
%prep
1c95ea
%setup -q
1c95ea
1c95ea
mkdir -p subprojects/libjcat
9874f4
tar xfvs %{SOURCE1} -C subprojects/libjcat --strip-components=1
cbfd31
514133
mkdir -p subprojects/fwupd-efi
514133
tar xfvs %{SOURCE2} -C subprojects/fwupd-efi --strip-components=1
514133
cbfd31
sed -ri '1s=^#!/usr/bin/(env )?python3=#!%{__python3}=' \
1c95ea
        contrib/ci/*.py \
1c95ea
        contrib/firmware_packager/*.py \
1c95ea
        contrib/*.py \
1c95ea
        contrib/standalone-installer/assets/*.py \
1c95ea
        contrib/standalone-installer/*.py \
1c95ea
        libfwupdplugin/*.py \
1c95ea
        plugins/dfu/contrib/*.py \
7e5ecd
        plugins/uefi-capsule/make-images.py \
1c95ea
        po/test-deps
cbfd31
cbfd31
%build
cbfd31
cbfd31
# allow rh-signing-tools package for RHEL-8
cbfd31
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
cbfd31
cbfd31
%meson \
514133
    -Ddocs=gtkdoc \
514133
    -Dlvfs=disabled \
9874f4
    -Defi_os_dir=%{efi_vendor} \
1c95ea
    -Dlibjcat:gtkdoc=false \
1c95ea
    -Dlibjcat:introspection=false \
1c95ea
    -Dlibjcat:tests=false \
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
1c95ea
    -Dplugin_flashrom=false \
9874f4
%if 0%{?have_msr}
9874f4
    -Dplugin_msr=true \
cbfd31
%else
9874f4
    -Dplugin_msr=false \
cbfd31
%endif
9874f4
    -Dplugin_thunderbolt=true \
cbfd31
%if 0%{?have_uefi}
9874f4
    -Dplugin_uefi_capsule=true \
9874f4
    -Dplugin_uefi_pk=false \
514133
%ifarch x86_64
514133
    -Dfwupd-efi:efi_sbat_distro_id="rhel" \
514133
    -Dfwupd-efi:efi_sbat_distro_summary="Red Hat Enterprise Linux" \
514133
    -Dfwupd-efi:efi_sbat_distro_pkgname="%{name}" \
514133
    -Dfwupd-efi:efi_sbat_distro_version="%{version}" \
514133
    -Dfwupd-efi:efi_sbat_distro_url="mail:secalert@redhat.com" \
514133
    -Dfwupd-efi:efi-libdir="/usr/lib64" \
514133
%endif
7e5ecd
    -Dplugin_tpm=false \
cbfd31
%else
9874f4
    -Dplugin_uefi_capsule=false \
9874f4
    -Dplugin_uefi_pk=false \
7e5ecd
    -Dplugin_tpm=false \
cbfd31
%endif
cbfd31
%if 0%{?have_dell}
cbfd31
    -Dplugin_dell=true \
7e5ecd
    -Dplugin_synaptics_mst=true \
cbfd31
%else
cbfd31
    -Dplugin_dell=false \
7e5ecd
    -Dplugin_synaptics_mst=false \
cbfd31
%endif
1c95ea
%if 0%{?have_modem_manager}
1c95ea
    -Dplugin_modem_manager=true \
1c95ea
%else
1c95ea
    -Dplugin_modem_manager=false \
1c95ea
%endif
7e5ecd
    -Dman=true \
7e5ecd
    -Dbluez=false \
7e5ecd
    -Dsupported_build=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
9874f4
# on RHEL the LVFS is disabled by default
9874f4
mkdir -p %{buildroot}/%{_datadir}/dbxtool
9874f4
install %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{buildroot}/%{_datadir}/dbxtool
9874f4
cbfd31
# sign fwupd.efi loader
cbfd31
%ifarch x86_64
cbfd31
%global efiarch x64
cbfd31
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
9874f4
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301
9874f4
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503
9874f4
rm -fv %{fwup_efi_fn}.tmp
cbfd31
%endif
cbfd31
cbfd31
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
cbfd31
1c95ea
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1757948
1c95ea
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
1c95ea
cbfd31
%find_lang %{name}
cbfd31
cbfd31
%post
cbfd31
%systemd_post fwupd.service
cbfd31
9874f4
# change vendor-installed remotes to use the default keyring type
9874f4
for fn in /etc/fwupd/remotes.d/*.conf; do
9874f4
    if grep -q "Keyring=gpg" "$fn"; then
9874f4
        sed -i 's/Keyring=gpg/#Keyring=pkcs/g' "$fn";
9874f4
    fi
9874f4
done
9874f4
cbfd31
%preun
cbfd31
%systemd_preun fwupd.service
cbfd31
cbfd31
%postun
cbfd31
%systemd_postun_with_restart fwupd.service
cbfd31
%systemd_postun_with_restart pesign.service
cbfd31
cbfd31
%files -f %{name}.lang
1c95ea
%doc README.md AUTHORS
cbfd31
%license COPYING
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
cbfd31
%if 0%{?have_uefi}
9874f4
%config(noreplace)%{_sysconfdir}/fwupd/uefi_capsule.conf
cbfd31
%endif
cbfd31
%config(noreplace)%{_sysconfdir}/fwupd/redfish.conf
1c95ea
%config(noreplace)%{_sysconfdir}/fwupd/thunderbolt.conf
cbfd31
%dir %{_libexecdir}/fwupd
cbfd31
%{_libexecdir}/fwupd/fwupd
9874f4
%ifarch i686 x86_64
9874f4
%{_libexecdir}/fwupd/fwupd-detect-cet
9874f4
%endif
1c95ea
%{_libexecdir}/fwupd/fwupdoffline
cbfd31
%if 0%{?have_uefi}
cbfd31
%{_libexecdir}/fwupd/efi/*.efi
514133
%ifarch x86_64
cbfd31
%{_libexecdir}/fwupd/efi/*.efi.signed
514133
%endif
1c95ea
%{_bindir}/fwupdate
cbfd31
%endif
cbfd31
%{_bindir}/dfu-tool
9874f4
%if 0%{?have_uefi}
9874f4
%{_bindir}/dbxtool
9874f4
%endif
cbfd31
%{_bindir}/fwupdmgr
1c95ea
%{_bindir}/fwupdtool
1c95ea
%{_bindir}/fwupdagent
1c95ea
%{_bindir}/jcat-tool
cbfd31
%dir %{_sysconfdir}/fwupd
cbfd31
%dir %{_sysconfdir}/fwupd/remotes.d
1c95ea
%if 0%{?have_dell}
1c95ea
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/dell-esrt.conf
1c95ea
%endif
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
1c95ea
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/vendor-directory.conf
cbfd31
%config(noreplace)%{_sysconfdir}/pki/fwupd
cbfd31
%{_sysconfdir}/pki/fwupd-metadata
9874f4
%if 0%{?have_msr}
9874f4
/usr/lib/modules-load.d/fwupd-msr.conf
9874f4
%endif
514133
/usr/lib/modules-load.d/fwupd-redfish.conf
1c95ea
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
cbfd31
%{_datadir}/bash-completion/completions/fwupdmgr
cbfd31
%{_datadir}/bash-completion/completions/fwupdtool
1c95ea
%{_datadir}/bash-completion/completions/fwupdagent
1c95ea
%{_datadir}/fish/vendor_completions.d/fwupdmgr.fish
cbfd31
%{_datadir}/fwupd/metainfo/org.freedesktop.fwupd*.metainfo.xml
1c95ea
%if 0%{?have_dell}
1c95ea
%{_datadir}/fwupd/remotes.d/dell-esrt/metadata.xml
1c95ea
%endif
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
9874f4
%dir %{_datadir}/dbxtool
9874f4
%{_datadir}/dbxtool/DBXUpdate-20100307-x64.cab
9874f4
%{_datadir}/dbxtool/DBXUpdate-20140413-x64.cab
9874f4
%{_datadir}/dbxtool/DBXUpdate-20160809-x64.cab
9874f4
%{_datadir}/dbxtool/DBXUpdate-20200729-aa64.cab
9874f4
%{_datadir}/dbxtool/DBXUpdate-20200729-ia32.cab
9874f4
%{_datadir}/dbxtool/DBXUpdate-20200729-x64.cab
9874f4
%{_mandir}/man1/fwupdtool.1*
9874f4
%{_mandir}/man1/fwupdagent.1*
9874f4
%{_mandir}/man1/dfu-tool.1*
1c95ea
%if 0%{?have_uefi}
9874f4
%{_mandir}/man1/dbxtool.*
1c95ea
%endif
9874f4
%{_mandir}/man1/fwupdmgr.1*
9874f4
%if 0%{?have_uefi}
9874f4
%{_mandir}/man1/fwupdate.1*
9874f4
%endif
9874f4
%{_mandir}/man1/jcat-tool.1*
cbfd31
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
1c95ea
%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
1c95ea
%{_datadir}/fwupd/firmware_packager.py
1c95ea
%{_datadir}/fwupd/simple_client.py
1c95ea
%{_datadir}/fwupd/add_capsule_header.py
1c95ea
%{_datadir}/fwupd/install_dell_bios_exe.py
cbfd31
%{_unitdir}/fwupd-offline-update.service
cbfd31
%{_unitdir}/fwupd.service
1c95ea
%{_unitdir}/fwupd-refresh.service
1c95ea
%{_unitdir}/fwupd-refresh.timer
1c95ea
%{_presetdir}/fwupd-refresh.preset
cbfd31
%{_unitdir}/system-update.target.wants/
cbfd31
%dir %{_localstatedir}/lib/fwupd
1c95ea
%dir %{_localstatedir}/cache/fwupd
cbfd31
%dir %{_datadir}/fwupd/quirks.d
cbfd31
%{_datadir}/fwupd/quirks.d/*.quirk
514133
%{_datadir}/doc/fwupd/builder/README.md
514133
%if 0%{?have_uefi}
514133
%{_sysconfdir}/grub.d/35_fwupd
514133
%endif
514133
%{_libdir}/libfwupd.so.2*
514133
%{_libdir}/libfwupdplugin.so.%{fwupdplugin_version}*
1c95ea
%{_libdir}/libjcat.so.*
cbfd31
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
1c95ea
%{_libdir}/girepository-1.0/FwupdPlugin-1.0.typelib
cbfd31
/usr/lib/udev/rules.d/*.rules
1c95ea
/usr/lib/systemd/system-shutdown/fwupd.shutdown
514133
%dir %{_libdir}/fwupd-plugins-%{fwupdplugin_version}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_dmar.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_facp.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_phat.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_altos.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_amt.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_analogix.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ata.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_bcm57xx.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ccgx.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_cfu.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_colorhug.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_cros_ec.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_cpu.so
cbfd31
%if 0%{?have_dell}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell_esrt.so
514133
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dell_dock.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dfu.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_dfu_csr.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ebitdo.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_elantp.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_elanfp.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_emmc.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_ep963x.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_fastboot.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_fresco_pd.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_hailuck.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_iommu.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_jabra.so
514133
%if 0%{?have_uefi}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_lenovo_thinklmi.so
514133
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_lockdown.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_sleep.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_swap.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_linux_tainted.so
9874f4
%if 0%{?have_msr}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_msr.so
514133
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_nitrokey.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_nvme.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_optionrom.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_parade_lspcon.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pci_bcr.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pci_mei.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pixart_rf.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_realtek_mst.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_redfish.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_rts54hid.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_rts54hub.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_solokey.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_steelseries.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_superio.so
cbfd31
%if 0%{?have_dell}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_mst.so
cbfd31
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_cape.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_cxaudio.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_prometheus.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_synaptics_rmi.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_system76_launch.so
cbfd31
%if 0%{?enable_dummy}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_test.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_invalid.so
cbfd31
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_thelio_io.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_thunderbolt.so
cbfd31
%if 0%{?have_uefi}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_bios.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_capsule.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_dbx.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_uefi_recovery.so
514133
%endif
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_logind.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_logitech_bulkcontroller.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_logitech_hidpp.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_upower.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_vli.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_wacom_raw.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_wacom_usb.so
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_goodixmoc.so
cbfd31
%ghost %{_localstatedir}/lib/fwupd/gnupg
7e5ecd
9874f4
%if 0%{?have_modem_manager}
514133
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_modem_manager.so
9874f4
%endif
7e5ecd
%if 0%{?have_uefi}
7e5ecd
%{_datadir}/fwupd/uefi-capsule-ux.tar.xz
7e5ecd
%endif
cbfd31
cbfd31
%files devel
cbfd31
%{_datadir}/gir-1.0/Fwupd-2.0.gir
1c95ea
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
1c95ea
%{_datadir}/gtk-doc/html/fwupd
cbfd31
%{_datadir}/vala/vapi
cbfd31
%{_includedir}/fwupd-1
1c95ea
%{_includedir}/libjcat-1
cbfd31
%{_libdir}/libfwupd*.so
1c95ea
%{_libdir}/libjcat.so
cbfd31
%{_libdir}/pkgconfig/fwupd.pc
1c95ea
%{_libdir}/pkgconfig/fwupdplugin.pc
514133
%if 0%{?have_uefi}
514133
%{_libdir}/pkgconfig/fwupd-efi.pc
514133
%endif
1c95ea
%{_libdir}/pkgconfig/jcat.pc
cbfd31
cbfd31
%files tests
1c95ea
%if 0%{?enable_tests}
cbfd31
%dir %{_datadir}/installed-tests/fwupd
514133
%{_datadir}/installed-tests/fwupd/tests/*
1c95ea
%{_datadir}/installed-tests/fwupd/fwupd-tests.xml
cbfd31
%{_datadir}/installed-tests/fwupd/*.test
cbfd31
%{_datadir}/installed-tests/fwupd/*.cab
cbfd31
%{_datadir}/installed-tests/fwupd/*.sh
514133
%{_datadir}/fwupd/device-tests/*.json
9874f4
%{_libexecdir}/installed-tests/fwupd/*
1c95ea
%dir %{_sysconfdir}/fwupd/remotes.d
1c95ea
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
1c95ea
%endif
cbfd31
cbfd31
%changelog
514133
* Mon Nov 01 2021 Richard Hughes <richard@hughsie.com> 1.7.1-1
514133
- New upstream release
514133
- Backport upstream changes
514133
- Include support for Dell TBT4 Docking stations
514133
- Resolves: rhbz#1969472
514133
- Resolves: rhbz#1976408
514133
7e5ecd
* Tue Apr 13 2021 Richard Hughes <richard@hughsie.com> 1.5.9-3
7e5ecd
- Rebase to include the SBAT metadata section to allow fixing BootHole
7e5ecd
- Resolves: rhbz#1933012
7e5ecd
- Resolves: rhbz#1932953
7e5ecd
- Resolves: rhbz#1932909
7e5ecd
- Resolves: rhbz#1932882
7e5ecd
- Resolves: rhbz#1932579
7e5ecd
- Resolves: rhbz#1932553
7e5ecd
- Resolves: rhbz#1932423
7e5ecd
9874f4
* Wed Feb 10 2021 Richard Hughes <richard@hughsie.com> 1.5.5-3
9874f4
- Backport a fix from upstream to fix a crash in the Goodix MOC plugin.
9874f4
- Resolves: #1927091
9874f4
9874f4
* Tue Feb 09 2021 Richard Hughes <richard@hughsie.com> 1.5.5-2
9874f4
- Do not invalidate all remote timestamps during package install to fix rpm -V.
9874f4
- Backport some important high priority fixes from upstream.
9874f4
- Resolves: #1926382
9874f4
9874f4
* Mon Jan 11 2021 Richard Hughes <richard@hughsie.com> 1.5.5-1
9874f4
- Rebase package to include support for latest OEM hardware and to
9874f4
  support deploying UEFI SecureBoot dbx updates.
9874f4
- Resolves: #1870811
9874f4
9874f4
* Wed Dec 16 2020 Richard Hughes <richard@hughsie.com> 1.5.4-1
9874f4
- Rebase package to include support for latest OEM hardware and to
9874f4
  support deploying UEFI SecureBoot dbx updates.
9874f4
- Resolves: #1870811
9874f4
9874f4
* Fri Jul 24 2020 Peter Jones <pjones@redhat.com> - 1.4.2-4
9874f4
- Add signing with redhatsecureboot503 cert
9874f4
  Related: CVE-2020-10713
9874f4
9874f4
* Thu Jul 23 2020 Richard Hughes <richard@hughsie.com> 1.4.2-3
9874f4
- Obsolete the now-dead fwupdate package to prevent file conflicts
9874f4
- Resolves: #1859202
9874f4
9874f4
* Fri Jun 05 2020 Richard Hughes <richard@hughsie.com> 1.4.2-2
9874f4
- Security fix for CVE-2020-10759
9874f4
- Resolves: #1844324
9874f4
9874f4
* Mon May 18 2020 Richard Hughes <richard@hughsie.com> 1.4.2-1
9874f4
- New upstream release
9874f4
- Backport a patch to fix the synaptics fingerprint reader update.
9874f4
- Resolves: #1775277
9874f4
1c95ea
* Mon Apr 27 2020 Richard Hughes <richard@hughsie.com> 1.4.1-1
1c95ea
- New upstream release
1c95ea
- Resolves: #1775277
1c95ea
1c95ea
* Wed Feb 19 2020 Richard Hughes <richard@hughsie.com> 1.1.4-6
1c95ea
- Rebuild to get the EFI executable signed with the Red Hat key
1c95ea
- Resolves: #1713033
1c95ea
1c95ea
* Thu Feb 13 2020 Richard Hughes <richard@hughsie.com> 1.1.4-5
1c95ea
- Backport a patch to specify the EFI os name
1c95ea
- Resolves: #1713033
1c95ea
1c95ea
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 1.1.4-4
1c95ea
- Rebuild to get the EFI executable signed with the Red Hat key
1c95ea
- Resolves: #1680154
1c95ea
1c95ea
* Fri Nov 29 2019 Richard Hughes <richard@hughsie.com> 1.1.4-3
1c95ea
- Disable wacomhid by default as probing the device stops the tablet working
1c95ea
- Resolves: #1680154
1c95ea
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