Re: Proper macro for path to gpg?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Apr 01, 2005 at 09:12:28AM -0800, Breen Mullins wrote:
> Any further ideas? 
> 
> I can provide the strace output after I've sanitized it if 
> that will help.
> 
> (If %_gpg_bin is the correct macro name, the man page 
> is in error when it shows a sample .rpmmacros:
> 
>        %_signature gpg
>        %_gpg_path /etc/rpm/.gpg
>        %_gpg_name John Doe <jdoe@xxxxxxx>
>        %_gpgbin /usr/bin/gpg
> )

The man page may indeed be in error.  I'm just taking a stab at this
here, but on my box running Fedora Core 3:

$ rpm --version
RPM version 4.3.2

$ rpm --showrc | grep gpg
-14: __gpg      /usr/bin/gpg
-14: __gpg_check_password_cmd   %{__gpg}
        gpg --batch --no-verbose --passphrase-fd 3 -u "%{_gpg_name}" -so
-
-14: __gpg_sign_cmd     %{__gpg}
        gpg --batch --no-verbose --no-armor --passphrase-fd 3
--no-secmem-warning
        -u "%{_gpg_name}" -sbo %{__signature_filename}
%{__plaintext_filename}

So, try setting %{__gpg} and see if that works.

-chris

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux