New upstream release
This commit is contained in:
parent
40d38bd68d
commit
38d250a3ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/fwupd-1.1.2.tar.xz
|
||||
/fwupd-1.1.3.tar.xz
|
||||
/fwupd-1.2.0.tar.xz
|
||||
/fwupd-1.2.1.tar.xz
|
||||
|
16
fwupd.spec
16
fwupd.spec
@ -25,7 +25,7 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/fwupd
|
||||
@ -196,7 +196,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%systemd_postun_with_restart pesign.service
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.md AUTHORS NEWS
|
||||
%doc README.md AUTHORS
|
||||
%license COPYING
|
||||
%config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
|
||||
%if 0%{?have_uefi}
|
||||
@ -309,6 +309,18 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||
%{_datadir}/installed-tests/fwupd/*.py*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2018 Richard Hughes <richard@hughsie.com> 1.2.1-1
|
||||
- New upstream release
|
||||
- Add per-release install duration values
|
||||
- Fix a use-after-free when using --immediate-exit
|
||||
- Fix flashing the 8bitdo SF30
|
||||
- Fix showing the custom remote agreements
|
||||
- Include the os-release information in the release metadata
|
||||
- Shut down the daemon after 2h of inactivity when possible
|
||||
- Speed up startup by loading less thunderbolt firmware
|
||||
- Speed up startup by using a silo index for GUID queries
|
||||
- Use less memory and fragment the heap less when starting
|
||||
|
||||
* Wed Nov 07 2018 Richard Hughes <richard@hughsie.com> 1.2.0-1
|
||||
- New upstream release
|
||||
- Add a standalone installer creation script
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.2.0.tar.xz) = 6cd46d5808f4126b57c9a4373fc72b519f8284b92eb66627147de56e45ddc7fa725c905e1f376e57c96fd40b580e805f06e5859b9b4e61803cea8986da86687b
|
||||
SHA512 (fwupd-1.2.1.tar.xz) = f87722394dadccd5b9ece9ea8ebcc8bec33c76ce90633fa59f7a471e0515cc9e80b291f85283d42ec4be820561c7b569c57150788cee8bbc43b7c5f553e1214d
|
||||
|
Loading…
Reference in New Issue
Block a user