[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandrake-changelog
Subject:    [Contrib-Rpm] keychain-2.2.0-1mdk
From:       Buchan Milne <devel () mandrakesoft ! com>
Date:       2004-04-29 11:06:21
Message-ID: 20040429110621.520FA90230 () ken ! mandrakesoft ! com
[Download RAW message or body]

[Contrib-RPM]

-=-=-=-
Name        : keychain                     Relocations: (not relocatable)
Version     : 2.2.0                             Vendor: MandrakeSoft
Release     : 1mdk                          Build Date: Thu Apr 29 12:54:56 2004
Install Date: (not installed)               Build Host: n3.mandrakesoft.com
Group       : Networking/Remote access      Source RPM: (none)
Size        : 24488                            License: GPL
Signature   : (none)
Packager    : Buchan Milne <bgmilne@linux-mandrake.com>
URL         : http://www.gentoo.org/projects/keychain/
Summary     : Keychain manages ssh-agent to minimise passphrase entry for ssh
Description :
keychain helps you to manage RSA and DSA keys in a convenient and secure
manner. It acts as a frontend to SSH-agent, but allows you to easily have one
long running SSH-agent process per system, rather than the norm of one
SSH-agent per login session. This dramatically reduces the number of times
you need to enter your passphrase - with keychain, you only need to enter a
passphrase once every time your local machine is rebooted. keychain also
makes it easy for remote cron jobs to securely "hook in" to a long running
SSH-agent process, allowing your scripts to take advantage of RSA and DSA
keys.

Run keychain once manually per user, after which keychain will run (quietly)
every time you log in (from a profile script).

Hint: If you get tired of keychain, delete ~/.keychain

Buildarchs: noarch


-=-=-=-
Buchan Milne <bgmilne@linux-mandrake.com> 2.2.0-1mdk

- 2.2.0
- Use new -Q option in profile script (speed up logins/new shells)
- add new man page
- spec file cosmetics

-=-=-=-
No rpmlint error, happy man :-)

-=-=-=-
keychain.profile.sh changed
keychain.spec changed
--- keychain-2.0.2-3mdk.src.rpm/keychain.profile.sh	2004-04-29 13:06:19.910490168 +0200
+++ keychain-2.2.0-1mdk.src.rpm/keychain.profile.sh	2004-04-29 13:06:19.985478768 +0200
@@ -8,7 +8,7 @@
 done
 
 if [ -x /usr/bin/keychain -a -d ~/.keychain -a -z "$SSH_AUTH_SOCK" ]; then
-	keychain -q $KEYS
+	keychain -q -Q $KEYS
 fi
 
 KEYCHAINFILE=$HOME/.keychain/$HOSTNAME-sh
--- keychain-2.0.2-3mdk.src.rpm/keychain.spec	2004-04-29 13:06:19.910490168 +0200
+++ keychain-2.2.0-1mdk.src.rpm/keychain.spec	2004-04-29 13:06:19.985478768 +0200
@@ -1,6 +1,6 @@
 %define	name	keychain
-%define	version 2.0.2
-%define	release	3mdk
+%define	version 2.2.0
+%define	release	1mdk
 
 Summary:	Keychain manages ssh-agent to minimise passphrase entry for ssh
 Name:		%name
@@ -32,28 +32,36 @@
 Hint: If you get tired of keychain, delete ~/.keychain
 
 %prep
-rm -rf $RPM_BUILD_ROOT
-
 %setup -q
 
 %build
 
 %install
+rm -rf $RPM_BUILD_ROOT
 
 mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_sysconfdir}/profile.d
 install -m755 %{name} %{buildroot}/%{_bindir}
 install -m755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/profile.d/%{name}.sh
+install -d %{buildroot}/%{_mandir}/man1/
+install -m 644 keychain.1 %{buildroot}/%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc README ChangeLog
+%doc README ChangeLog 
 %_bindir/*
-%{_sysconfdir}/profile.d/*
+%config(noreplace) %{_sysconfdir}/profile.d/*
+%{_mandir}/man1/%{name}*
 
 %changelog
+* Thu Apr 29 2004 Buchan Milne <bgmilne@linux-mandrake.com> 2.2.0-1mdk
+- 2.2.0
+- Use new -Q option in profile script (speed up logins/new shells)
+- add new man page
+- spec file cosmetics
+
 * Fri Apr 01 2003 Buchan Milne <bgmilne@linux-mandrake.com> 2.0.2-3mdk
 - Update profile.d script to handle forwarded ssh agents correctly
 


-- 
http://www.mandrake-linux.com/en/cookerdevel.php3

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic