Remove not needed condition in version.spec.inc

This commit is contained in:
Konrad Kleine 2024-07-12 08:07:52 +00:00 committed by nikic
parent d271547ac2
commit ba8389be78

View file

@ -34,7 +34,6 @@ llvm_snapshot_changelog_entry="* $(date +'%a %b %d %Y') LLVM snapshot - ${llvm_s
tempfile=$(mktemp)
cat > $tempfile <<EOF
%if %{with snapshot_build}
%global maj_ver ${llvm_snapshot_version_major}
%global min_ver ${llvm_snapshot_version_minor}
%global patch_ver ${llvm_snapshot_version_patch}
@ -50,7 +49,6 @@ cat > $tempfile <<EOF
%global llvm_snapshot_git_revision_short ${llvm_snapshot_git_revision_short}
%global llvm_snapshot_version_suffix ${llvm_snapshot_version_suffix}
%global llvm_snapshot_changelog_entry ${llvm_snapshot_changelog_entry}
%endif
EOF
# One for logs