From 0ede76ffa997f25f4f605b8d5cee8b90dc9e8c81 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Wed, 31 Aug 2022 19:14:26 +0200 Subject: [PATCH] Fix bash completition definition in spec Resolves: rhbz#2123065 Signed-off-by: Radovan Sroka --- fapolicyd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fapolicyd.spec b/fapolicyd.spec index eae3822..b496f41 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -5,7 +5,7 @@ Summary: Application Whitelisting Daemon Name: fapolicyd Version: 1.1.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://people.redhat.com/sgrubb/fapolicyd Source0: https://people.redhat.com/sgrubb/fapolicyd/%{name}-%{version}.tar.gz @@ -169,7 +169,7 @@ fi %attr(750,root,%{name}) %dir %{_sysconfdir}/%{name} %attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/trust.d %attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/rules.d -%attr(644,root,root) %{_sysconfdir}/bash_completion.d/ +%attr(644,root,root) %{_sysconfdir}/bash_completion.d/* %ghost %{_sysconfdir}/%{name}/rules.d/* %ghost %{_sysconfdir}/%{name}/%{name}.rules %config(noreplace) %attr(644,root,%{name}) %{_sysconfdir}/%{name}/%{name}.conf @@ -208,6 +208,10 @@ fi %selinux_relabel_post -s %{selinuxtype} %changelog +* Wed Aug 31 2022 Radovan Sroka - 1.1.4-4 +- fix bash completition definition in spec +Resolves: rhbz#2123065 + * Tue Aug 30 2022 Radovan Sroka - 1.1.4-3 - rebuild with correct openssl and systemd dependency