From 90fcdafe37bbe892f0244710ff7e0a423397aecd Mon Sep 17 00:00:00 2001 From: huayadong Date: Fri, 29 Jul 2022 14:19:07 +0800 Subject: [PATCH] BAMF reported an error during unloading. Bamfddaemon.service does not exist --- bamf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bamf.spec b/bamf.spec index 5e9c744..f900610 100644 --- a/bamf.spec +++ b/bamf.spec @@ -1,7 +1,7 @@ Summary: Application matching framework Name: bamf Version: 0.5.4 -Release: 5 +Release: 6 # Library bits are LGPLv2 or LGPLv3 (but not open-ended LGPLv2+); # non-lib bits are GPLv3. # pbrobinson points out that three files in the lib are actually @@ -86,7 +86,6 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %systemd_user_post %{name}daemon.service %preun -%systemd_user_preun %{name}daemon.service %files @@ -113,6 +112,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %exclude %{_datadir}/upstart/sessions/bamfdaemon.conf %changelog +* Fri Jul 29 2022 huayadong - 0.5.4-6 +- BAMF reported an error during unloading. Bamfddaemon.service does not exist + * Mon Dec 12 2020 huanghaitao - 0.5.4-5 - Remove the release suffix