[OE-core] [PATCH v2] lib/oe/package_manager.py (rpm): Allow use of non-signed packages

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon Oct 2 14:34:39 UTC 2017


On 10/02/2017 05:34 PM, Otavio Salvador wrote:

> It does not work as you are explaining. Without this patch I /need/ to use:
> 
> dnf install --nogpgcheck nano
> 
> to install nano. dnf has it enabled.
> 
> root at qemux86-64:~# grep gpg /etc/dnf/dnf.conf
> gpgcheck=1


Yes; your patch is solving this problem incorrectly, introducing a new, 
different problem. The new problem is:

- enable package signing, disable package feed signing, check that the 
resulting dnf.conf file has package verification enabled (it won't).

Alex



More information about the Openembedded-core mailing list