diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
commit | 16f504a9dca3fe3b70568f67b7d41241ae485288 (patch) | |
tree | c60f36ada0496ba928b7161059ba5ab1ab224f9d /src/VBox/Installer/linux/distributions_rpm | |
parent | Initial commit. (diff) | |
download | virtualbox-16f504a9dca3fe3b70568f67b7d41241ae485288.tar.xz virtualbox-16f504a9dca3fe3b70568f67b7d41241ae485288.zip |
Adding upstream version 7.0.6-dfsg.upstream/7.0.6-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/Installer/linux/distributions_rpm')
-rw-r--r-- | src/VBox/Installer/linux/distributions_rpm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/VBox/Installer/linux/distributions_rpm b/src/VBox/Installer/linux/distributions_rpm new file mode 100644 index 00000000..d8033288 --- /dev/null +++ b/src/VBox/Installer/linux/distributions_rpm @@ -0,0 +1,37 @@ +openSUSETW = OPENSUSE_TW +openSUSE153 = OPENSUSE_15_3 +openSUSE150 = OPENSUSE_15_0 +openSUSE132 = OPENSUSE_13_2 +openSUSE131 = OPENSUSE_13_1 +openSUSE123 = OPENSUSE_12_3 +openSUSE114 = OPENSUSE_11_4 +openSUSE113 = OPENSUSE_11_3 +sles11.0 = SLES_11_0 +sles10.1 = SLES_10_1 +mdv2011.0 = MANDRIVA_2011_0 +fedora36 = FEDORA_36 +fedora35 = FEDORA_35 +fedora33 = FEDORA_33 +fedora32 = FEDORA_32 +fedora31 = FEDORA_31 +fedora29 = FEDORA_29 +fedora26 = FEDORA_26 +fedora25 = FEDORA_25 +fedora24 = FEDORA_24 +fedora22 = FEDORA_22 +fedora21 = FEDORA_21 +fedora20 = FEDORA_20 +fedora19 = FEDORA_19 +fedora18 = FEDORA_18 +fedora17 = FEDORA_17 +fedora16 = FEDORA_16 +fedora15 = FEDORA_15 +el9 = EL_9 +el8 = EL_8 +el7 = EL_7 +el6 = EL_6 +el5 = EL_5 +centos6 = E__6 +centos5 = EL_5 +ol6 = EL_6 +ol5 = EL_5 |