rpm package version

The <rpm package version> inspectors disclose properties of the RPM package version record inspector. They are collected from the 'Version' component of the Epoch, Version and Release fields associated with an RPM package. The behavior of this inspector differs from a string, because they are sorted according to RPM rules defined by the rpmvercmp() function of the RPM library. Do not create an <rpm package release> inspector with embedded '-' or whitespace characters. These characters are disallowed in RPM, and will cause the statement to fail.

Note: Requires the presence of the RPM library and librpminfo (an open source library created by BigFix containing modified RPM library code) on the client machine. librpminfo is installed on the client as part of the normal BES client RPM installation procedure.

Version Platforms
8.0.584.0 Red Hat, SUSE
8.2.1078.0 AIX

Creation

rpm package version <string> : rpm package version

Properties

rpm package version <rpm package version> : rpm package version

Casts

<rpm package version> as rpm package version : rpm package version
<rpm package version> as string : string

Operators