pkg.sh: Flag .leases as %config in RPM spec

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-03-20 15:24:48 +00:00
commit 468264f640

View file

@ -629,7 +629,7 @@ cmd_log_install()
cfgfile_macro()
{
if echo "$*" | grep -qe '/etc/\|\.conf$'; then
if echo "$*" | grep -qe '/etc/\|\.conf$\|\.leases$'; then
echo "%config(noreplace) "
fi
}