Skip to content

Commit cb8b3e3

Browse files
authored
fix #399 (#409)
* add a fix for crowdsec firewall bouncer * *** fix(rpm): remove duplicate installation path for crowdsec-firewall-bouncer Removed the redundant installation path `/usr/sbin/%{name}` from the RPM spec file for the `crowdsec-firewall-bouncer` package. This change ensures cleaner and more accurate file definitions in the package.
1 parent 0043939 commit cb8b3e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpm/SPECS/crowdsec-firewall-bouncer.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Requires: nftables,gettext
141141
%files -n %{name}-nftables
142142
%defattr(-,root,root,-)
143143
%{_bindir}/%{name}
144-
/usr/sbin/%{name}
145144
/usr/lib/%{name}/_bouncer.sh
146145
%{_unitdir}/%{name}.service
147146
%config(noreplace) /etc/crowdsec/bouncers/%{name}.yaml

0 commit comments

Comments
 (0)