Add fluorine support
[releng/builder.git] / jjb / packaging / build-rpm-snap.sh
index 4e9c2cb05e29888151eb30382bb9b21ef783c586..bcb79b5f8330ac1f28cc4fa7c8444a596b03f2d4 100644 (file)
@@ -21,6 +21,8 @@ elif [ "$STREAM" == "nitrogen" ]; then
   VERSION_MAJOR=7
 elif [ "$STREAM" == "oxygen" ]; then
   VERSION_MAJOR=8
+elif [ "$STREAM" == "fluorine" ]; then
+  VERSION_MAJOR=9
 else
   echo "Unable to convert stream to major version"
   exit 1