!54 [sync] PR-53: Fix fwupd-refresh.service start failure

From: @openeuler-sync-bot 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
This commit is contained in:
openeuler-ci-bot 2023-03-02 09:25:32 +00:00 committed by Gitee
commit 3ba309fa5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -43,7 +43,7 @@
Name: fwupd Name: fwupd
Version: 1.8.6 Version: 1.8.6
Release: 2 Release: 3
License: LGPLv2+ License: LGPLv2+
Summary: Make updating firmware on Linux automatic, safe and reliable Summary: Make updating firmware on Linux automatic, safe and reliable
URL: https://github.com/fwupd/fwupd URL: https://github.com/fwupd/fwupd
@ -271,6 +271,8 @@ mkdir -p %{buildroot}%{_datadir}/doc/fwupd
cp -r libfwupd* %{buildroot}%{_datadir}/doc/ cp -r libfwupd* %{buildroot}%{_datadir}/doc/
cp -r *openEuler-linux*/libfwupd* %{buildroot}%{_datadir}/doc/fwupd/ cp -r *openEuler-linux*/libfwupd* %{buildroot}%{_datadir}/doc/fwupd/
sed -i '/DynamicUser=yes/d' %{buildroot}/usr/lib/systemd/system/fwupd-refresh.service
%find_lang %{name} %find_lang %{name}
%post %post
@ -428,6 +430,9 @@ done
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%changelog %changelog
* Thu Mar 02 2023 yaoxin <yaoxin30@h-partners.com> - 1.8.6-3
- Fix fwupd-refresh.service start failure
* Mon Feb 27 2023 liyanan <liyanan32@-partners.com> - 1.8.6-2 * Mon Feb 27 2023 liyanan <liyanan32@-partners.com> - 1.8.6-2
- Fix fwupd libjcat dbxtool file conflicts - Fix fwupd libjcat dbxtool file conflicts