New upstream release
This commit is contained in:
parent
d71215b7b1
commit
fad5ec02d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/fwupd-1.0.8.tar.xz
|
/fwupd-1.0.8.tar.xz
|
||||||
/fwupd-1.1.0.tar.xz
|
/fwupd-1.1.0.tar.xz
|
||||||
/fwupd-1.1.1.tar.xz
|
/fwupd-1.1.1.tar.xz
|
||||||
|
/fwupd-1.1.2.tar.xz
|
||||||
|
20
fwupd.spec
20
fwupd.spec
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
@ -71,8 +71,7 @@ BuildRequires: pango-devel
|
|||||||
BuildRequires: cairo-devel cairo-gobject-devel
|
BuildRequires: cairo-devel cairo-gobject-devel
|
||||||
BuildRequires: freetype
|
BuildRequires: freetype
|
||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: dejavu-sans-fonts
|
BuildRequires: google-noto-sans-cjk-ttc-fonts
|
||||||
BuildRequires: adobe-source-han-sans-cn-fonts
|
|
||||||
BuildRequires: gnu-efi-devel
|
BuildRequires: gnu-efi-devel
|
||||||
BuildRequires: pesign
|
BuildRequires: pesign
|
||||||
%endif
|
%endif
|
||||||
@ -256,11 +255,14 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%endif
|
%endif
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
|
||||||
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_flashrom.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
|
||||||
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_nvme.so
|
||||||
%if 0%{?have_redfish}
|
%if 0%{?have_redfish}
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_redfish.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_redfish.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
|
||||||
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_superio.so
|
||||||
%if 0%{?have_dell}
|
%if 0%{?have_dell}
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
|
||||||
%endif
|
%endif
|
||||||
@ -299,6 +301,18 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%{_datadir}/installed-tests/fwupd/*.py*
|
%{_datadir}/installed-tests/fwupd/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2018 Richard Hughes <richard@hughsie.com> 1.1.2-1
|
||||||
|
- New upstream release
|
||||||
|
- Add a new plugin to enumerate EC firmware
|
||||||
|
- Add a new plugin to update NVMe hardware
|
||||||
|
- Allow updating just one specific device from the command line
|
||||||
|
- Always use the same HardwareIDs as Windows
|
||||||
|
- Download firmware if the user specifies a URI
|
||||||
|
- Implement the systemd recommendations for offline updates
|
||||||
|
- Improve performance when reading keys from the quirk database
|
||||||
|
- Rewrite the unifying plugin to use the new daemon-provided functionality
|
||||||
|
- Show a time estimate on the progressbar after an update has started
|
||||||
|
|
||||||
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add support for the Synaptics Panamera hardware
|
- Add support for the Synaptics Panamera hardware
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.1.1.tar.xz) = ecfb14bae412c34a6e4a08b9c6acd248ae7f7d403df705ff989cc161d6d5f6ad0e830b595d1b1f8d782ae5a9dd7e3eea90d01918cc18402efee8e73cd12b485d
|
SHA512 (fwupd-1.1.2.tar.xz) = 34fae9aa5bd42902bb4d324ce9df70cccdb70af25037e5d733a4e328aa94741bdd71f4dc6cdb5c345365ee22790c5eaa0dad75f354221bf28de14a0c36646d5a
|
||||||
|
Loading…
Reference in New Issue
Block a user