Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2019-09-11 10:15:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-schema (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-schema.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-schema"

Wed Sep 11 10:15:51 2019 rev:50 rq:726737 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes        
2019-08-13 13:10:29.217616342 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new.7948/yast2-schema.changes      
2019-09-11 10:15:57.471543786 +0200
@@ -1,0 +2,7 @@
+Tue Aug 27 19:07:49 CEST 2019 - [email protected]
+
+- Report warning if X_SuSE_YaST_AutoInstResource has not been set
+  in desktop file (bsc#144894).
+- 4.2.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-schema-4.2.1.tar.bz2

New:
----
  yast2-schema-4.2.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-schema.spec ++++++
--- /var/tmp/diff_new_pack.Orn3Of/_old  2019-09-11 10:15:57.923543729 +0200
+++ /var/tmp/diff_new_pack.Orn3Of/_new  2019-09-11 10:15:57.923543729 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-schema
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-schema-4.2.1.tar.bz2 -> yast2-schema-4.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.2.1/package/yast2-schema.changes 
new/yast2-schema-4.2.2/package/yast2-schema.changes
--- old/yast2-schema-4.2.1/package/yast2-schema.changes 2019-08-07 
15:48:52.000000000 +0200
+++ new/yast2-schema-4.2.2/package/yast2-schema.changes 2019-08-28 
13:30:53.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Aug 27 19:07:49 CEST 2019 - [email protected]
+
+- Report warning if X_SuSE_YaST_AutoInstResource has not been set
+  in desktop file (bsc#144894).
+- 4.2.2
+
+-------------------------------------------------------------------
 Fri Aug  2 15:38:09 UTC 2019 - Imobach Gonzalez Sosa <[email protected]>
 
 - Update autoyast2 and yast2-add-on dependencies to:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.2.1/package/yast2-schema.spec 
new/yast2-schema-4.2.2/package/yast2-schema.spec
--- old/yast2-schema-4.2.1/package/yast2-schema.spec    2019-08-07 
15:48:52.000000000 +0200
+++ new/yast2-schema-4.2.2/package/yast2-schema.spec    2019-08-28 
13:30:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-schema
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.2.1/scripts/collect.sh 
new/yast2-schema-4.2.2/scripts/collect.sh
--- old/yast2-schema-4.2.1/scripts/collect.sh   2019-08-07 15:48:52.000000000 
+0200
+++ new/yast2-schema-4.2.2/scripts/collect.sh   2019-08-28 13:30:53.000000000 
+0200
@@ -32,10 +32,18 @@
 
     package_name=`/bin/rpm -qf $desktop --qf %{NAME}`
 
-    eval $(grep "^X-SuSE-YaST-AutoInst" $desktop | sed -e 
's/X-SuSE-YaST-/X_SuSE_YaST_/' )
+    X_SuSE_YaST_AutoInstSchema=`grep "^X-SuSE-YaST-AutoInstSchema" $desktop`
+    X_SuSE_YaST_AutoInstSchema=${X_SuSE_YaST_AutoInstSchema##*=}
+    X_SuSE_YaST_AutoInstResource=`grep "^X-SuSE-YaST-AutoInstResource" 
$desktop`
+    X_SuSE_YaST_AutoInstResource=${X_SuSE_YaST_AutoInstResource##*=}
+    X_SuSE_YaST_AutoInstPath=`grep "^X-SuSE-YaST-AutoInstPath" $desktop`
+    X_SuSE_YaST_AutoInstPath=${X_SuSE_YaST_AutoInstPath##*=}
+    X_SuSE_YaST_AutoInstOptional=`grep "^X-SuSE-YaST-AutoInstOptional" 
$desktop`
+    X_SuSE_YaST_AutoInstOptional=${X_SuSE_YaST_AutoInstOptional##*=}
 
     if [ -z "$X_SuSE_YaST_AutoInstResource" ]; then
-        resource=`basename $desktop .desktop`
+       resource=`basename $desktop .desktop`
+        resource="FLAG__X_SuSE_YaST_AutoInstResource__not_set__in_$resource"
     else
         resource=$X_SuSE_YaST_AutoInstResource
     fi


Reply via email to