Release++ due to my devel branch still thinking it's fc5 drop cvs Id: tags
from shell scripts
This commit is contained in:
parent
02fb8e0089
commit
c22bdac211
@ -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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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)
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
# $Id: gpg-agent-shutdown.sh,v 1.3 2004/12/09 14:27:31 rexdieter Exp $
|
||||
|
||||
## The nice way
|
||||
if test -n "${GPG_AGENT_INFO}"; then
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user