From 216e716487a4be960242007a5f7693d1fbf5b590 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mar 14 2016 10:41:37 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 7570253..513f060 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /fwupd-0.6.0.tar.xz /fwupd-0.6.1.tar.xz /fwupd-0.6.2.tar.xz +/fwupd-0.6.3.tar.xz diff --git a/fwupd.spec b/fwupd.spec index 161e92e..2f56a2f 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,6 +1,6 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -20,7 +20,7 @@ BuildRequires: systemd BuildRequires: libsoup-devel >= 2.51.92 BuildRequires: libarchive-devel BuildRequires: gobject-introspection-devel -BuildRequires: libappstream-glib-devel >= 0.5.2 +BuildRequires: libappstream-glib-devel >= 0.5.10 BuildRequires: gcab %ifarch x86_64 %{ix86} aarch64 @@ -86,6 +86,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_sysconfdir}/pki/fwupd %{_sysconfdir}/pki/fwupd-metadata %{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf +%{_datadir}/app-info/xmls/org.freedesktop.fwupd.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy %{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules @@ -103,6 +104,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %dir %{_localstatedir}/cache/app-info/icons %dir %{_localstatedir}/cache/app-info/xmls /usr/lib/udev/rules.d/*.rules +%dir %{_libdir}/fwupd-plugins-1 +%{_libdir}/fwupd-plugins-1/*.so %files devel %{_includedir}/fwupd-1 @@ -111,6 +114,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Mon Mar 14 2016 Richard Hughes 0.6.3-1 +- New upstream release +- Add an unlock method for devices +- Add ESRT enable method into UEFI provider +- Correct the BCD version number for DFU 1.1 +- Ignore the DFU runtime on the DW1820A +- Only read PCI OptionROM firmware when devices are manually unlocked +- Require AC power before scheduling some types of firmware update + * Fri Feb 12 2016 Richard Hughes 0.6.2-1 - New upstream release - Add 'Created' and 'Modified' properties on managed devices diff --git a/sources b/sources index 00057b2..88b5909 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d8ad9ef27f112ed06c8ecd8d5a7a1ea fwupd-0.6.2.tar.xz +3bee1332ef4dbcd8319b6ec6a99e8063 fwupd-0.6.3.tar.xz