rpms/gnupg2/devel gnupg2.spec, 1.35, 1.36 gpg-agent-shutdown.sh, 1.1, 1.2 gpg-agent-startup.sh, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jun 22 16:03:00 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/gnupg2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20036

Modified Files:
	gnupg2.spec gpg-agent-shutdown.sh gpg-agent-startup.sh 
Log Message:
Release++ due to my devel branch still thinking it's fc5
drop cvs Id: tags from shell scripts



Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gnupg2.spec	22 Jun 2006 15:55:47 -0000	1.35
+++ gnupg2.spec	22 Jun 2006 16:02:58 -0000	1.36
@@ -12,7 +12,7 @@
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
 Version: 1.9.21
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPL
 Group:   Applications/System
@@ -163,7 +163,7 @@
 
 
 %changelog
-* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-1
+* Thu Jun 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.21-2
 - 1.9.21
 - omit gpg2 binary to address CVS-2006-3082 (#196190)
 


Index: gpg-agent-shutdown.sh
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gpg-agent-shutdown.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpg-agent-shutdown.sh	1 Dec 2005 19:53:39 -0000	1.1
+++ gpg-agent-shutdown.sh	22 Jun 2006 16:02:58 -0000	1.2
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id$
 
 ## The nice way
 if test -n "${GPG_AGENT_INFO}"; then


Index: gpg-agent-startup.sh
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gpg-agent-startup.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpg-agent-startup.sh	1 Dec 2005 19:53:39 -0000	1.1
+++ gpg-agent-startup.sh	22 Jun 2006 16:02:58 -0000	1.2
@@ -1,7 +1,6 @@
 #!/bin/sh
-# $Id$
 
-GPG_AGENT=$(which gpg-agent)
+GPG_AGENT=/usr/bin/gpg-agent
 ## Run gpg-agent only if not already running, and available
 if [ -z "${GPG_AGENT_INFO}" -a -x ${GPG_AGENT} ] ; then
   if [ -f ${HOME}/.gpg-agent-info ]; then




More information about the fedora-extras-commits mailing list