[OpenAFS] Re: [OpenAFS-announce] OpenAFS release 1.6.21 available
Jan Iven
jan.iven@cern.ch
Fri, 11 Aug 2017 21:04:43 +0200
On 11/08/17 20:41, Garance A Drosehn wrote:
> On 6 Jul 2017, at 10:05, Stephan Wiesand wrote:
>
>> The OpenAFS Release Team is pleased to announce the availability of
>> OpenAFS version 1.6.21 for UNIX/Linux. Source files can be accessed
>> via the web at:
>>
>> http://www.openafs.org/dl/openafs/1.6.21/
>
> I suspect the answer to the following question should be obvious to
> me, but I'm not much of a linux expert. In the above, I pick up the
> file openafs-1.6.21-1.src.rpm
>
> and then go to install that on RHEL7. And it says:
>
> rpm --install openafs-1.6.21-1.src.rpm
> warning: openafs-1.6.21-1.src.rpm: \
> Header V3 DSA/SHA1 Signature, key ID 9e590f86: NOKEY
>
> Is there some PGP key 9e590f86 that I should have in my pubring.gpg
> keyring to verify this package when I'm installing it? A quick
> search didn't turn up anything at the web site or the wiki.
Stephan Wiesand's key, available from keyservers, e.g
http://keyserver.opensuse.org:11371/pks/lookup?search=0x9e590f86&op=vindex
Please note that what you're trying to install is a "source" RPM (for
compiling the binaries), not a ready-to-use binary package.
Provided that you have all dependencies installed on your machine, you
can recompile these directly via
rpmbuild --rebuild
http://www.openafs.org/dl/openafs/1.6.21/openafs-1.6.21-1.src.rpm
If you haven't done this before, you might want to read
https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment
Alternatively, you could wait until binaries appear under
https://cbs.centos.org/koji/packageinfo?packageID=453
regards,
jan