results in the new file being installed with a .rpmnew suffix instead
of the file being replaced and the old one renamed with a .rpmsave
suffix.
--HG--
branch : 1.7
#!/bin/sh
# (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="275"
+pp_revision="276"
# Copyright (c) 2010 Quest Software, Inc. All rights reserved.
#
test x"$farch" = x"noarch" || pp_add_to_list pp_rpm_arch_seen $farch
fi
- case $f in *v*) _l="%config $_l";; esac
+ case $f in *v*) _l="%config(noreplace) $_l";; esac
echo "$_l"
done
echo