Browse code

Add Fedora 25 support

Fedora 25 released,
adding the required knobs.

Change-Id: I8ce86aa9f23e9572d69eadcfc81af2e96d5be64f

Attila Fazekas authored on 2016/11/23 20:24:52
Showing 4 changed files
... ...
@@ -7,9 +7,9 @@ gcc-c++
7 7
 gettext  # used for compiling message catalogs
8 8
 git-core
9 9
 graphviz # needed only for docs
10
-iptables-services  # NOPRIME f23,f24
10
+iptables-services  # NOPRIME f23,f24,f25
11 11
 java-1.7.0-openjdk-headless  # NOPRIME rhel7
12
-java-1.8.0-openjdk-headless  # NOPRIME f23,f24
12
+java-1.8.0-openjdk-headless  # NOPRIME f23,f24,f25
13 13
 libffi-devel
14 14
 libjpeg-turbo-devel # Pillow 3.0.0
15 15
 libxml2-devel # lxml
... ...
@@ -7,7 +7,7 @@ gawk
7 7
 genisoimage # required for config_drive
8 8
 iptables
9 9
 iputils
10
-kernel-modules # dist:f23,f24
10
+kernel-modules # dist:f23,f24,f25
11 11
 kpartx
12 12
 kvm # NOPRIME
13 13
 libvirt-bin # NOPRIME
... ...
@@ -2,7 +2,7 @@ curl
2 2
 liberasurecode-devel
3 3
 memcached
4 4
 pyxattr
5
-rsync-daemon # dist:f23,f24
5
+rsync-daemon # dist:f23,f24,f25
6 6
 sqlite
7 7
 xfsprogs
8 8
 xinetd
... ...
@@ -192,7 +192,7 @@ source $TOP_DIR/stackrc
192 192
 
193 193
 # Warn users who aren't on an explicitly supported distro, but allow them to
194 194
 # override check and attempt installation with ``FORCE=yes ./stack``
195
-if [[ ! ${DISTRO} =~ (trusty|xenial|yakkety|7.0|wheezy|sid|testing|jessie|f23|f24|rhel7|kvmibm1) ]]; then
195
+if [[ ! ${DISTRO} =~ (trusty|xenial|yakkety|7.0|wheezy|sid|testing|jessie|f23|f24|f25|rhel7|kvmibm1) ]]; then
196 196
     echo "WARNING: this script has not been tested on $DISTRO"
197 197
     if [[ "$FORCE" != "yes" ]]; then
198 198
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"