From 98c80a84827ddd5cd47e34567018c890aef666ff Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 1 Dec 2022 10:47:36 +0800 Subject: [PATCH] fix fwupd refresh service start failure (cherry picked from commit 2ee0d2459aee954f7216e9955a1e29a181795e6e) --- fwupd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index 26c9251..489522a 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -13,7 +13,7 @@ Name: fwupd Version: 1.5.8 -Release: 3 +Release: 4 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -62,6 +62,7 @@ This package contains the development and installed test files for %{name}. %prep %autosetup -n %{name}-%{version} -p1 +sed -i '/DynamicUser=yes/d' data/motd/fwupd-refresh.service.in %build %meson -Dtests=true -Dgtkdoc=true -Dplugin_dummy=true \ @@ -177,6 +178,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Thu Dec 01 2022 Ge Wang - 1.5.8-4 +- Fix fwupd-refresh service start failure + * Thu Nov 10 2022 caodongxia - 1.5.8-3 - Fix compiling with new versions of efivar -- Gitee