mixlib-install 3.11.2 → 3.11.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d850766fa7c4d79a4f76479938b337a4c574cffddd3ae03656f76769b23dd3d6
|
4
|
+
data.tar.gz: 7050b957d09ca7a9dee51ba33456fb6e4cd26f5abd7dd5fffc71d4380fb2068b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e3606a15f01ce5f49f124fe1dfa7ba08cd9f77bd41ca33dc8cd7b1bfacbb841d9cf4ca6e113252fb13096aa093d0ea8dd91513b3fba7a10a30d4e9100ff781a
|
7
|
+
data.tar.gz: 4d319ceea262f9ce4a6c7ff96ea94766bad936578e4436cc5efcdf1598ce1d7802da15bd163d53827487110cce1428835451869fcfa7e0c9401e7caeee0ac431
|
@@ -59,11 +59,15 @@ elif test -f "/etc/system-release"; then
|
|
59
59
|
platform=`sed 's/^\(.\+\) release.\+/\1/' /etc/system-release | tr '[A-Z]' '[a-z]'`
|
60
60
|
platform_version=`sed 's/^.\+ release \([.0-9]\+\).*/\1/' /etc/system-release | tr '[A-Z]' '[a-z]'`
|
61
61
|
case $platform in amazon*) # sh compat method of checking for a substring
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
62
|
+
platform="el"
|
63
|
+
|
64
|
+
. /etc/os-release
|
65
|
+
platform_version=$VERSION_ID
|
66
|
+
if test "$platform_version" = "2"; then
|
67
|
+
platform_version="7"
|
68
|
+
else
|
69
|
+
# VERSION_ID will match YYYY.MM for Amazon Linux AMIs
|
70
|
+
platform_version="6"
|
67
71
|
fi
|
68
72
|
esac
|
69
73
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mixlib-install
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.11.
|
4
|
+
version: 3.11.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thom May
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mixlib-shellout
|