Hey guys,

I'm trying to add a local rpm repository as a smart channel. The files come from a sles iso. I use this command to add the channel
Code:
smart channel --add sles-iso-db type=rpm-dir name="SLES 10 REPO" path=/mnt/suse/x86_64/
But running "smart update" gives me "error: public key not available" for every single rpm inside the directory.

Installing with "rpm -Uvh ..." treats this as a warning but smart throws an error.

Anyone know how to bypass this?

Edit: I should add the iso also provides somes files like "content.asc, content.key, gpg-pubkey-0dfb3188-41ed929b.asc, pubring.gpg" and several others. I assume I have to use these somehow?