mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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()
|
||||
{
|
||||
if echo "$*" | grep -qe '/etc/\|\.conf$'; then
|
||||
if echo "$*" | grep -qe '/etc/\|\.conf$\|\.leases$'; then
|
||||
echo "%config(noreplace) "
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue