Hello community, here is the log from the commit of package yast2-reipl for openSUSE:Factory checked in at 2016-10-20 23:09:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-16 11:02:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes 2016-10-20 23:10:01.000000000 +0200 @@ -1,0 +2,13 @@ +Mon Oct 17 14:44:37 UTC 2016 - [email protected] + +- as s390-tools is only on s390 make package s390 only (bsc#951581) +- 3.2.0 + +------------------------------------------------------------------- +Tue Oct 4 09:02:29 UTC 2016 - [email protected] + +- reduce build dependencies +- add runtime dependency on s390-tools (bsc#951581) +- 3.1.13 + +------------------------------------------------------------------- Old: ---- yast2-reipl-3.1.12.tar.bz2 New: ---- yast2-reipl-3.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-reipl.spec ++++++ --- /var/tmp/diff_new_pack.uWWkTx/_old 2016-10-20 23:10:02.000000000 +0200 +++ /var/tmp/diff_new_pack.uWWkTx/_new 2016-10-20 23:10:02.000000000 +0200 @@ -17,39 +17,35 @@ Name: yast2-reipl -Version: 3.1.12 +Version: 3.2.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -BuildRequires: docbook-xsl-stylesheets -BuildRequires: doxygen -BuildRequires: libxslt -BuildRequires: perl-XML-Writer -BuildRequires: sgml-skel BuildRequires: update-desktop-files BuildRequires: yast2 -BuildRequires: yast2-bootloader BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-storage BuildRequires: yast2-testsuite BuildRequires: rubygem(rspec) +ExclusiveArch: s390 s390x + Requires: yast2-bootloader Requires: yast2-storage # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 +# needed for chreipl and lsreipl commands +Requires: s390-tools PreReq: %fillup_prereq -BuildArch: noarch - Requires: yast2-ruby-bindings >= 1.0.0 Summary: YaST2 - IPL loader License: GPL-2.0 Group: System/YaST +Url: http://github.com/yast/yast-reipl %description Module for loading IPL from running system on S/390 ++++++ yast2-reipl-3.1.12.tar.bz2 -> yast2-reipl-3.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-reipl-3.1.12/Rakefile new/yast2-reipl-3.2.0/Rakefile --- old/yast2-reipl-3.1.12/Rakefile 2016-09-15 12:32:09.000000000 +0200 +++ new/yast2-reipl-3.2.0/Rakefile 2016-10-19 09:25:01.000000000 +0200 @@ -1,5 +1,10 @@ require "yast/rake" +# do nothing in osc:build as it can be builds exclusivelly on s390 +if `uname --machine` !~ /s390/ + Rake::Task["osc:build"].clear_actions +end + Yast::Tasks.configuration do |conf| #lets ignore license check for now conf.skip_license_check << /.*/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-reipl-3.1.12/package/yast2-reipl.changes new/yast2-reipl-3.2.0/package/yast2-reipl.changes --- old/yast2-reipl-3.1.12/package/yast2-reipl.changes 2016-09-15 12:32:09.000000000 +0200 +++ new/yast2-reipl-3.2.0/package/yast2-reipl.changes 2016-10-19 09:25:01.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Mon Oct 17 14:44:37 UTC 2016 - [email protected] + +- as s390-tools is only on s390 make package s390 only (bsc#951581) +- 3.2.0 + +------------------------------------------------------------------- +Tue Oct 4 09:02:29 UTC 2016 - [email protected] + +- reduce build dependencies +- add runtime dependency on s390-tools (bsc#951581) +- 3.1.13 + +------------------------------------------------------------------- Thu Sep 15 10:13:27 UTC 2016 - [email protected] - do not print shutdown message if chreipl succeed, as it do diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-reipl-3.1.12/package/yast2-reipl.spec new/yast2-reipl-3.2.0/package/yast2-reipl.spec --- old/yast2-reipl-3.1.12/package/yast2-reipl.spec 2016-09-15 12:32:09.000000000 +0200 +++ new/yast2-reipl-3.2.0/package/yast2-reipl.spec 2016-10-19 09:25:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-reipl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,39 +17,35 @@ Name: yast2-reipl -Version: 3.1.12 +Version: 3.2.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -BuildRequires: docbook-xsl-stylesheets -BuildRequires: doxygen -BuildRequires: libxslt -BuildRequires: perl-XML-Writer -BuildRequires: sgml-skel -BuildRequires: update-desktop-files BuildRequires: yast2 -BuildRequires: yast2-bootloader BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-storage BuildRequires: yast2-testsuite +BuildRequires: update-desktop-files BuildRequires: rubygem(rspec) -Requires: yast2-storage yast2-bootloader +ExclusiveArch: s390 s390x + +Requires: yast2-bootloader +Requires: yast2-storage # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 +# needed for chreipl and lsreipl commands +Requires: s390-tools PreReq: %fillup_prereq -BuildArch: noarch - Requires: yast2-ruby-bindings >= 1.0.0 Summary: YaST2 - IPL loader License: GPL-2.0 Group: System/YaST - +Url: http://github.com/yast/yast-reipl %description Module for loading IPL from running system on S/390 @@ -63,7 +59,6 @@ %install %yast_install - %post %{fillup_only -ns security checksig}
