Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2022-06-29 16:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Wed Jun 29 16:01:01 2022 rev:534 rq:985611 version:4.5.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2022-06-18 
22:05:26.695592611 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new.1548/yast2.changes    2022-06-29 
16:02:00.400674490 +0200
@@ -1,0 +2,7 @@
+Fri Jun 24 12:08:30 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- save_y2logs - check both Packages and Packages.db in
+  /var/lib/rpm (bsc#1200831)
+- 4.5.6
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.5.5.tar.bz2

New:
----
  yast2-4.5.6.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.g552rz/_old  2022-06-29 16:02:01.196675550 +0200
+++ /var/tmp/diff_new_pack.g552rz/_new  2022-06-29 16:02:01.200675555 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.5.5
+Version:        4.5.6
 Release:        0
 
 Summary:        YaST2 Main Package

++++++ yast2-4.5.5.tar.bz2 -> yast2-4.5.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.5.5/package/yast2.changes 
new/yast2-4.5.6/package/yast2.changes
--- old/yast2-4.5.5/package/yast2.changes       2022-06-16 13:17:20.000000000 
+0200
+++ new/yast2-4.5.6/package/yast2.changes       2022-06-28 16:27:17.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Jun 24 12:08:30 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- save_y2logs - check both Packages and Packages.db in
+  /var/lib/rpm (bsc#1200831)
+- 4.5.6
+
+-------------------------------------------------------------------
 Thu Jun 16 11:06:09 UTC 2022 - Josef Reidinger <jreidin...@suse.com>
 
 - Allow to install missing packages in chroot (bsc#1199840)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.5.5/package/yast2.spec 
new/yast2-4.5.6/package/yast2.spec
--- old/yast2-4.5.5/package/yast2.spec  2022-06-16 13:17:20.000000000 +0200
+++ new/yast2-4.5.6/package/yast2.spec  2022-06-28 16:27:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.5.5
+Version:        4.5.6
 
 Release:        0
 Summary:        YaST2 Main Package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.5.5/scripts/save_y2logs 
new/yast2-4.5.6/scripts/save_y2logs
--- old/yast2-4.5.5/scripts/save_y2logs 2022-06-16 13:17:20.000000000 +0200
+++ new/yast2-4.5.6/scripts/save_y2logs 2022-06-28 16:27:17.000000000 +0200
@@ -98,7 +98,7 @@
 fi
 
 # installed packages
-if [ -f /var/lib/rpm/Packages -a "$(type -p rpm)" ]; then
+if [ -f /var/lib/rpm/Packages -o -f /var/lib/rpm/Packages.db ] && [ "$(type -p 
rpm)" ]; then
   rpm -qa --qf 
'%{NAME}-%{VERSION}-%{RELEASE}\t\t\t(%{VENDOR})\t%{DISTRIBUTION}\n' 2>/dev/null 
| sort >/$TMPDIR/rpm-qa
   LIST_TMP="$LIST_TMP rpm-qa"
 fi

Reply via email to