New upstream release
This commit is contained in:
parent
4829e8baee
commit
8512f5d41a
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/fwupd-1.0.0.tar.xz
|
||||
/fwupd-1.0.1.tar.xz
|
||||
/fwupd-1.0.2.tar.xz
|
||||
/fwupd-1.0.3.tar.xz
|
||||
|
13
fwupd.spec
13
fwupd.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/hughsie/fwupd
|
||||
@ -216,6 +216,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_altos.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_amt.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_colorhug.so
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_csr.so
|
||||
%if 0%{?have_dell}
|
||||
%{_libdir}/fwupd-plugins-3/libfu_plugin_dell.so
|
||||
%endif
|
||||
@ -262,6 +263,16 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%{_datadir}/installed-tests/fwupd/*.py*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2018 Richard Hughes <richard@hughsie.com> 1.0.3-1
|
||||
- New upstream release
|
||||
- Add a new plugin to add support for CSR "Driverless DFU"
|
||||
- Add initial SF30/SN30 Pro support
|
||||
- Block owned Dell TPM updates
|
||||
- Choose the correct component from provides matches using requirements
|
||||
- Do not try to parse huge compressed archive files
|
||||
- Handle Thunderbolt "native" mode
|
||||
- Use the new functionality in libgcab >= 1.0 to avoid writing temp files
|
||||
|
||||
* Tue Nov 28 2017 Richard Hughes <richard@hughsie.com> 1.0.2-1
|
||||
- New upstream release
|
||||
- Add a plugin for the Nitrokey Storage device
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.0.2.tar.xz) = 1c5fc25d70f3e8d34ed21ac08a422793ff27b82bad1af5908e79ed6595286f9bd42b7e77edc04465a87f7e693e3345581013e4890c88c2ddc63c08046dd0fb7d
|
||||
SHA512 (fwupd-1.0.3.tar.xz) = 82ac3c82b63f1dd73ea617b9dedeed97a1d60084f8b425c66b7998596189088f54c4bace468dd92d0b75f1260d436ee46262b79dbdbf759b522fa55a07dbd205
|
||||
|
Loading…
Reference in New Issue
Block a user