Fix bash completition definition in spec
Resolves: rhbz#2123065 Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
parent
78db532590
commit
0ede76ffa9
@ -5,7 +5,7 @@
|
|||||||
Summary: Application Whitelisting Daemon
|
Summary: Application Whitelisting Daemon
|
||||||
Name: fapolicyd
|
Name: fapolicyd
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://people.redhat.com/sgrubb/fapolicyd
|
URL: http://people.redhat.com/sgrubb/fapolicyd
|
||||||
Source0: https://people.redhat.com/sgrubb/fapolicyd/%{name}-%{version}.tar.gz
|
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}
|
||||||
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/trust.d
|
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/trust.d
|
||||||
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/rules.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}/rules.d/*
|
||||||
%ghost %{_sysconfdir}/%{name}/%{name}.rules
|
%ghost %{_sysconfdir}/%{name}/%{name}.rules
|
||||||
%config(noreplace) %attr(644,root,%{name}) %{_sysconfdir}/%{name}/%{name}.conf
|
%config(noreplace) %attr(644,root,%{name}) %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
@ -208,6 +208,10 @@ fi
|
|||||||
%selinux_relabel_post -s %{selinuxtype}
|
%selinux_relabel_post -s %{selinuxtype}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 31 2022 Radovan Sroka <rsroka@redhat.com> - 1.1.4-4
|
||||||
|
- fix bash completition definition in spec
|
||||||
|
Resolves: rhbz#2123065
|
||||||
|
|
||||||
* Tue Aug 30 2022 Radovan Sroka <rsroka@redhat.com> - 1.1.4-3
|
* Tue Aug 30 2022 Radovan Sroka <rsroka@redhat.com> - 1.1.4-3
|
||||||
- rebuild with correct openssl and systemd dependency
|
- rebuild with correct openssl and systemd dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user