cifx.pc.in is using a variable DRVVERSION to populate Version field during build. This variable is defined with quotation marks and with V before the major number. Instead DRV_VERSION variable should be used instead, as it is defined as a major.minor.patch literal.
Additionally, using "Vx.x.x" as Version creates problem with RPM packaging. rpmbuild throws an error:
cifx.pc.in
is using a variableDRVVERSION
to populateVersion
field during build. This variable is defined with quotation marks and withV
before the major number. InsteadDRV_VERSION
variable should be used instead, as it is defined as amajor
.minor
.patch
literal.Additionally, using
"Vx.x.x"
asVersion
creates problem with RPM packaging.rpmbuild
throws an error: