We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b7f00 commit bac2d22Copy full SHA for bac2d22
rpm/SPECS/crowdsec-custom-bouncer.spec
@@ -5,7 +5,7 @@ Summary: Custom bouncer for Crowdsec
5
6
License: MIT
7
URL: https://crowdsec.net
8
-Source: cs-custom-bouncer-%(echo $VERSION).tar.gz
+Source0: https://github.com/crowdsecurity/%{name}/archive/v%(echo $VERSION).tar.gz
9
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10
11
BuildRequires: git
@@ -91,4 +91,4 @@ echo "please enter the binary path in '/etc/crowdsec/crowdsec-custom-bouncer/cro
91
92
%preun
93
systemctl stop crowdsec-custom-bouncer || echo "cannot stop service"
94
-systemctl disable crowdsec-custom-bouncer || echo "cannot disable service"
+systemctl disable crowdsec-custom-bouncer || echo "cannot disable service"
0 commit comments