]> granicus.if.org Git - sudo/commitdiff
RPM: use %config(noreplace) instead of %config for volatile This
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 2010 17:42:50 +0000 (13:42 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jul 2010 17:42:50 +0000 (13:42 -0400)
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

pp

diff --git a/pp b/pp
index f563de8fdd79f93967bf347a94237b34b23e0ccb..f3030b90afc48f1cb863c765e668c408c2660d72 100755 (executable)
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
 #!/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.
  #
@@ -5207,7 +5207,7 @@ pp_rpm_writefiles () {
            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