|
@@ -33,10 +33,10 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Network
|
|
Group: Network
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: 2.0.3
|
|
Version: 2.0.3
|
|
|
-Release: 20030418
|
|
|
|
|
|
|
+Release: 20031004
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
-Source0: http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/keychain-%{version}.tar.bz2
|
|
|
|
|
|
|
+Source0: http://gentoo.oregonstate.edu/distfiles/keychain-%{version}.tar.bz2
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -47,22 +47,21 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
|
- Keychain is an OpenSSH key manager, typically run from ~/.bash_profile.
|
|
|
|
|
- When run, it will make sure ssh-agent is running; if not, it will start
|
|
|
|
|
- ssh-agent. It will redirect ssh-agent's output to
|
|
|
|
|
- ~/.ssh-agent-[hostname], so that cron jobs that need to use ssh-agent keys
|
|
|
|
|
- can simply source this file and make the necessary passwordless ssh
|
|
|
|
|
- connections. In addition, when keychain runs, it will check with
|
|
|
|
|
- ssh-agent and make sure that the ssh RSA/DSA keys that you specified on
|
|
|
|
|
- the keychain command line have actually been added to ssh-agent. If not,
|
|
|
|
|
- you are prompted for the appropriate passphrases so that they can be added
|
|
|
|
|
- by keychain.
|
|
|
|
|
|
|
+ Keychain is an OpenSSH key manager, typically run from
|
|
|
|
|
+ ~/.bash_profile. When run, it will make sure ssh-agent is running;
|
|
|
|
|
+ if not, it will start ssh-agent. It will redirect ssh-agent's output
|
|
|
|
|
+ to ~/.ssh-agent-[hostname], so that cron jobs that need to use
|
|
|
|
|
+ ssh-agent keys can simply source this file and make the necessary
|
|
|
|
|
+ passwordless ssh connections. In addition, when keychain runs, it
|
|
|
|
|
+ will check with ssh-agent and make sure that the ssh RSA/DSA keys
|
|
|
|
|
+ that you specified on the keychain command line have actually been
|
|
|
|
|
+ added to ssh-agent. If not, you are prompted for the appropriate
|
|
|
|
|
+ passphrases so that they can be added by keychain.
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
- # no-op
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|