Skip to content

Commit

Permalink
Ensure that the Release version is set to 0 and not to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
deneb-alpha committed Apr 8, 2024
1 parent 917c023 commit c6b1ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-packages-for-obs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ EOF
fi
# Release is handled by the Buildservice
# Remove everything what prevents us from submitting
sed -i 's/^Release.*$/Release: 1/i' $SRPM_DIR/$PKG_NAME/*.spec
sed -i 's/^Release.*$/Release: 0/i' $SRPM_DIR/$PKG_NAME/*.spec

SUCCEED_CNT=$(($SUCCEED_CNT+1))
break
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ensure that the Release version is set to 0 and not to 1

0 comments on commit c6b1ffd

Please sign in to comment.