ood_packaging 0.19.1 → 0.19.2

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: f2f33ca2f794945e7903a78f69ae87537d85792439e8c220ccf44a1e804c9ddf
4
- data.tar.gz: 6b9d49d7b9762dc266faaa7a98a45ca536961cc9c9acd556f42a3d2380d37331
3
+ metadata.gz: dbedc1c37addb0f18c0af7259f1274d53cc5a4a4c9c2fd823667d418449bc17c
4
+ data.tar.gz: 9b545a7b3b63d13e95f87868e247c15e03b2767f024f52ad3cd0476f6f433be5
5
5
  SHA512:
6
- metadata.gz: 6652e6b532d5d07c829bce4b664066b3ffe5b9426ee0918b145080f6bba882297e549a7f656730a072d7279fd448672697cca8d96a5350e90250c6d905c67271
7
- data.tar.gz: 1ce009ed662beb51271663353f42eb45df9123e120a12b41efbaa82a6cdafde62f3ad3955e08af96c190420c2666ac5383d4b469d6f2d15a8aee445de241d03e
6
+ metadata.gz: 5666dfd66c501bdb678f360a1d3faa9ee157b086b8e4c04633d7aedc9b1b36c5d8ef00b121c669cad0008634f8e2e474099545ec5d2dd2da18e9ad268452c968
7
+ data.tar.gz: b7431a208c5332082c9b06b4dc18d6b70d74f4246b11acfe2f8d8b211dc1611073a301abc1b9b559765c73a66674576aa64b9ac904a6a1a0a6bb06273bd42972
@@ -23,10 +23,6 @@ RUN dnf install -y --allowerasing systemd sudo which wget \
23
23
  gcc-c++ gcc make patch shadow-utils gnupg2 \
24
24
  rpm-build rpmdevtools rpm-sign <%= dist =~ /^el/ ? 'scl-utils-build' : '' %> && \
25
25
  dnf clean all && rm -rf /var/cache/dnf/*
26
- <% if dist == 'amzn2023' -%>
27
- RUN alternatives --install /usr/bin/node node /usr/bin/node-<%= nodejs_version %> 1 && \
28
- alternatives --install /usr/bin/npm npm /usr/bin/npm-<%= nodejs_version %> 1
29
- <% end -%>
30
26
  <% elsif dist =~ /^ubuntu|debian/ -%>
31
27
  ENV DEBIAN_FRONTEND=noninteractive
32
28
  RUN apt update -y && apt upgrade -y && \
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Version code for OodPackaging
4
4
  module OodPackaging
5
- VERSION = '0.19.1'
5
+ VERSION = '0.19.2'
6
6
  PACKAGE_VERSION = {
7
7
  'ondemand-release' => {
8
8
  '(ubuntu|debian)' => '4.1.0',
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.19.1
4
+ version: 0.19.2
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: 2026-03-06 00:00:00.000000000 Z
12
+ date: 2026-03-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake