New upstream release
This commit is contained in:
parent
578a307cc4
commit
40d38bd68d
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
|||||||
/fwupd-1.1.1.tar.xz
|
/fwupd-1.1.1.tar.xz
|
||||||
/fwupd-1.1.2.tar.xz
|
/fwupd-1.1.2.tar.xz
|
||||||
/fwupd-1.1.3.tar.xz
|
/fwupd-1.1.3.tar.xz
|
||||||
|
/fwupd-1.2.0.tar.xz
|
||||||
|
22
fwupd.spec
22
fwupd.spec
@ -1,5 +1,5 @@
|
|||||||
%global glib2_version 2.45.8
|
%global glib2_version 2.45.8
|
||||||
%global libappstream_version 0.7.4
|
%global libxmlb_version 0.1.3
|
||||||
%global libgusb_version 0.2.11
|
%global libgusb_version 0.2.11
|
||||||
%global libsoup_version 2.51.92
|
%global libsoup_version 2.51.92
|
||||||
%global systemd_version 231
|
%global systemd_version 231
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.1.3
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
@ -33,7 +33,7 @@ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.
|
|||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: libappstream-glib-devel >= %{libappstream_version}
|
BuildRequires: libxmlb-devel >= %{libxmlb_version}
|
||||||
BuildRequires: libgcab1-devel
|
BuildRequires: libgcab1-devel
|
||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: libgusb-devel >= %{libgusb_version}
|
BuildRequires: libgusb-devel >= %{libgusb_version}
|
||||||
@ -86,10 +86,11 @@ Requires(preun): systemd
|
|||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
Requires: libappstream-glib%{?_isa} >= %{libappstream_version}
|
Requires: libxmlb%{?_isa} >= %{libxmlb_version}
|
||||||
Requires: libgusb%{?_isa} >= %{libgusb_version}
|
Requires: libgusb%{?_isa} >= %{libgusb_version}
|
||||||
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
Requires: libsoup%{?_isa} >= %{libsoup_version}
|
||||||
Requires: bubblewrap
|
Requires: bubblewrap
|
||||||
|
Requires: shared-mime-info
|
||||||
|
|
||||||
Recommends: python3
|
Recommends: python3
|
||||||
|
|
||||||
@ -308,6 +309,19 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%{_datadir}/installed-tests/fwupd/*.py*
|
%{_datadir}/installed-tests/fwupd/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 07 2018 Richard Hughes <richard@hughsie.com> 1.2.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Add a standalone installer creation script
|
||||||
|
- Add version format quirks for several Lenovo machines
|
||||||
|
- Adjust synapticsmst EVB board handling
|
||||||
|
- Allow setting the version format from a quirk entry
|
||||||
|
- Port from libappstream-glib to libxmlb for a large reduction in RSS
|
||||||
|
- Set the full AMT device version including the BuildNum
|
||||||
|
- Sort the firmware sack by component priority
|
||||||
|
- Stop any running daemon over dbus when using fu-tool
|
||||||
|
- Support the Intel ME version format
|
||||||
|
- Use HTTPS_PROXY if set
|
||||||
|
|
||||||
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
|
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add a plugin for an upcoming Dell USB-C dock
|
- Add a plugin for an upcoming Dell USB-C dock
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.1.3.tar.xz) = 6ca909c3b9707b5ec1b66633643b29835ce4bb165c2fabd280f2d93979b77d8e94e1f65e39240e7f136748c427dd5d02f5c8640ec174a22292f5443df7cb02af
|
SHA512 (fwupd-1.2.0.tar.xz) = 6cd46d5808f4126b57c9a4373fc72b519f8284b92eb66627147de56e45ddc7fa725c905e1f376e57c96fd40b580e805f06e5859b9b4e61803cea8986da86687b
|
||||||
|
Loading…
Reference in New Issue
Block a user