I'm not yet aware of anything special that needs to be installed for
this version.

Signed-off-by: Nadav Har'El <[email protected]>
---
 scripts/setup.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/scripts/setup.py b/scripts/setup.py
index 8b03bfc6..f007c7fb 100755
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -125,7 +125,14 @@ class Fedora(object):
         ec2_post_install = None
         version = '33'
 
-    versions = [Fedora_27, Fedora_28, Fedora_29, Fedora_30, Fedora_31, 
Fedora_32, Fedora_33]
+    class Fedora_34(object):
+        packages = []
+        ec2_packages = []
+        test_packages = []
+        ec2_post_install = None
+        version = '34'
+
+    versions = [Fedora_27, Fedora_28, Fedora_29, Fedora_30, Fedora_31, 
Fedora_32, Fedora_33, Fedora_34]
 
 class RHELbased(Fedora):
     name = ['Scientific Linux', 'NauLinux', 'Red Hat Enterprise Linux', 
'Oracle Linux']
-- 
2.31.1

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/20210614062057.1998552-13-nyh%40scylladb.com.

Reply via email to