Release++ due to my devel branch still thinking it's fc5 drop cvs Id: tags

from shell scripts
This commit is contained in:
Rex Dieter 2006-06-22 16:02:58 +00:00
parent 02fb8e0089
commit c22bdac211
3 changed files with 3 additions and 5 deletions

View File

@ -12,7 +12,7 @@
Summary: Utility for secure communication and data storage Summary: Utility for secure communication and data storage
Name: gnupg2 Name: gnupg2
Version: 1.9.21 Version: 1.9.21
Release: 1%{?dist} Release: 2%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
@ -163,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 - 1.9.21
- omit gpg2 binary to address CVS-2006-3082 (#196190) - omit gpg2 binary to address CVS-2006-3082 (#196190)

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
# $Id: gpg-agent-shutdown.sh,v 1.3 2004/12/09 14:27:31 rexdieter Exp $
## The nice way ## The nice way
if test -n "${GPG_AGENT_INFO}"; then if test -n "${GPG_AGENT_INFO}"; then

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
# $Id$
GPG_AGENT=$(which gpg-agent) GPG_AGENT=/usr/bin/gpg-agent
## Run gpg-agent only if not already running, and available ## Run gpg-agent only if not already running, and available
if [ -z "${GPG_AGENT_INFO}" -a -x ${GPG_AGENT} ] ; then if [ -z "${GPG_AGENT_INFO}" -a -x ${GPG_AGENT} ] ; then
if [ -f ${HOME}/.gpg-agent-info ]; then if [ -f ${HOME}/.gpg-agent-info ]; then