mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
pkg.sh: Flag .leases as %config in RPM spec
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
07a9122f87
commit
468264f640
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ cmd_log_install()
|
||||||
|
|
||||||
cfgfile_macro()
|
cfgfile_macro()
|
||||||
{
|
{
|
||||||
if echo "$*" | grep -qe '/etc/\|\.conf$'; then
|
if echo "$*" | grep -qe '/etc/\|\.conf$\|\.leases$'; then
|
||||||
echo "%config(noreplace) "
|
echo "%config(noreplace) "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue