rpms/keychain/devel README.Fedora, NONE, 1.1 keychain-manpage.patch, NONE, 1.1 keychain.csh, NONE, 1.1 keychain.sh, NONE, 1.1 keychain.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsepius rc040203 at freenet.de
Fri Aug 5 03:34:54 UTC 2005


On Thu, 2005-08-04 at 22:55 -0400, Alexander Dalloz wrote:

> --- NEW FILE keychain.sh ---
> # /etc/profile.d/keychain.sh - calling keychain the Fedora way
> # read in user's keychain settings or use defaults running keychain
>
> if [ -f $HOME/.keychainrc ]; then
> ...
>    [ -f $HOME/.keychain/$HOST-sh ] && \
>        . $HOME/.keychain/$HOST-sh
>    [ -f $HOME/.keychain/$HOST-sh-gpg ] && \
>        . $HOME/.keychain/$HOST-sh-gpg
Shouldn't these "test -f"'s be "test -r"'s? I am not sure.

What is supposed to happen if one of these files is a symlink or "chmod
-r"'ed?

> --- NEW FILE keychain.spec ---
...
> %files
> %defattr(-,root,root)
> %doc COPYING ChangeLog README README.Fedora
> %doc %{_mandir}/man1/keychain.1.gz
This %doc is redundant, files below %mandir automatically are %doc'ed

> %changelog
> ...
> * Wed Jul 27 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 2.5.4.1-2
> - Added manpage patch and %%prep removal of non existing path
>   (thanks Ville Skytt)
AFAICT, Ville's last name ist Skyttä ;)

Ralf








More information about the fedora-extras-commits mailing list