You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to obtain full information about require and provide header lists of the rpm package to build primary.xml metadata file. Each entry of the require and provide lists can have name, ver, rel, epoch and flags attributes, for example:
Hi, I'm trying to obtain full information about
require
andprovide
header lists of the rpm package to buildprimary.xml
metadata file. Each entry of therequire
andprovide
lists can havename
,ver
,rel
,epoch
andflags
attributes, for example:There are header tags
org.redline_rpm.header.Header.HeaderTag
with typeSTRING_ARRAY_ENTRY
to obtain name and version-related information, but flags have type
INT32_ENTRY
which does not seem correct and does not have any sense to me. The same goes for require flags.
The text was updated successfully, but these errors were encountered: