Skip to content

Instantly share code, notes, and snippets.

View pvalena's full-sized avatar

Pavel Valena pvalena

View GitHub Profile
--- rubygem-mixlib-shellout/.generated.spec 2024-01-24 15:33:53.157807238 +0100
+++ rubygem-mixlib-shellout/rubygem-mixlib-shellout.spec 2024-01-11 05:10:12.619970842 +0100
@@ -1,22 +1,28 @@
-Downloaded mixlib-shellout-3.2.7
-# Generated from mixlib-shellout-3.2.7.gem by gem2rpm -*- rpm-spec -*-
+# Generated from mixlib-shellout-1.0.0.gem by gem2rpm -*- rpm-spec -*-
%global gem_name mixlib-shellout
+Summary: Run external commands on Unix or Windows
Name: rubygem-%{gem_name}
grep: warning: stray \ before /
+ [[ -n '' ]]
+ section SRPM
+ local l=###############################
+ : '############################### SRPM ###############################'
+ max=32
++ seq 32
+ for x in $(seq ${max})
+ [[ -z 1 ]]
--> Please check the gem compare output bellow: !
grep: warning: stray \ before :
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
Compared versions: ["2.3.2", "3.2.7"]
DIFFERENT homepage:
--- rubygem-simplecov/.generated.spec 2024-01-17 14:14:27.950441723 +0100
+++ rubygem-simplecov/rubygem-simplecov.spec 2024-01-17 14:03:00.702675231 +0100
@@ -1,22 +1,34 @@
-Downloaded simplecov-0.22.0
-# Generated from simplecov-0.22.0.gem by gem2rpm -*- rpm-spec -*-
%global gem_name simplecov
+%bcond_without bootstrap
+
+Summary: Code coverage analysis tool for Ruby 1.9
grep: warning: stray \ before /
+ [[ -n '' ]]
+ section SRPM
+ local l=###############################
+ : '############################### SRPM ###############################'
+ max=32
++ seq 32
+ for x in $(seq ${max})
+ [[ -z 1 ]]
--> Please check the gem compare output bellow: !
grep: warning: stray \ before :
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
Compared versions: ["0.13.0", "0.22.0"]
DIFFERENT authors:
--- rubygem-msgpack/.generated.spec 2024-01-17 14:08:44.009053134 +0100
+++ rubygem-msgpack/rubygem-msgpack.spec 2024-01-17 13:54:38.988815913 +0100
@@ -1,28 +1,27 @@
-Downloaded msgpack-1.7.2
-# Generated from msgpack-1.7.2.gem by gem2rpm -*- rpm-spec -*-
+# Generated from msgpack-0.5.9.gem by gem2rpm -*- rpm-spec -*-
%global gem_name msgpack
Name: rubygem-%{gem_name}
Version: 1.7.2
grep: warning: stray \ before /
+ [[ -n '' ]]
+ section SRPM
+ local l=###############################
+ : '############################### SRPM ###############################'
+ max=32
++ seq 32
+ for x in $(seq ${max})
+ [[ -z 1 ]]
--> Please check the gem compare output bellow: !
grep: warning: stray \ before :
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112.
Compared versions: ["1.4.4", "1.7.2"]
DIFFERENT require_paths:
@pvalena
pvalena / test_vagrant_c9s_install_2024-01-13.log
Last active January 31, 2024 10:12
Testing Vagrantfile, Install log, Full test log bellow
# FTR: testing using Vagrantfile:
```
Vagrant.configure("2") do |config|
config.vm.box = "generic/centos9s"
config.vm.provider :libvirt do |v|
v.memory = 4096
v.cpus = 2
end