tuxwielder

Results 2 comments of tuxwielder

Looks like this is caused by rpath-checks in the Spec-file (on RHEL-based OS). If I use: `export QA_RPATHS=$(( 0x0001|0x0002|0x0004|0x0005 ))` in stead of: `export QA_RPATHS=0x5` then the pmix module seems...

The following seems to fix our issue for us: ``` --- srv/salt/ceph/subvolume/default.sls.org 2019-07-03 16:24:24.393357287 +0200 +++ srv/salt/ceph/subvolume/default.sls 2019-07-03 16:42:44.248197060 +0200 @@ -8,7 +8,7 @@ {# sed is easier to explain/debug...