From 0189f13e92cbb75c9fc811f0ed81266563a006a2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 31 2020 09:40:17 +0000 Subject: import fwupd-1.0.8-5.el7 --- diff --git a/SOURCES/0001-Allow-running-on-an-older-systemd.patch b/SOURCES/0001-Allow-running-on-an-older-systemd.patch index 2ad4975..a6dde20 100644 --- a/SOURCES/0001-Allow-running-on-an-older-systemd.patch +++ b/SOURCES/0001-Allow-running-on-an-older-systemd.patch @@ -67,9 +67,9 @@ index 7adc0c05..c40b132b 100644 + rw_directories = [] + rw_directories += join_paths (localstatedir, 'lib', 'fwupd') + rw_directories += join_paths (default_sysconfdir, 'fwupd', 'remotes.d') -+ if get_option('plugin_uefi') -+ rw_directories += ['-/boot/efi', '-/boot', '-/efi'] -+ endif ++ rw_directories += ['-/boot/efi', '-/boot', '-/efi'] ++ ++ + + dynamic_options = [] + if systemd.version().version_compare('>= 232') diff --git a/SPECS/fwupd.spec b/SPECS/fwupd.spec index 88ecc9a..bb8c6a1 100644 --- a/SPECS/fwupd.spec +++ b/SPECS/fwupd.spec @@ -29,7 +29,7 @@ Summary: Firmware update daemon Name: fwupd Version: 1.0.8 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://github.com/hughsie/fwupd Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz @@ -242,6 +242,10 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg %{_libdir}/pkgconfig/fwupd.pc %changelog +* Tue Aug 13 2019 Richard Hughes 1.0.8-5 +- Fix a multilib install issue. +- Resolves: #1623466 + * Wed Sep 05 2018 Kalev Lember 1.0.8-4 - Build with full hardening enabled - Resolves: #1616185