Skip to content

Commit 20a7e59

Browse files
committed
Use %config{noreplace} in rpm spec
Signed-off-by: Shivam Sandbhor <[email protected]>
1 parent 3d548ee commit 20a7e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/SPECS/crowdsec-custom-bouncer.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rm -rf %{buildroot}
4747
%defattr(-,root,root,-)
4848
/usr/bin/%{name}
4949
%{_unitdir}/%{name}.service
50-
%config /etc/crowdsec/%{name}/%{name}.yaml
50+
%config(noreplace) /etc/crowdsec/%{name}/%{name}.yaml
5151

5252

5353
%post

0 commit comments

Comments
 (0)