From 41a8711b94ff3f25065cc4f7a4ed0aca15dd24d6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sep 10 2015 08:35:07 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 2f72d05..3290936 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /fwupd-0.1.3.tar.xz /fwupd-0.1.4.tar.xz /fwupd-0.1.5.tar.xz +/fwupd-0.1.6.tar.xz diff --git a/0001-Use-the-new-secure-metadata-URI.patch b/0001-Use-the-new-secure-metadata-URI.patch deleted file mode 100644 index dc6d630..0000000 --- a/0001-Use-the-new-secure-metadata-URI.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0dfeb67305f43dc56fd7fadb04e63645dd6adcc1 Mon Sep 17 00:00:00 2001 -From: Richard Hughes -Date: Wed, 19 Aug 2015 20:21:03 +0100 -Subject: [PATCH] Use the new secure metadata URI - -We're out of beta testing stage now... ---- - data/fwupd.conf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/fwupd.conf b/data/fwupd.conf -index 32b2ab5..a10a3d1 100644 ---- a/data/fwupd.conf -+++ b/data/fwupd.conf -@@ -1,7 +1,7 @@ - [fwupd] - - # The download URI to use for LVFS metadata --DownloadURI=https://beta-lvfs.rhcloud.com/downloads/firmware.xml.gz -+DownloadURI=https://secure-lvfs.rhcloud.com/downloads/firmware.xml.gz - - # If we should verify option ROM images - EnableOptionROM=true --- -2.4.3 - diff --git a/fwupd.spec b/fwupd.spec index ca6ecbf..9002964 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,14 +1,11 @@ Summary: Firmware update daemon Name: fwupd -Version: 0.1.5 -Release: 3%{?dist} +Version: 0.1.6 +Release: 1%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz -# Backported from upstream -Patch0: 0001-Use-the-new-secure-metadata-URI.patch - BuildRequires: docbook-utils BuildRequires: gettext BuildRequires: glib2-devel @@ -34,6 +31,8 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Obsoletes: fwupd-sign + %description fwupd is a daemon to allow session software to update device firmware. @@ -44,23 +43,11 @@ Requires: %{name} = %{version}-%{release} %description devel Files for development with %{name}. -%package sign -Summary: Firmware signing server -Requires: %{name} = %{version}-%{release} - -%description sign -This package provides a signing server suitable for automatically signing -firmware in .cab archives. -The values in /etc/fwsignd.conf file should be set before starting the daemon. -You probably don't need this package unless you're implementing a LVFS clone. - %prep %setup -q -%patch0 -p1 -b .non-beta %build %configure \ - --enable-fwsignd \ --disable-static \ %ifnarch x86_64 %{ix86} aarch64 --disable-uefi \ @@ -75,19 +62,8 @@ make %{?_smp_mflags} make install DESTDIR=$RPM_BUILD_ROOT find %{buildroot} -name '*.la' -exec rm -f {} ';' -# Disable the fwupd offline update service for now to avoid it running at the -# same time as packagekit's and rebooting in the middle of transaction -rm -rf %{buildroot}%{_unitdir}/fwupd-offline-update.service -rm -rf %{buildroot}%{_unitdir}/system-update.target.wants/ - %find_lang %{name} -%pre sign -getent group fwsignd >/dev/null || groupadd -r fwsignd -getent passwd fwsignd >/dev/null || \ - useradd -r -g fwsignd -d /var/lib/fwsignd -s /sbin/nologin \ - -c "User for fwsignd" fwsignd - %post /sbin/ldconfig %systemd_post fwupd.service @@ -103,7 +79,8 @@ getent passwd fwsignd >/dev/null || \ %doc README.md AUTHORS NEWS %license COPYING %config(noreplace)%{_sysconfdir}/fwupd.conf -%{_libexecdir}/fwupd +%dir %{_libexecdir}/fwupd +%{_libexecdir}/fwupd/fwupd %{_bindir}/fwupdmgr %{_sysconfdir}/pki/fwupd %{_sysconfdir}/pki/fwupd-metadata @@ -113,7 +90,9 @@ getent passwd fwsignd >/dev/null || \ %{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules %{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service %{_datadir}/man/man1/fwupdmgr.1.gz +%{_unitdir}/fwupd-offline-update.service %{_unitdir}/fwupd.service +%{_unitdir}/system-update.target.wants/*.service %dir %{_localstatedir}/lib/fwupd %{_libdir}/lib*.so.* %{_libdir}/girepository-1.0/*.typelib @@ -122,12 +101,6 @@ getent passwd fwsignd >/dev/null || \ %dir %{_localstatedir}/cache/app-info/xmls /usr/lib/udev/rules.d/*.rules -%files sign -%config(noreplace)%{_sysconfdir}/fwsignd.conf -%{_unitdir}/fwsignd.service -%{_libexecdir}/fwsignd -%attr(755,fwsignd,fwsignd) %dir %{_localstatedir}/lib/fwsignd - %files devel %{_includedir}/fwupd-1 %{_libdir}/lib*.so @@ -135,6 +108,11 @@ getent passwd fwsignd >/dev/null || \ %{_datadir}/gir-1.0/*.gir %changelog +* Thu Sep 10 2015 Richard Hughes 0.1.6-1 +- New upstream release +- Add application metadata when getting the updates list +- Remove fwsignd, we have the LVFS now + * Fri Aug 21 2015 Kalev Lember 0.1.5-3 - Disable fwupd offline update service diff --git a/sources b/sources index c8228ca..0480e50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7116d32a316d357a7b1c72d195c7cf0d fwupd-0.1.5.tar.xz +81551ee30bc062257583393474f375c4 fwupd-0.1.6.tar.xz