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
allow grouping a set of RPMs to represent a single component. Installing for example the `nodejs` module may result in
88
88
the installation of the `c-ares` library, the `npm` package manager, the `nodejs` runtime, among other RPM packages.
89
-
RPM modules do not yet have an existing purl type.
90
89
91
-
We most often want to refer to a specific RPM without a module, and rarely to the RPM module itself, therefore we use the RPM type
92
-
to refer to the specific module, and add an `rpmmod` qualifier to specify the module. For example the purl for the `libecap` RPM in the `squid:4` module available for RHEL 8.6 EUS would be the following:
90
+
RPM modules do not an existing purl type. We most often want to refer to a specific RPM without a module, and rarely
91
+
to the RPM module itself, therefore we use the RPM type to refer to the specific RPM, and add an `rpmmod` qualifier
92
+
to specify the module. For example the purl for the `libecap` RPM in the `squid:4` module available for RHEL 8.6 EUS
0 commit comments