New upstream release
This commit is contained in:
parent
d458d9fda3
commit
b12be41725
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
||||
/fwupd-1.2.6.tar.xz
|
||||
/fwupd-1.2.7.tar.xz
|
||||
/fwupd-1.2.8.tar.xz
|
||||
/fwupd-1.2.9.tar.xz
|
||||
|
17
fwupd.spec
17
fwupd.spec
@ -30,7 +30,7 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.2.8
|
||||
Version: 1.2.9
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/fwupd
|
||||
@ -302,6 +302,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%if 0%{?have_dell}
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
|
||||
%endif
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_synaptics_prometheus.so
|
||||
%if 0%{?enable_dummy}
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_test.so
|
||||
%endif
|
||||
@ -339,6 +340,20 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2019 Richard Hughes <richard@hughsie.com> 1.2.9-1
|
||||
- New upstream release
|
||||
- Add support for Synaptics Prometheus fingerprint readers
|
||||
- Check the daemon version is at least the client version
|
||||
- Correctly identify DFU firmware that starts at offset zero
|
||||
- Display the remote warning on the console in an easy-to-read way
|
||||
- Export the version-format used by devices to clients
|
||||
- Fix a libasan failure when reading a UEFI variable
|
||||
- Never guess the version format from the version string
|
||||
- Only use class-based instance IDs for quirk matching
|
||||
- Prompt the user to shutdown if required when installing by ID
|
||||
- Reset the forced version during DFU attach and detach
|
||||
- Set the version format for more device types
|
||||
|
||||
* Tue Apr 23 2019 Richard Hughes <richard@hughsie.com> 1.2.8-1
|
||||
- New upstream release
|
||||
- Allow the fwupdmgr tool to modify the daemon config
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.2.8.tar.xz) = 6e63605dabdb146e9d32bec3d0c4352b961dbdf9bf8b2094d5f01409400dbf4ec8d2c819ebf951faaac249ed19206b78c4479fcaf2e2d5c19ffc5f5701f19b89
|
||||
SHA512 (fwupd-1.2.9.tar.xz) = ce9684f93c4bfdc8629bdbf0c4d939a7eaf18f6ddb3d2268a3d243686f94a56d8cf59de9f8109c0de4da88b5b97b0b5fce0768b26e9e0047194aafccf7835973
|
||||
|
Loading…
Reference in New Issue
Block a user