]> code.ossystems Code Review - openembedded-core.git/commit
sudo: add /etc/sudoers to sudo-lib conffiles
authorAlex Stewart <alex.stewart@ni.com>
Tue, 22 Feb 2022 23:44:57 +0000 (17:44 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 12:39:00 +0000 (12:39 +0000)
commit7d688f0ece8fa7e3118cde0c79bbcc56048a2bb5
treecd76a143689d38ae54dc69e204f7d061384980f6
parent621623a5421172fddda1c31edaaba269a4b83e1a
sudo: add /etc/sudoers to sudo-lib conffiles

When OE-core commit 788c95c3bb8ede0d3d6a8f125743ac47c0b3f00e created the
`sudo-lib` subpackage, /etc/sudoers was moved from `sudo` to `sudo-lib`.
The commit didn't update the `CONFFILES:${PN}` assignment in sudo.inc,
however. So the `sudo` base package continued to advertise conffile
ownership of /etc/sudoers, though it did not contain it.

Move the CONFFILES assignment to the sudo.bb file, since it is
packaging-related. Change the package owner to the `sudo-lib`
subpackage, since it is the rightful file-owner.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sudo/sudo.inc
meta/recipes-extended/sudo/sudo_1.9.9.bb