From 3a544e6055bec4a99e9df3940adf3aac85a1718f Mon Sep 17 00:00:00 2001 From: hanshuang Date: Fri, 10 Mar 2023 16:48:49 +0800 Subject: [PATCH] fix deepin-accounts-daemon.service log fail (cherry picked from commit c9a19ff94477be53cb696f341c8ad48383c2fdbc) --- dde-daemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dde-daemon.spec b/dde-daemon.spec index a4e7a49..b2c60f8 100644 --- a/dde-daemon.spec +++ b/dde-daemon.spec @@ -12,7 +12,7 @@ Name: dde-daemon Version: 5.13.16.11 -Release: 3 +Release: 4 Summary: Daemon handling the DDE session settings License: GPLv3 URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/ @@ -55,6 +55,7 @@ Requires: dde-polkit-agent Requires: rfkill Requires: gvfs Requires: iw +Requires: fprintd Recommends: iso-codes Recommends: imwheel @@ -182,6 +183,9 @@ fi %{_sysusersdir}/%{sname}.conf %changelog +* Fri Mar 10 2023 hanshuang - 5.13.16.11-4 +- fix deepin-accounts-daemon.service log fail + * Wed Dec 21 2022 liweiganga - 5.13.16.11-3 - enable debuginfo for fix strip -- Gitee