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
HI,
I'm building package for p4lang-p4c , while it has worked perfectly for 2 years.
Not sure why, set_version append to changelog -0 to obs_scm-versionformat. The result is that this breaks debuild build mentioning:
dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
Looking at the log shows indeed that the issue is related to p4c_20211020~9b969dd6e~1.2.2~nightly-0
It should not be -0. I tried various solution in order to change this, without luck.
Can you please let me know if there is a work around so that we can recover a changelog version such as p4c_20211020~9b969dd6e~1.2.2~nightly-0+40.1 for example (+40.1 being an example, not sure if this is a random number)
PS: I'm not sure if the issue is on set_version or more globally to obs_scm. Feel free to change the issue queue in the relevant software.
Thanks !
Frederic
The text was updated successfully, but these errors were encountered:
HI,
I'm building package for p4lang-p4c , while it has worked perfectly for 2 years.
Not sure why, set_version append to changelog
-0
toobs_scm
-versionformat
. The result is that this breaks debuild build mentioning:Looking at the log shows indeed that the issue is related to
p4c_20211020~9b969dd6e~1.2.2~nightly-0
It should not be
-0
. I tried various solution in order to change this, without luck.Can you please let me know if there is a work around so that we can recover a changelog version such as
p4c_20211020~9b969dd6e~1.2.2~nightly-0+40.1
for example (+40.1
being an example, not sure if this is a random number)PS: I'm not sure if the issue is on
set_version
or more globally toobs_scm
. Feel free to change the issue queue in the relevant software.Thanks !
Frederic
The text was updated successfully, but these errors were encountered: