mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Remove not needed condition in version.spec.inc
This commit is contained in:
parent
d271547ac2
commit
ba8389be78
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue