ood_packaging 0.14.0 → 0.14.1

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: 656a6401eaec78f65b1bec9ccc11502148d63f04417bc43e48e0f83dfdf58273
4
- data.tar.gz: 25e4b94d9685147d3546f60583a68b1f62b5c2d3c8bc7eb777e96a69b7afb971
3
+ metadata.gz: 22b842603e5a8d9c0f10da1c4a4e10b647714f75f117aaded06f421109e1e465
4
+ data.tar.gz: 21a46b204f92d2b4c68a04b451615056791139d44a155c43e03e37b04d2d56b3
5
5
  SHA512:
6
- metadata.gz: a17c41c9ebbbd484a65598a4d4f3b4bfbe141bfc28664909d40504f953d03274d703a6e0398c29041708bf87af4eeff5fc115136ef348997286047c6512c3bea
7
- data.tar.gz: 41b909a3468dbfc89774eff24186b1e27edb094cc2e3a7189c3ec12f7a0b078c9beb6d96911e5fd8347cd00c6f74d2c60f23ca317ced88c75b8e5dd0fb53ed81
6
+ metadata.gz: 041bcf326713e465a88f7725808b71af22820c8f7570afe5c19183ba21ab1db814622d580512b9b34890d0dd0aa0bc7bc48f5e5c916b273403269356d28f5ea1
7
+ data.tar.gz: 866011a862c0a22d6bf7dced0d1a4225bd341b297f78b51eaad305d060c064212cc98d511886fcda66b7eb42c33e51db224d7d239755da83252261f4c4935479
@@ -238,7 +238,7 @@ class OodPackaging::Package
238
238
  end
239
239
  tar_file = "#{dir}/#{tar_name}.tar.gz"
240
240
  cmd.concat ["--transform 's,^,#{tar_name}/,'"]
241
- cmd.concat ['-T', '-', '|', "gzip > #{tar_file}"]
241
+ cmd.concat ['-h', '--hard-dereference', '-T', '-', '|', "gzip > #{tar_file}"]
242
242
 
243
243
  sh "rm #{tar_file}" if File.exist?(tar_file)
244
244
  puts "Create tar archive #{tar_file}".blue
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Version code for OodPackaging
4
4
  module OodPackaging
5
- VERSION = '0.14.0'
5
+ VERSION = '0.14.1'
6
6
  PACKAGE_VERSION = {
7
7
  'ondemand-release' => {
8
8
  '(ubuntu|debian)' => '3.1.1',
@@ -12,7 +12,7 @@ module OodPackaging
12
12
  '(ubuntu|debian)' => '3',
13
13
  'default' => '1-8'
14
14
  },
15
- 'ondemand-runtime' => '3.1.4',
15
+ 'ondemand-runtime' => '3.1.5',
16
16
  'scl-utils' => '2.0.3',
17
17
  'passenger' => '6.0.17',
18
18
  'cjose' => '0.6.1',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ood_packaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trey Dockendorf
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-01-25 00:00:00.000000000 Z
12
+ date: 2024-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake