beaker-hostgenerator 2.8.0 → 2.8.1

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: 42882c9eb36079b2db78e76c7a740cf9ad2cf267c87e9b96506ce1dec4c26aab
4
- data.tar.gz: de4e7feafaa69486885fce7682fd782bbfecfa9a882653e9eebec9d49abb181b
3
+ metadata.gz: 2d16f9bf91097af646703d9ad0a46c9cff0702356d93955312bb630bb1858c9b
4
+ data.tar.gz: 01010abaa0439206cf53e7d0a98f5d16f00675b75eef2df01634c740c2035326
5
5
  SHA512:
6
- metadata.gz: 816969ae29d7492aebecdcfb734b42b07f840e76ae42d7115cb46e2b292075dce151ca56dc9abea2d465d21c53c0fc56f181ef9f8bbc18ad2078168232575912
7
- data.tar.gz: 15762982530946bee0ddfebd2bc57962ed381f04c4b8e4744879763f52e057b688cc68e12afbc7c188c720421f29d419adb016cacb5998c43dafe569b9e9d9d1
6
+ metadata.gz: 4830a0451214d90ccb4e7bc342f5cce95cb222a9833d681fc46291cc65ca094e0e2f0a7dc5ff129db89e803f5890b26a06545aa5992b6f9f1a1c1229a6b1a4b4
7
+ data.tar.gz: 56c55f4719fd39883a5d95096e03377e77573aca2b64594e4b6aac4d5599f7936dd6a0be1ba98a173b2df42c4bb6da7ed5f874677229e945cd6f5a4688030a96
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.8.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.8.1) (2023-11-15)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.8.0...2.8.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - explicitly install cronie on EL8+ [\#343](https://github.com/voxpupuli/beaker-hostgenerator/pull/343) ([evgeni](https://github.com/evgeni))
12
+
5
13
  ## [2.8.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.8.0) (2023-11-01)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.7.0...2.8.0)
@@ -77,7 +77,7 @@ module BeakerHostGenerator
77
77
 
78
78
  def el_package_install_command(version)
79
79
  if version >= 8
80
- 'dnf install -y crontabs initscripts iproute openssl wget which glibc-langpack-en hostname'
80
+ 'dnf install -y cronie crontabs initscripts iproute openssl wget which glibc-langpack-en hostname'
81
81
  else
82
82
  'yum install -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss'
83
83
  end
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.8.0'
3
+ STRING = '2.8.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-hostgenerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-11-01 00:00:00.000000000 Z
14
+ date: 2023-11-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs