New upstream release
This commit is contained in:
parent
b40daaf229
commit
97d8fe936d
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
|||||||
/fwupd-1.2.7.tar.xz
|
/fwupd-1.2.7.tar.xz
|
||||||
/fwupd-1.2.8.tar.xz
|
/fwupd-1.2.8.tar.xz
|
||||||
/fwupd-1.2.9.tar.xz
|
/fwupd-1.2.9.tar.xz
|
||||||
|
/fwupd-1.2.10.tar.xz
|
||||||
|
17
fwupd.spec
17
fwupd.spec
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.2.9
|
Version: 1.2.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
@ -149,6 +149,7 @@ Data files for installed tests.
|
|||||||
%else
|
%else
|
||||||
-Dplugin_dummy=false \
|
-Dplugin_dummy=false \
|
||||||
%endif
|
%endif
|
||||||
|
-Dplugin_flashrom=false \
|
||||||
-Dplugin_thunderbolt=true \
|
-Dplugin_thunderbolt=true \
|
||||||
%if 0%{?have_redfish}
|
%if 0%{?have_redfish}
|
||||||
-Dplugin_redfish=true \
|
-Dplugin_redfish=true \
|
||||||
@ -288,7 +289,6 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%{_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_fastboot.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_fastboot.so
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_flashrom.so
|
|
||||||
%if 0%{?have_modem_manager}
|
%if 0%{?have_modem_manager}
|
||||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_modem_manager.so
|
%{_libdir}/fwupd-plugins-3/libfu_plugin_modem_manager.so
|
||||||
%endif
|
%endif
|
||||||
@ -344,6 +344,19 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
|
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2019 Richard Hughes <richard@hughsie.com> 1.2.10-1
|
||||||
|
- New upstream release
|
||||||
|
- Add a specific error code for the low battery case
|
||||||
|
- Add support for 8bitdo USB Retro Receiver
|
||||||
|
- Export new API to build objects from GVariant blobs
|
||||||
|
- Fix installing synaptics-prometheus config updates
|
||||||
|
- Prompt for reboot when unlocking on the command line if applicable
|
||||||
|
- Show a warning when running in UEFI legacy mode
|
||||||
|
- Show devices with an UpdateError in get-devices output
|
||||||
|
- Support a UEFI quirk to disable the use of the UX capsule
|
||||||
|
- Support empty proxy server strings
|
||||||
|
- Try harder to find duplicate UEFI boot entries
|
||||||
|
|
||||||
* Mon May 20 2019 Richard Hughes <richard@hughsie.com> 1.2.9-1
|
* Mon May 20 2019 Richard Hughes <richard@hughsie.com> 1.2.9-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add support for Synaptics Prometheus fingerprint readers
|
- Add support for Synaptics Prometheus fingerprint readers
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.2.9.tar.xz) = ce9684f93c4bfdc8629bdbf0c4d939a7eaf18f6ddb3d2268a3d243686f94a56d8cf59de9f8109c0de4da88b5b97b0b5fce0768b26e9e0047194aafccf7835973
|
SHA512 (fwupd-1.2.10.tar.xz) = 430600d98c6d5fd7af10cef101a3faa768360174351a9da9d174e885cda1dea90e42787bd5c1ebe986a4c97ab33fefe1a125ed17035551ff382d932f78d1abf9
|
||||||
|
Loading…
Reference in New Issue
Block a user