Hello community,
here is the log from the commit of package yast2-online-update-configuration
for openSUSE:Factory checked in at 2017-07-04 09:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-online-update-configuration (Old)
and /work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-online-update-configuration"
Tue Jul 4 09:11:26 2017 rev:22 rq:507815 version:3.1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
2014-04-17 14:09:59.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new/yast2-online-update-configuration.changes
2017-07-04 09:11:35.204548239 +0200
@@ -1,0 +2,8 @@
+Fri Jun 30 11:30:17 UTC 2017 - [email protected]
+
+- Install the patches for all selected categories (not just the
+ first one) (bsc#1044018)
+- Properly handle the exist status for multiple categories
+- 3.1.6
+
+-------------------------------------------------------------------
Old:
----
yast2-online-update-configuration-3.1.5.tar.bz2
New:
----
yast2-online-update-configuration-3.1.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-online-update-configuration.spec ++++++
--- /var/tmp/diff_new_pack.XFY3kO/_old 2017-07-04 09:11:35.724475124 +0200
+++ /var/tmp/diff_new_pack.XFY3kO/_new 2017-07-04 09:11:35.728474561 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-online-update-configuration
#
-# Copyright (c) 2014 SUSE LINUX Products 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-online-update-configuration
-Version: 3.1.5
+Version: 3.1.6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-online-update-configuration-3.1.5.tar.bz2 ->
yast2-online-update-configuration-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-online-update-configuration-3.1.5/.travis.yml
new/yast2-online-update-configuration-3.1.6/.travis.yml
--- old/yast2-online-update-configuration-3.1.5/.travis.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-online-update-configuration-3.1.6/.travis.yml 2017-07-03
14:38:01.865621607 +0200
@@ -0,0 +1,11 @@
+sudo: required
+language: bash
+services:
+ - docker
+
+before_install:
+ - docker build -t yast-online-update-configuration-image .
+script:
+ # 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-online-update-configuration-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-configuration-3.1.5/CONTRIBUTING.md
new/yast2-online-update-configuration-3.1.6/CONTRIBUTING.md
--- old/yast2-online-update-configuration-3.1.5/CONTRIBUTING.md 2014-03-26
15:54:03.204588404 +0100
+++ new/yast2-online-update-configuration-3.1.6/CONTRIBUTING.md 2017-07-03
14:38:01.865621607 +0200
@@ -3,7 +3,7 @@
YaST is an open source project and as such it welcomes all kinds of
contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST
maintainers.
There are two main forms of contribution: reporting bugs and performing code
changes.
@@ -12,18 +12,16 @@
-----------
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
if you don't have an account yet.)
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
When creating a bug report, please follow our [bug reporting
guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+We can't guarantee that every bug will be fixed, but we'll try.
+
Code Changes
------------
@@ -44,15 +42,22 @@
to the [Ruby style
guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
- 4. Make sure your change didn't break anything by building the RPM package
+ 4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).
+ For bigger changes or changes which need longer discussion it is advised
to
+ add this as a separate last commit so it can be easily updated when
another
+ change is merged in the meantime.
+
+ 5. Make sure your change didn't break anything by building the RPM package
(`rake osc:build`). The build process includes running the full testsuite.
- 5. Publish the branch and create a pull request.
+ 6. Publish the branch and create a pull request.
- 6. YaST developers will review your change and possibly point out issues.
+ 7. YaST developers will review your change and possibly point out issues.
Adapt the code under their guidance until they are all resolved.
- 7. Finally, the pull request will get merged or rejected.
+ 8. Finally, the pull request will get merged or rejected.
See also [GitHub's guide on
contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
If you want to do multiple unrelated changes, use separate branches and pull
requests.
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
### Commits
Each commit in the pull request should do only one thing, which is clearly
@@ -71,7 +73,7 @@
[widely used
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
you mention it in the commit message for cross-reference. Use format like
bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-online-update-configuration-3.1.5/Dockerfile
new/yast2-online-update-configuration-3.1.6/Dockerfile
--- old/yast2-online-update-configuration-3.1.5/Dockerfile 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-online-update-configuration-3.1.6/Dockerfile 2017-07-03
14:38:01.869621607 +0200
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-online-update-configuration-3.1.5/MAINTAINER
new/yast2-online-update-configuration-3.1.6/MAINTAINER
--- old/yast2-online-update-configuration-3.1.5/MAINTAINER 2014-03-26
15:54:03.232588404 +0100
+++ new/yast2-online-update-configuration-3.1.6/MAINTAINER 2017-07-03
14:38:01.869621607 +0200
@@ -1 +1 @@
-J. Daniel Schmidt <[email protected]>
+Deprecated file. Use `osc maintainer yast2-online-update-configuration`
instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-online-update-configuration-3.1.5/README.md
new/yast2-online-update-configuration-3.1.6/README.md
--- old/yast2-online-update-configuration-3.1.5/README.md 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-online-update-configuration-3.1.6/README.md 2017-07-03
14:38:01.869621607 +0200
@@ -0,0 +1,5 @@
+# YaST - The Online Update Configuration #
+
+[](https://travis-ci.org/yast/yast-online-update-configuration)
+[](https://ci.opensuse.org/view/Yast/job/yast-online-update-configuration-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.changes
new/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.changes
---
old/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.changes
2014-04-16 15:39:35.562770623 +0200
+++
new/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.changes
2017-07-03 14:38:01.869621607 +0200
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Fri Jun 30 11:30:17 UTC 2017 - [email protected]
+
+- Install the patches for all selected categories (not just the
+ first one) (bsc#1044018)
+- Properly handle the exist status for multiple categories
+- 3.1.6
+
+-------------------------------------------------------------------
Wed Apr 16 13:29:46 UTC 2014 - [email protected]
- registration client has been renamed to "scc" (bnc#870869)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.spec
new/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.spec
---
old/yast2-online-update-configuration-3.1.5/package/yast2-online-update-configuration.spec
2014-04-16 15:39:35.562770623 +0200
+++
new/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.spec
2017-07-03 14:38:01.869621607 +0200
@@ -17,7 +17,7 @@
Name: yast2-online-update-configuration
-Version: 3.1.5
+Version: 3.1.6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-configuration-3.1.5/src/bin/online_update
new/yast2-online-update-configuration-3.1.6/src/bin/online_update
--- old/yast2-online-update-configuration-3.1.5/src/bin/online_update
2014-03-26 15:54:03.304588404 +0100
+++ new/yast2-online-update-configuration-3.1.6/src/bin/online_update
2017-07-03 14:38:01.869621607 +0200
@@ -59,7 +59,7 @@
"$@"
status=$?
fi
- exit $status
+ return $status
}
# trim whitespaces
@@ -68,8 +68,12 @@
if [ -z "$AOU_PATCH_CATEGORIES" ] ; then
runzypper $zcmd
else
+ # handle errors for multiple categories
+ ret=0
+
for cat in $AOU_PATCH_CATEGORIES ; do
- runzypper $zcmd --category "$cat"
+ runzypper $zcmd --category "$cat" || ret=$?
done
-fi
+ exit $ret
+fi