]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
remove noreplace from %{_distconfdir}/logrotate.d/snapper because it can
authorStefan Schubert <schubi@suse.de>
Tue, 21 Jun 2022 06:17:51 +0000 (08:17 +0200)
committerStefan Schubert <schubi@suse.de>
Tue, 21 Jun 2022 06:17:51 +0000 (08:17 +0200)
be overwritten by the vendor

snapper.spec.in

index 32b2a0082cd6c2d5cf130981969a7749b05313c8..eae1ff08ac699be4839ad0b9df24794785cf3087 100644 (file)
@@ -209,7 +209,7 @@ fi
 %doc %{_mandir}/*/mksubvolume.8*
 %endif
 %if 0%{?suse_version} > 1500
-%config(noreplace) %{_distconfdir}/logrotate.d/snapper
+%config %{_distconfdir}/logrotate.d/snapper
 %else
 %config(noreplace) %{_sysconfdir}/logrotate.d/snapper
 %endif