Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-packaging_rake_tasks for 
openSUSE:Factory checked in at 2021-09-04 22:32:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.1899 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-packaging_rake_tasks"

Sat Sep  4 22:32:11 2021 rev:26 rq:915758 version:1.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks/rubygem-packaging_rake_tasks.changes
        2021-04-06 17:28:47.279056344 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new.1899/rubygem-packaging_rake_tasks.changes
      2021-09-04 22:32:30.287924876 +0200
@@ -1,0 +2,8 @@
+Thu Sep  2 08:45:04 UTC 2021 - Ladislav Slez??k <[email protected]>
+
+- "rake osc:build" - added a workaround for broken
+  rpmlint/checkbashisms test in Factory to fix stuck builds
+  (bsc#1190094)
+- 1.5.1
+
+-------------------------------------------------------------------

Old:
----
  packaging_rake_tasks-1.5.0.gem

New:
----
  packaging_rake_tasks-1.5.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-packaging_rake_tasks.spec ++++++
--- /var/tmp/diff_new_pack.u69YnG/_old  2021-09-04 22:32:30.655925364 +0200
+++ /var/tmp/diff_new_pack.u69YnG/_new  2021-09-04 22:32:30.659925369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-packaging_rake_tasks
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 %define mod_name packaging_rake_tasks
 %define mod_full_name %{mod_name}-%{version}

++++++ packaging_rake_tasks-1.5.0.gem -> packaging_rake_tasks-1.5.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2020-12-01 10:20:18.000000000 +0100
+++ new/VERSION 2020-12-01 10:20:18.000000000 +0100
@@ -1 +1 @@
-1.5.0
+1.5.1
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/osc.rake new/lib/tasks/osc.rake
--- old/lib/tasks/osc.rake      2020-12-01 10:20:18.000000000 +0100
+++ new/lib/tasks/osc.rake      2020-12-01 10:20:18.000000000 +0100
@@ -160,8 +160,12 @@
       Dir.chdir osc_checkout_dir do
         puts "building package..." if verbose
 
-        # pipe yes to osc build to automatic rebuild broken build root if it 
happen
-        command = "yes | osc -A '#{obs_api}' build"
+        # feed the "osc build" command with "y" input to automatically rebuild
+        # the broken build root if that happens, three attempts should be 
enough in most cases
+        # do not use the "yes" command here as the endless output might cause 
endless loop
+        # (workaround for a broken rpmlint/checkbashisms test,
+        # https://bugzilla.suse.com/show_bug.cgi?id=1190094)
+        command = "echo -e 'y\\ny\\ny\\n' | osc -A '#{obs_api}' build"
         command << " --no-verify" #ignore untrusted BS projects
         command << " --release=1" #have always same release number
         # store packages for given base system at one place, so it speeds up 
rebuild
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-03-25 10:23:50.000000000 +0100
+++ new/metadata        2021-09-02 14:53:23.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: packaging_rake_tasks
 version: !ruby/object:Gem::Version
-  version: 1.5.0
+  version: 1.5.1
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2021-03-25 00:00:00.000000000 Z
+date: 2021-09-02 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -67,7 +67,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.6.2
+rubygems_version: 2.7.6.3
 signing_key: 
 specification_version: 4
 summary: Rake tasks providing tasks to package project in git and integration 
with

Reply via email to