vanagon 0.46.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23fd297abecc66f734ce6a27b091b6a43ff8f21b0ba85912cdff37c732d64838
4
- data.tar.gz: f810f07586f3bcdd6a4fc5ca3d12b6df2f0889a22c4c93112be6e804075642df
3
+ metadata.gz: 4a166d92c2d23c1fce61aa5ba9a05b9c41571738b8571fd01c2a97d15cc44fb7
4
+ data.tar.gz: '00979e76b8f21b4992c47d5bf6aa4be3290d2e5914062952bc7e05ddbf7f0eb8'
5
5
  SHA512:
6
- metadata.gz: cd73cfd81cc332a1e4047199ff1efad2ce28ca49bbfef51b2684bf992ba2ca168ae5edc09e342a1a862f0f542ef05d8b2df5d5cdca140bb3d1dabec5d4a11465
7
- data.tar.gz: 38542b260a3919118dbb395817b19b882078b7dc1fabf755a02db936aa99a411f2c578d654a9a0cbd139122039eeeff79ce991d8615715b8778ba43b3fcc5582
6
+ metadata.gz: a2203572e393abc4b6a653353ce359231bad6837904ba63d8138d6c1fac73c521a16360e177d2d52cde66c6db452ea3f477a5b9b8abd56c88d2763d092d9ce41
7
+ data.tar.gz: 45a19856e054337092ba6802aee517384bd8280d9d15492b7abac9c8014456b7f89c2e74179ea03f5235c4a349fe4f35f28a435f32f5ad8940cfde58437a6acf
@@ -0,0 +1,29 @@
1
+ platform 'el-9-ppc64le' do |plat|
2
+ plat.servicedir '/usr/lib/systemd/system'
3
+ plat.defaultdir '/etc/sysconfig'
4
+ plat.servicetype 'systemd'
5
+
6
+ # Workaround for an issue with RedHat subscription metadata, see ITSYS-2543
7
+ plat.provision_with('subscription-manager repos --disable rhel-9-for-ppc64le-baseos-rpms && subscription-manager repos --enable rhel-9-for-ppc64le-baseos-rpms --enable codeready-builder-for-rhel-9-ppc64le-rpms')
8
+
9
+ packages = %w(
10
+ autoconf
11
+ automake
12
+ cmake
13
+ gcc-c++
14
+ java-1.8.0-openjdk-devel
15
+ libarchive
16
+ libselinux-devel
17
+ make
18
+ patch
19
+ perl-Getopt-Long
20
+ readline-devel
21
+ swig
22
+ systemtap-sdt-devel
23
+ zlib-devel
24
+ )
25
+
26
+ plat.provision_with("dnf install -y --allowerasing #{packages.join(' ')}")
27
+ plat.install_build_dependencies_with 'dnf install -y --allowerasing'
28
+ plat.vmpooler_template 'redhat-9-power9'
29
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vanagon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet By Perforce
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-19 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docopt
@@ -186,6 +186,7 @@ files:
186
186
  - lib/vanagon/platform/defaults/el-8-ppc64le.rb
187
187
  - lib/vanagon/platform/defaults/el-8-x86_64.rb
188
188
  - lib/vanagon/platform/defaults/el-9-aarch64.rb
189
+ - lib/vanagon/platform/defaults/el-9-ppc64le.rb
189
190
  - lib/vanagon/platform/defaults/el-9-x86_64.rb
190
191
  - lib/vanagon/platform/defaults/fedora-36-x86_64.rb
191
192
  - lib/vanagon/platform/defaults/fedora-38-x86_64.rb