Bug ID 1107113
Summary libndctl-devel: incorrect version reported by pkg-config
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.0
Hardware All
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter marcin.slusarz@intel.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.0
Build Identifier: 

Libndctl package in Leap 15 reports its version to be v60.1, while the
convention is to report it without ���v��� prefix.
This is a problem for PMDK, because libndctl detection fails on OpenSUSE Leap
15, which means that ndctl support needs to be disabled for PMDK to build.

Reproducible: Always

Steps to Reproduce:
1. pkg-config libndctl --atleast-version 60.1 && echo ok || echo not ok

Actual Results:  
not ok

Expected Results:  
ok

I believe this is a result of this line in ndctl.spec:
echo "v%{version}" > version


You are receiving this mail because: