Add Fedora 25 support
Fedora 25 released, adding the required knobs. Change-Id: I8ce86aa9f23e9572d69eadcfc81af2e96d5be64f
This commit is contained in:
parent
a3bb131c13
commit
471855ecd1
@ -7,9 +7,9 @@ gcc-c++
|
|||||||
gettext # used for compiling message catalogs
|
gettext # used for compiling message catalogs
|
||||||
git-core
|
git-core
|
||||||
graphviz # needed only for docs
|
graphviz # needed only for docs
|
||||||
iptables-services # NOPRIME f23,f24
|
iptables-services # NOPRIME f23,f24,f25
|
||||||
java-1.7.0-openjdk-headless # NOPRIME rhel7
|
java-1.7.0-openjdk-headless # NOPRIME rhel7
|
||||||
java-1.8.0-openjdk-headless # NOPRIME f23,f24
|
java-1.8.0-openjdk-headless # NOPRIME f23,f24,f25
|
||||||
libffi-devel
|
libffi-devel
|
||||||
libjpeg-turbo-devel # Pillow 3.0.0
|
libjpeg-turbo-devel # Pillow 3.0.0
|
||||||
libxml2-devel # lxml
|
libxml2-devel # lxml
|
||||||
|
@ -7,7 +7,7 @@ gawk
|
|||||||
genisoimage # required for config_drive
|
genisoimage # required for config_drive
|
||||||
iptables
|
iptables
|
||||||
iputils
|
iputils
|
||||||
kernel-modules # dist:f23,f24
|
kernel-modules # dist:f23,f24,f25
|
||||||
kpartx
|
kpartx
|
||||||
kvm # NOPRIME
|
kvm # NOPRIME
|
||||||
libvirt-bin # NOPRIME
|
libvirt-bin # NOPRIME
|
||||||
|
@ -2,7 +2,7 @@ curl
|
|||||||
liberasurecode-devel
|
liberasurecode-devel
|
||||||
memcached
|
memcached
|
||||||
pyxattr
|
pyxattr
|
||||||
rsync-daemon # dist:f23,f24
|
rsync-daemon # dist:f23,f24,f25
|
||||||
sqlite
|
sqlite
|
||||||
xfsprogs
|
xfsprogs
|
||||||
xinetd
|
xinetd
|
||||||
|
2
stack.sh
2
stack.sh
@ -192,7 +192,7 @@ source $TOP_DIR/stackrc
|
|||||||
|
|
||||||
# Warn users who aren't on an explicitly supported distro, but allow them to
|
# Warn users who aren't on an explicitly supported distro, but allow them to
|
||||||
# override check and attempt installation with ``FORCE=yes ./stack``
|
# override check and attempt installation with ``FORCE=yes ./stack``
|
||||||
if [[ ! ${DISTRO} =~ (trusty|xenial|yakkety|7.0|wheezy|sid|testing|jessie|f23|f24|rhel7|kvmibm1) ]]; then
|
if [[ ! ${DISTRO} =~ (trusty|xenial|yakkety|7.0|wheezy|sid|testing|jessie|f23|f24|f25|rhel7|kvmibm1) ]]; then
|
||||||
echo "WARNING: this script has not been tested on $DISTRO"
|
echo "WARNING: this script has not been tested on $DISTRO"
|
||||||
if [[ "$FORCE" != "yes" ]]; then
|
if [[ "$FORCE" != "yes" ]]; then
|
||||||
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user