obs_deploy 0.1.5 → 0.1.5.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 +4 -4
- data/Gemfile.lock +1 -1
- data/dist/rubygem-obs_deploy.spec +5 -2
- data/lib/{systemctl.rb → obs_deploy/systemctl.rb} +0 -0
- data/lib/obs_deploy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4798a9c1a23588f592ece94a94dfcee1dac459d237598c122df822971a1e7b7
|
|
4
|
+
data.tar.gz: 3e1846ac458799ba4fc2ae9802b87ac96fa2814ed43da4a2a24002729d18ea8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97f6a466b3067ef2d92a48195247d1dd3d71f6c0e07f505b642e60d2a69b220351d13e2c50450a69978895cbf355976e0593474c708089dae5a502797c441f1e
|
|
7
|
+
data.tar.gz: 12b6f238b1ceb972cc8efa300e97facf480f995e137aa93ab0460a77958e067ca38ad7ecb1cb9acda8fce94ddaccf679c43d8e5e7d349011acfe9cc9d7b7405a
|
data/Gemfile.lock
CHANGED
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
%define mod_name obs_deploy
|
|
20
20
|
%define mod_full_name %{mod_name}-%{version}
|
|
21
|
+
%define rb_suffix ruby2.6
|
|
21
22
|
Name: rubygem-obs_deploy
|
|
22
|
-
Version: 0.1.
|
|
23
|
+
Version: 0.1.5
|
|
23
24
|
Release: 0
|
|
24
25
|
Summary: OBS Deployment tool
|
|
25
26
|
License: MIT
|
|
@@ -29,10 +30,11 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|
|
29
30
|
BuildRequires: %{rubygem gem2rpm}
|
|
30
31
|
BuildRequires: %{ruby}
|
|
31
32
|
BuildRequires: ruby-macros >= 5
|
|
32
|
-
BuildRequires:
|
|
33
|
+
BuildRequires: ruby-common-rails
|
|
33
34
|
# FIXME: use proper Requires(pre/post/preun/...)
|
|
34
35
|
PreReq: update-alternatives
|
|
35
36
|
|
|
37
|
+
|
|
36
38
|
%description
|
|
37
39
|
OBS Deployment tool.
|
|
38
40
|
|
|
@@ -41,6 +43,7 @@ OBS Deployment tool.
|
|
|
41
43
|
%build
|
|
42
44
|
|
|
43
45
|
%install
|
|
46
|
+
%rails_fix_ruby_shebang bin/
|
|
44
47
|
%gem_install \
|
|
45
48
|
--symlink-binaries \
|
|
46
49
|
--doc-files="README.md" \
|
|
File without changes
|
data/lib/obs_deploy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: obs_deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.5
|
|
4
|
+
version: 0.1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Pereira
|
|
@@ -171,9 +171,9 @@ files:
|
|
|
171
171
|
- lib/obs_deploy/cli/commands/systemctl.rb
|
|
172
172
|
- lib/obs_deploy/cli/commands/version.rb
|
|
173
173
|
- lib/obs_deploy/ssh.rb
|
|
174
|
+
- lib/obs_deploy/systemctl.rb
|
|
174
175
|
- lib/obs_deploy/version.rb
|
|
175
176
|
- lib/obs_deploy/zypper.rb
|
|
176
|
-
- lib/systemctl.rb
|
|
177
177
|
- obs_deploy.gemspec
|
|
178
178
|
homepage: https://openbuildservice.org
|
|
179
179
|
licenses: []
|