gnupg 1.2.1 release candidate
Michael H. Warfield
mhw at wittsend.com
Sat Oct 26 02:50:01 CEST 2002
On Thu, Oct 17, 2002 at 07:10:17PM +0200, Werner Koch wrote:
> Hi!
This is not something new in 1.2.1, just something that's
been hanging around.
> A release candidate for 1.2.1 is now available. I would very much
> appreciate if people with build problems on 1.2.0 can try this one
> out.
> ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.1rc1.tar.gz (2M)
> ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.1rc1.tar.gz.sig (2M)
> ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.2.0-1.2.1rc1.diff.gz (295k)
> You may also use http://ftp.gnupg.org .
Bit of a problem attempting to build using rpm and the .spec
file included...
] Provides: gpg openpgp
]
]
] RPM build errors:
] File not found by glob: /tmp/rpmbuild_gnupg/usr/bin/gpgkeys_*
] File not found: /tmp/rpmbuild_gnupg/usr/lib/gnupg
gpgkeys_ldap, and gpgkeys_hkp are being built but the Makefile
in the keyservers directory wants to install them in .../libexec/gnupg/
and not in .../bin as the spec file expects. And it's also looking
for lib/gnupg. Another inconsistency. That doesn't get created.
Fixing the two lines in the spec file seem to fix the problem,
but is it the correct fix? Should the keyserver helpers be going in
/usr/bin, /usr/libexec/gnupg, or /usr/lib/gnupg? Changing the spec
file leaves the keyserver helpers in /usr/libexec/gnupg and gpg seems
to find them just fine...
--- gnupg.spec.in.old Sat Jun 29 09:37:55 2002
+++ gnupg.spec.in Fri Oct 25 19:48:46 2002
@@ -164,11 +164,11 @@
%attr (-,root,root) /usr/man/man1/gpg*.1*
%attr (4755,root,root) /usr/bin/gpg
-%attr (-,root,root) /usr/bin/gpgkeys_*
+%attr (-,root,root) /usr/libexec/gnupg/gpgkeys_*
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
-%attr (-,root,root) /usr/lib/%{name}
+%attr (-,root,root) /usr/libexec/%{name}
%config %attr (-,root,root) /usr/share/%{name}/options.skel
> Salam-Shalom,
> Werner
Mike
--
Michael H. Warfield | (770) 985-6132 | mhw at WittsEnd.com
/\/\|=mhw=|\/\/ | (678) 463-0932 | http://www.wittsend.com/mhw/
NIC whois: MHW9 | An optimist believes we live in the best of all
PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it!
More information about the Gnupg-devel
mailing list