Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2023-03-30 22:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Thu Mar 30 22:50:53 2023 rev:237 rq:1075294 version:4.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2023-03-04 22:43:01.571697449 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new.31432/yast2-country.changes   
2023-03-30 22:50:58.652481841 +0200
@@ -1,0 +2,6 @@
+Tue Mar 28 20:10:19 UTC 2023 - Josef Reidinger <jreidin...@suse.com>
+
+- Replace call to mkinitrd with dracut (bsc#1203019)
+- 4.6.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-4.6.0.tar.bz2

New:
----
  yast2-country-4.6.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.Xg0yuR/_old  2023-03-30 22:50:59.192484731 +0200
+++ /var/tmp/diff_new_pack.Xg0yuR/_new  2023-03-30 22:50:59.196484753 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only

++++++ yast2-country-4.6.0.tar.bz2 -> yast2-country-4.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.6.0/package/yast2-country.changes 
new/yast2-country-4.6.1/package/yast2-country.changes
--- old/yast2-country-4.6.0/package/yast2-country.changes       2023-03-03 
15:51:01.000000000 +0100
+++ new/yast2-country-4.6.1/package/yast2-country.changes       2023-03-29 
17:07:54.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Mar 28 20:10:19 UTC 2023 - Josef Reidinger <jreidin...@suse.com>
+
+- Replace call to mkinitrd with dracut (bsc#1203019)
+- 4.6.1
+
+-------------------------------------------------------------------
 Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <lsle...@suse.cz>
 
 - Bump version to 4.6.0 (bsc#1208913)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.6.0/package/yast2-country.spec 
new/yast2-country-4.6.1/package/yast2-country.spec
--- old/yast2-country-4.6.0/package/yast2-country.spec  2023-03-03 
15:51:01.000000000 +0100
+++ new/yast2-country-4.6.1/package/yast2-country.spec  2023-03-29 
17:07:54.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-country
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.6.0/timezone/src/modules/Timezone.rb 
new/yast2-country-4.6.1/timezone/src/modules/Timezone.rb
--- old/yast2-country-4.6.0/timezone/src/modules/Timezone.rb    2023-03-03 
15:51:01.000000000 +0100
+++ new/yast2-country-4.6.1/timezone/src/modules/Timezone.rb    2023-03-29 
17:07:54.000000000 +0200
@@ -467,7 +467,8 @@
       Builtins.y2milestone("calling mkinitrd...")
       SCR.Execute(
         path(".target.bash"),
-        "/sbin/mkinitrd >> /var/log/YaST2/y2logmkinitrd 2>> 
/var/log/YaST2/y2logmkinitrd"
+        # force and regenerate all is needed to ensure that change is applied 
to all kernel versions
+        "/usr/bin/dracut --force --regenerate-all >> 
/var/log/YaST2/y2logmkinitrd 2>> /var/log/YaST2/y2logmkinitrd"
       )
       Builtins.y2milestone("... done")
       true

Reply via email to