-----Original Message----- From: cip-dev@... <cip-dev@...> On Behalf Of Jan Kiszka Sent: 16 November 2021 00:16 To: pyla venkata(TSIP) <Venkata.Pyla@...>; cip- dev@... Subject: Re: [cip-dev] [PATCH] cip-core-image-security: remove unnecessary dependency package names
On 15.11.21 17:15, venkata.pyla@... wrote:
From: venkata pyla <venkata.pyla@...>
It is not necessary to mention dependency package names when parent package is present, the dependency packages will automatically install by isar framework.
so removing the dependency packages which are not necessary.
Was the list possibly intended to list all packages explicitly that are security related? If not or that was incomplete anyway, this is fine.
The original intention of the package list is to mention it explicitly all the packages required to achieve the security functionality, even though some of the packages are dependency packages of the main package.
I Just want to remove the dependency packages because, their names are changed when different distribution version (buster, bullseye, etc) is used like below [buster] Package: nftables Dep: libnftables0 [bullseye] Package: nftables Dep: libnftables1 So, I have removed the dependency packages here and allowed package-manager to install the correct dependency packages.
OK, would be good to document that in the commit message.
But, still there is problem when the main package itself has different name in the other distribution version, in this case should we have different recipe for each distribution version? Please suggest if there is any to resolve such scenarios. [buster] Package: libtss2-esys0 [bullseye] Package: libtss2-esys-3.0.2-0