New upstream release
This commit is contained in:
parent
9f674ccd7b
commit
578a307cc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/fwupd-1.1.0.tar.xz
|
||||
/fwupd-1.1.1.tar.xz
|
||||
/fwupd-1.1.2.tar.xz
|
||||
/fwupd-1.1.3.tar.xz
|
||||
|
20
fwupd.spec
20
fwupd.spec
@ -25,7 +25,7 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/fwupd
|
||||
@ -255,6 +255,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_esrt.so
|
||||
%endif
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell_dock.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_flashrom.so
|
||||
@ -265,6 +266,8 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%if 0%{?have_redfish}
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_redfish.so
|
||||
%endif
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hid.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_rts54hub.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_superio.so
|
||||
%if 0%{?have_dell}
|
||||
@ -305,6 +308,21 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%{_datadir}/installed-tests/fwupd/*.py*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 12 2018 Richard Hughes <richard@hughsie.com> 1.1.3-1
|
||||
- New upstream release
|
||||
- Add a plugin for an upcoming Dell USB-C dock
|
||||
- Add support for devices to show an estimated flash time
|
||||
- Add support for Realtek USB devices using vendor HID and HUB commands
|
||||
- Adjust panamera ESM update routine for some reported issues
|
||||
- Allow firmware files to depend on versions from other devices
|
||||
- Check the amount of free space on the ESP before upgrading
|
||||
- Don't show devices pending a reboot in GetUpgrades
|
||||
- Fix possible crash in the thunderbolt-power plugin
|
||||
- Make various parts of the daemon thread-safe
|
||||
- Redirect all debugging output to stderr instead of stdout
|
||||
- Run the Dell plugin initialization after the UEFI plugin
|
||||
- Update all sub-devices for a composite update
|
||||
|
||||
* Mon Sep 10 2018 Richard Hughes <richard@hughsie.com> 1.1.2-1
|
||||
- New upstream release
|
||||
- Add a new plugin to enumerate EC firmware
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.1.2.tar.xz) = 34fae9aa5bd42902bb4d324ce9df70cccdb70af25037e5d733a4e328aa94741bdd71f4dc6cdb5c345365ee22790c5eaa0dad75f354221bf28de14a0c36646d5a
|
||||
SHA512 (fwupd-1.1.3.tar.xz) = 6ca909c3b9707b5ec1b66633643b29835ce4bb165c2fabd280f2d93979b77d8e94e1f65e39240e7f136748c427dd5d02f5c8640ec174a22292f5443df7cb02af
|
||||
|
Loading…
Reference in New Issue
Block a user