From 2ee0d2459aee954f7216e9955a1e29a181795e6e 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 --- fwupd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index de6d7ef..b724f9e 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 @@ -65,6 +65,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 \ @@ -180,6 +181,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