Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2017-02-09 11:14:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-reipl (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-reipl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-reipl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2016-10-20 
23:10:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes     
2017-02-09 11:14:48.273946194 +0100
@@ -1,0 +2,7 @@
+Fri Jan  6 09:15:31 UTC 2017 - [email protected]
+
+- fix failed test after new stricker import policy and remove
+  unnecessary dependencies (bsc#932331)
+- 3.2.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-reipl-3.2.0.tar.bz2

New:
----
  yast2-reipl-3.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-reipl.spec ++++++
--- /var/tmp/diff_new_pack.H2NOnN/_old  2017-02-09 11:14:48.645893650 +0100
+++ /var/tmp/diff_new_pack.H2NOnN/_new  2017-02-09 11:14:48.645893650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-reipl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-reipl
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -31,8 +31,6 @@
 
 ExclusiveArch:  s390 s390x
 
-Requires:       yast2-bootloader
-Requires:       yast2-storage
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 # needed for chreipl and lsreipl commands

++++++ yast2-reipl-3.2.0.tar.bz2 -> yast2-reipl-3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.2.0/.travis.yml 
new/yast2-reipl-3.2.1/.travis.yml
--- old/yast2-reipl-3.2.0/.travis.yml   2016-10-19 09:25:01.740636255 +0200
+++ new/yast2-reipl-3.2.1/.travis.yml   2017-01-20 12:42:06.552088143 +0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-    - gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-    # disable rvm, use system Ruby
-    - rvm reset
-    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-storage" -g "yast-rake gettext  rspec:3.3.0"
+  - docker build -t yast-reipl-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - make -f Makefile.cvs
-    - make
-    - sudo make install
-    - make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-reipl-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.2.0/Dockerfile 
new/yast2-reipl-3.2.1/Dockerfile
--- old/yast2-reipl-3.2.0/Dockerfile    1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-reipl-3.2.1/Dockerfile    2017-01-20 12:42:06.596088143 +0100
@@ -0,0 +1,5 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+# a workaround to allow package building on a non-s390 machine
+RUN sed -i "/^ExclusiveArch:/d" package/*.spec
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.2.0/package/yast2-reipl.changes 
new/yast2-reipl-3.2.1/package/yast2-reipl.changes
--- old/yast2-reipl-3.2.0/package/yast2-reipl.changes   2016-10-19 
09:25:01.744636255 +0200
+++ new/yast2-reipl-3.2.1/package/yast2-reipl.changes   2017-01-20 
12:42:06.652088143 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Jan  6 09:15:31 UTC 2017 - [email protected]
+
+- fix failed test after new stricker import policy and remove
+  unnecessary dependencies (bsc#932331)
+- 3.2.1
+
+-------------------------------------------------------------------
 Mon Oct 17 14:44:37 UTC 2016 - [email protected]
 
 - as s390-tools is only on s390 make package s390 only (bsc#951581)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.2.0/package/yast2-reipl.spec 
new/yast2-reipl-3.2.1/package/yast2-reipl.spec
--- old/yast2-reipl-3.2.0/package/yast2-reipl.spec      2016-10-19 
09:25:01.744636255 +0200
+++ new/yast2-reipl-3.2.1/package/yast2-reipl.spec      2017-01-20 
12:42:06.656088143 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-reipl
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -31,8 +31,6 @@
 
 ExclusiveArch:  s390 s390x
 
-Requires:       yast2-bootloader
-Requires:       yast2-storage
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 # needed for chreipl and lsreipl commands
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.2.0/src/modules/Reipl.rb 
new/yast2-reipl-3.2.1/src/modules/Reipl.rb
--- old/yast2-reipl-3.2.0/src/modules/Reipl.rb  2016-10-19 09:25:01.756636255 
+0200
+++ new/yast2-reipl-3.2.1/src/modules/Reipl.rb  2017-01-20 12:42:06.696088143 
+0100
@@ -35,14 +35,8 @@
     def main
       textdomain "reipl"
 
-      Yast.import "Progress"
-      Yast.import "Report"
       Yast.import "Summary"
-      Yast.import "Message"
       Yast.import "FileUtils"
-      Yast.import "Confirm"
-      Yast.import "Popup"
-      Yast.import "Storage"
 
       # Data was modified?
       @modified = false


Reply via email to