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
We have a package A with version 1.0.0-SNAPSHOT. Resulting RPM package gets version 1.0.0~SNAPSHOT because of sanitizeVersion call. Now, we have a package B which requires('A', A.version) but here, this version doesn't pass any changes and the resulting package has a meta with requirement of 1.0.0-SNAPSHOT, not 1.0.0~SNAPSHOT, which is obviously not working.
The text was updated successfully, but these errors were encountered:
We have a package A with version
1.0.0-SNAPSHOT
. Resulting RPM package gets version1.0.0~SNAPSHOT
because ofsanitizeVersion
call. Now, we have a package B whichrequires('A', A.version)
but here, this version doesn't pass any changes and the resulting package has a meta with requirement of1.0.0-SNAPSHOT
, not1.0.0~SNAPSHOT
, which is obviously not working.The text was updated successfully, but these errors were encountered: