diff --git a/.gitignore b/.gitignore index cf31d67..241a8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /fwupd-0.1.0.tar.xz /fwupd-0.1.1.tar.xz +/fwupd-0.1.2.tar.xz diff --git a/fwupd.spec b/fwupd.spec index 2d2a5ea..739d74a 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,6 +1,6 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd @@ -15,6 +15,7 @@ BuildRequires: colord-devel >= 1.0.0 BuildRequires: polkit-devel >= 0.103 BuildRequires: libgcab1-devel BuildRequires: sqlite-devel +BuildRequires: gpgme-devel BuildRequires: systemd BuildRequires: gobject-introspection-devel @@ -75,6 +76,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %license COPYING %{_libexecdir}/fwupd %{_bindir}/fwupdmgr +%{_sysconfdir}/pki/fwupd %{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf %{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy @@ -93,6 +95,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Wed Apr 22 2015 Richard Hughes 0.1.2-1 +- New upstream release +- Only allow signed firmware to be upgraded without a password + * Mon Mar 23 2015 Richard Hughes 0.1.1-1 - New upstream release - Add a 'get-updates' command to fwupdmgr diff --git a/sources b/sources index ebf3a5d..4e85c2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87819887a63bbf953e9ee4e3aa54359a fwupd-0.1.1.tar.xz +f907f5b9750b6e7904d6e5784d8a692a fwupd-0.1.2.tar.xz