Add Neon packaging support, tests
[releng/builder.git] / jjb / packaging / build-rpm-snap.sh
index cffc29bdbbb79b39716f2ada594d6d5fd570cc09..7076350381c4057f3a25b5b6b4cc6c462342bb60 100644 (file)
@@ -19,6 +19,8 @@ if [ "$STREAM" == "oxygen" ]; then
   VERSION_MAJOR=8
 elif [ "$STREAM" == "fluorine" ]; then
   VERSION_MAJOR=9
+elif [ "$STREAM" == "neon" ]; then
+  VERSION_MAJOR=10
 else
   echo "Unable to convert stream to major version"
   exit 1