Skip to content

Commit eef3e82

Browse files
committed
[LTR]: Change default DISTLOCALVERSION to .1
This aligns with the simplified buildid convention used in the spec file.
1 parent 3d2166a commit eef3e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lt_rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ if [ -n "$SPEC_FILE" ]; then
166166
echo "Updating spec file version variables and changelog..."
167167

168168
# Set default values for DISTLOCALVERSION and DIST if not set
169-
DISTLOCALVERSION=${DISTLOCALVERSION:-".1.0.0"}
169+
DISTLOCALVERSION=${DISTLOCALVERSION:-".1"}
170170
DIST=${DIST:-".el9_clk"}
171171

172172
# Get the directory where this script is located

0 commit comments

Comments
 (0)