RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 19-Jun-2007 16:24:21
Branch: HEAD Handle: 2007061915242100
Modified files:
rpm macros.in
Log:
default to gpg signatures.
Summary:
Revision Changes Path
1.161 +2 -2 rpm/macros.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/macros.in
============================================================================
$ cvs diff -u -r1.160 -r1.161 macros.in
--- rpm/macros.in 17 Jun 2007 01:21:39 -0000 1.160
+++ rpm/macros.in 19 Jun 2007 14:24:21 -0000 1.161
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @USRLIBRPM@/macros
# \verbatim
#
-# $Id: macros.in,v 1.160 2007/06/17 01:21:39 jbj Exp $
+# $Id: macros.in,v 1.161 2007/06/19 14:24:21 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -217,7 +217,7 @@
%_rpmfilename %{_build_name_fmt}
# The default signature type.
-%_signature none
+%_signature gpg
# The directories where sources/patches/icons from a source package will
# be installed. This is also where sources/patches/icons are found
@@ .
Received on Tue Jun 19 16:24:21 2007