New upstream release

This commit is contained in:
Richard Hughes 2016-03-14 09:35:43 +00:00
parent 323c8f0455
commit b762bd855f
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/fwupd-0.6.0.tar.xz /fwupd-0.6.0.tar.xz
/fwupd-0.6.1.tar.xz /fwupd-0.6.1.tar.xz
/fwupd-0.6.2.tar.xz /fwupd-0.6.2.tar.xz
/fwupd-0.6.3.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Firmware update daemon Summary: Firmware update daemon
Name: fwupd Name: fwupd
Version: 0.6.2 Version: 0.6.3
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://github.com/hughsie/fwupd URL: https://github.com/hughsie/fwupd
@ -20,7 +20,7 @@ BuildRequires: systemd
BuildRequires: libsoup-devel >= 2.51.92 BuildRequires: libsoup-devel >= 2.51.92
BuildRequires: libarchive-devel BuildRequires: libarchive-devel
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: libappstream-glib-devel >= 0.5.2 BuildRequires: libappstream-glib-devel >= 0.5.10
BuildRequires: gcab BuildRequires: gcab
%ifarch x86_64 %{ix86} aarch64 %ifarch x86_64 %{ix86} aarch64
@ -86,6 +86,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_sysconfdir}/pki/fwupd %{_sysconfdir}/pki/fwupd
%{_sysconfdir}/pki/fwupd-metadata %{_sysconfdir}/pki/fwupd-metadata
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf %{_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}/dbus-1/interfaces/org.freedesktop.fwupd.xml
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules %{_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/icons
%dir %{_localstatedir}/cache/app-info/xmls %dir %{_localstatedir}/cache/app-info/xmls
/usr/lib/udev/rules.d/*.rules /usr/lib/udev/rules.d/*.rules
%dir %{_libdir}/fwupd-plugins-1
%{_libdir}/fwupd-plugins-1/*.so
%files devel %files devel
%{_includedir}/fwupd-1 %{_includedir}/fwupd-1
@ -111,6 +114,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gir-1.0/*.gir %{_datadir}/gir-1.0/*.gir
%changelog %changelog
* Mon Mar 14 2016 Richard Hughes <richard@hughsie.com> 0.6.3-1
- New upstream release
- Add an unlock method for devices
- Add ESRT enable method into UEFI provider
- Correct the BCD version number for DFU 1.1
- Ignore the DFU runtime on the DW1820A
- Only read PCI OptionROM firmware when devices are manually unlocked
- Require AC power before scheduling some types of firmware update
* Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1 * Fri Feb 12 2016 Richard Hughes <richard@hughsie.com> 0.6.2-1
- New upstream release - New upstream release
- Add 'Created' and 'Modified' properties on managed devices - Add 'Created' and 'Modified' properties on managed devices

View File

@ -1 +1 @@
3d8ad9ef27f112ed06c8ecd8d5a7a1ea fwupd-0.6.2.tar.xz 3bee1332ef4dbcd8319b6ec6a99e8063 fwupd-0.6.3.tar.xz