Hello community,
here is the log from the commit of package zypper-lifecycle-plugin for
openSUSE:Factory checked in at 2017-03-10 21:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zypper-lifecycle-plugin (Old)
and /work/SRC/openSUSE:Factory/.zypper-lifecycle-plugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypper-lifecycle-plugin"
Fri Mar 10 21:46:12 2017 rev:2 rq:477783 version:0.6.1488980214.576f7fb
Changes:
--------
---
/work/SRC/openSUSE:Factory/zypper-lifecycle-plugin/zypper-lifecycle-plugin.changes
2017-03-04 16:53:42.543655118 +0100
+++
/work/SRC/openSUSE:Factory/.zypper-lifecycle-plugin.new/zypper-lifecycle-plugin.changes
2017-03-10 21:46:12.419289551 +0100
@@ -1,0 +2,5 @@
+Wed Mar 8 13:32:47 UTC 2017 - [email protected]
+
+- fixed unhandled exception on empty package list (bsc#1028247#c1)
+
+-------------------------------------------------------------------
Old:
----
zypper-lifecycle-0.6.1488461980.7e06288.tar.xz
New:
----
zypper-lifecycle-0.6.1488980214.576f7fb.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypper-lifecycle-plugin.spec ++++++
--- /var/tmp/diff_new_pack.y878cv/_old 2017-03-10 21:46:13.055199359 +0100
+++ /var/tmp/diff_new_pack.y878cv/_new 2017-03-10 21:46:13.059198791 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package zypper-lifecycle
+# spec file for package zypper-lifecycle-plugin
#
-# Copyright (c) 2015 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
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: zypper-lifecycle-plugin
-URL: https://github.com/SUSE/zypper-lifecycle
-Version: 0.6.1488461980.7e06288
+Url: https://github.com/SUSE/zypper-lifecycle
+Version: 0.6.1488980214.576f7fb
Release: 0
Requires: zypper >= 1.13.10
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +56,6 @@
install -m 644 lifecycle-report.timer %{buildroot}%{_unitdir}
install -D -m 644 sysconfig.lifecycle-report
%{buildroot}/var/adm/fillup-templates/sysconfig.lifecycle-report
-
%pre
%service_add_pre lifecycle-report.service lifecycle-report.timer
++++++ zypper-lifecycle-0.6.1488461980.7e06288.tar.xz ->
zypper-lifecycle-0.6.1488980214.576f7fb.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zypper-lifecycle-0.6.1488461980.7e06288/zypper-lifecycle
new/zypper-lifecycle-0.6.1488980214.576f7fb/zypper-lifecycle
--- old/zypper-lifecycle-0.6.1488461980.7e06288/zypper-lifecycle
2017-03-02 14:39:40.000000000 +0100
+++ new/zypper-lifecycle-0.6.1488980214.576f7fb/zypper-lifecycle
2017-03-08 14:36:54.000000000 +0100
@@ -395,9 +395,9 @@
print "\nNo products whose support ends before #{date_str}.\n"
end
packages = @installed_package.values.flatten.select {|p| p[:eol] &&
p[:eol] <= date_ts }
+ dif_packages = packages.select {|p| (p[:package_eol] ||
p[:update_edition]) }
+ print_packages = dif_packages.select {|p| !p[:already_reported] }
if packages.length > 0
- dif_packages = packages.select {|p| (p[:package_eol] ||
p[:update_edition]) }
- print_packages = dif_packages.select {|p| !p[:already_reported] }
if print_packages.length > 0
print "\nPackage end of support before #{date_str}:\n"
print_packages.sort_by.with_index { |p, idx| [p[:eol], idx] }.each
do |p|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zypper-lifecycle-0.6.1488461980.7e06288/zypper-lifecycle-plugin.changes
new/zypper-lifecycle-0.6.1488980214.576f7fb/zypper-lifecycle-plugin.changes
--- old/zypper-lifecycle-0.6.1488461980.7e06288/zypper-lifecycle-plugin.changes
2017-03-02 14:39:40.000000000 +0100
+++ new/zypper-lifecycle-0.6.1488980214.576f7fb/zypper-lifecycle-plugin.changes
2017-03-08 14:36:54.000000000 +0100
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Mar 8 13:32:47 UTC 2017 - [email protected]
+
+- fixed unhandled exception on empty package list (bsc#1028247#c1)
+
+-------------------------------------------------------------------
Thu Mar 2 13:34:03 UTC 2017 - [email protected]
- version 0.6