New upstream release
This commit is contained in:
parent
043333dc9a
commit
cb30cf74d6
@ -1,6 +1,6 @@
|
|||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 0.5.3
|
Version: 0.5.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
@ -24,7 +24,7 @@ BuildRequires: libappstream-glib-devel >= 0.5.2
|
|||||||
BuildRequires: gcab
|
BuildRequires: gcab
|
||||||
|
|
||||||
%ifarch x86_64 %{ix86} aarch64
|
%ifarch x86_64 %{ix86} aarch64
|
||||||
BuildRequires: fwupdate-devel >= 0.4
|
BuildRequires: fwupdate-devel >= 0.5
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -108,6 +108,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 18 2015 Richard Hughes <richard@hughsie.com> 0.5.4-1
|
||||||
|
- New upstream release
|
||||||
|
- Use API available in fwupdate 0.5 to avoid writing temp files
|
||||||
|
- Fix compile error against fwupdate 0.5 due to API bump
|
||||||
|
|
||||||
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
|
* Thu Nov 05 2015 Richard Hughes <richard@hughsie.com> 0.5.3-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Avoid seeking when reading the file magic during refresh
|
- Avoid seeking when reading the file magic during refresh
|
||||||
|
Loading…
Reference in New Issue
Block a user