Mailinglist Archive: zypp-devel (17 mails)
| < Previous | Next > |
Re: [zypp-devel] dealing with unsigned repos and keys
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Thu, 24 Jun 2010 11:02:35 +0200
- Message-id: <20100624090235.GA27326@xxxxxxx>
On Thu, Jun 24, 2010 at 09:42:51AM +0200, Jano Kupec wrote:
No. (But newer versions look in /var/lib/rpm/pubkeys/*, a feature
that SUSE doesn't use currently.)
Doesn't libzypp look at the "repo_gpgcheck" option from the
repository definition, like yum does?
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Hi! Zypp only recognizes public keys imported into rpm database (rpm
--import pub-key-file). We would need to make it look into
/etc/pki/rpm-gpg as well to make this work.
What about rpm itself, does it look for keys in that directory?
No. (But newer versions look in /var/lib/rpm/pubkeys/*, a feature
that SUSE doesn't use currently.)
Doesn't libzypp look at the "repo_gpgcheck" option from the
repository definition, like yum does?
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |