Set new release version to 4.7.0 Updating minor version due to some breaking changes in options to enable more secure/robust configuration without additional flags (or relying on recommended conf file which people seem to skip during updates)
13 lines
160 B
Bash
Executable File
13 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Common settings script.
|
|
|
|
TURNVERSION=4.7.0
|
|
BUILDDIR=~/rpmbuild
|
|
ARCH=`uname -p`
|
|
|
|
WGETOPTIONS="--no-check-certificate"
|
|
RPMOPTIONS="-ivh --force"
|
|
|
|
|