Skip to content

Commit bac2d22

Browse files
AlteredCoderAlteredCoder
AlteredCoder
authored and
AlteredCoder
committed
update rpm sources
1 parent e5b7f00 commit bac2d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpm/SPECS/crowdsec-custom-bouncer.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Summary: Custom bouncer for Crowdsec
55

66
License: MIT
77
URL: https://crowdsec.net
8-
Source: cs-custom-bouncer-%(echo $VERSION).tar.gz
8+
Source0: https://github.com/crowdsecurity/%{name}/archive/v%(echo $VERSION).tar.gz
99
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1010

1111
BuildRequires: git
@@ -91,4 +91,4 @@ echo "please enter the binary path in '/etc/crowdsec/crowdsec-custom-bouncer/cro
9191

9292
%preun
9393
systemctl stop crowdsec-custom-bouncer || echo "cannot stop service"
94-
systemctl disable crowdsec-custom-bouncer || echo "cannot disable service"
94+
systemctl disable crowdsec-custom-bouncer || echo "cannot disable service"

0 commit comments

Comments
 (0)