Skip to content

Commit ed2f81a

Browse files
committed
add explicit dep on gettext
1 parent 02e9298 commit ed2f81a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Build-Depends: debhelper, bash
44

55
Package: crowdsec-aws-waf-bouncer
66
Provides: crowdsec-aws-waf-bouncer
7+
Depends: gettext-base
78
Description: AWS WAF bouncer for Crowdsec
89
Architecture: any
910

rpm/SPECS/crowdsec-aws-waf-bouncer.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ BuildRequires: git
1212
BuildRequires: make
1313
%{?fc33:BuildRequires: systemd-rpm-macros}
1414

15+
Requires: gettext
16+
1517
%define debug_package %{nil}
1618

1719
%description
@@ -80,7 +82,7 @@ if [ ${START} -eq 0 ] ; then
8082
echo "no api key was generated, you can generate one on your LAPI Server by running 'cscli bouncers add <bouncer_name>' and add it to '/etc/crowdsec/bouncers/crowdsec-aws-waf-bouncer.yaml'"
8183
fi
8284

83-
echo "Please configure your AWS WAF ACL in '/etc/crowdsec/bouncers/crowdsec-aws-waf-bouncer.yaml' and start the bouncer via 'sudo systemctl start crowdsec-aws-waf-bouncer'
85+
echo "Please configure your AWS WAF ACL in '/etc/crowdsec/bouncers/crowdsec-aws-waf-bouncer.yaml' and start the bouncer via 'sudo systemctl start crowdsec-aws-waf-bouncer'"
8486

8587

8688
%changelog

0 commit comments

Comments
 (0)