fix fwupd refresh service start failure
(cherry picked from commit 2ee0d2459aee954f7216e9955a1e29a181795e6e)
This commit is contained in:
parent
16a04726a0
commit
a9ae84563b
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.5.8
|
Version: 1.5.8
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Make updating firmware on Linux automatic, safe and reliable
|
Summary: Make updating firmware on Linux automatic, safe and reliable
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd/releases
|
URL: https://github.com/fwupd/fwupd/releases
|
||||||
@ -65,6 +65,7 @@ This package contains the development and installed test files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
sed -i '/DynamicUser=yes/d' data/motd/fwupd-refresh.service.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dtests=true -Dgtkdoc=true -Dplugin_dummy=true \
|
%meson -Dtests=true -Dgtkdoc=true -Dplugin_dummy=true \
|
||||||
@ -180,6 +181,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
|
|||||||
%{_datadir}/man/man1/*
|
%{_datadir}/man/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 01 2022 Ge Wang <wangge20@h-partners.com> - 1.5.8-4
|
||||||
|
- Fix fwupd-refresh service start failure
|
||||||
|
|
||||||
* Thu Nov 10 2022 caodongxia <caodongxia@h-partners.com> - 1.5.8-3
|
* Thu Nov 10 2022 caodongxia <caodongxia@h-partners.com> - 1.5.8-3
|
||||||
- Fix compiling with new versions of efivar
|
- Fix compiling with new versions of efivar
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user