New upstream release
This commit is contained in:
parent
574d806cd7
commit
d71215b7b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/fwupd-1.0.7.tar.xz
|
/fwupd-1.0.7.tar.xz
|
||||||
/fwupd-1.0.8.tar.xz
|
/fwupd-1.0.8.tar.xz
|
||||||
/fwupd-1.1.0.tar.xz
|
/fwupd-1.1.0.tar.xz
|
||||||
|
/fwupd-1.1.1.tar.xz
|
||||||
|
24
fwupd.spec
24
fwupd.spec
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
@ -45,8 +45,10 @@ BuildRequires: systemd >= %{systemd_version}
|
|||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gcab
|
BuildRequires: gcab
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
@ -198,6 +200,9 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
%config(noreplace)%{_sysconfdir}/fwupd/uefi.conf
|
%config(noreplace)%{_sysconfdir}/fwupd/uefi.conf
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?have_redfish}
|
||||||
|
%config(noreplace)%{_sysconfdir}/fwupd/redfish.conf
|
||||||
|
%endif
|
||||||
%dir %{_libexecdir}/fwupd
|
%dir %{_libexecdir}/fwupd
|
||||||
%{_libexecdir}/fwupd/fwupd
|
%{_libexecdir}/fwupd/fwupd
|
||||||
%{_libexecdir}/fwupd/fwupdtool
|
%{_libexecdir}/fwupd/fwupdtool
|
||||||
@ -294,6 +299,21 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%{_datadir}/installed-tests/fwupd/*.py*
|
%{_datadir}/installed-tests/fwupd/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2018 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Add support for the Synaptics Panamera hardware
|
||||||
|
- Add validation for Alpine and Titan Ridge
|
||||||
|
- Allow flashing unifying devices in recovery mode
|
||||||
|
- Allow running synapticsmst on non-Dell hardware
|
||||||
|
- Check the ESP for sanity at at startup
|
||||||
|
- Do not hold hidraw devices open forever
|
||||||
|
- Fix a potential segfault in smbios data parsing
|
||||||
|
- Fix encoding the GUID into the capsule EFI variable
|
||||||
|
- Fix various bugs when reading the thunderbolt version number
|
||||||
|
- Improve the Redfish plugin to actually work with real hardware
|
||||||
|
- Reboot synapticsmst devices at the end of flash cycle
|
||||||
|
- Show the correct title when updating devices
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fwupd-1.1.0.tar.xz) = ac2e126637c066a67bded395458678a5014ac719ec03cbd5967cc116571cb1bf23c9efc6093351ba31bd36ee456a81381a3153de393c0b902b32a03a7fc33595
|
SHA512 (fwupd-1.1.1.tar.xz) = ecfb14bae412c34a6e4a08b9c6acd248ae7f7d403df705ff989cc161d6d5f6ad0e830b595d1b1f8d782ae5a9dd7e3eea90d01918cc18402efee8e73cd12b485d
|
||||||
|
Loading…
Reference in New Issue
Block a user