aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-07 15:51:24 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-07 16:04:17 -0700
commitc5e265f8527dc05a5f9c19e8d6b41b7c19077e3f (patch)
tree01872c7b6b870861e4b6fcd04663fa1644af90fd /packaging/rpm
parent604cb2a7a3dfa52c244aab2344f7ef29518e8816 (diff)
CMake: Deduplicate some version variables.
Use PROJECT_VERSION instead of VERSION. Prepend "PROJECT_" or "LOG_PROJECT_" as needed to other variables. Remove the leftover unused variables.
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/wireshark.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index cc9ac8a15e..a478b98563 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -43,7 +43,7 @@
# are set.
%global use_wireshark_group 1
-%global package_version @VERSION@
+%global package_version @PROJECT_VERSION@
Summary: The world's foremost protocol analyzer