Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2022-07-31 23:00:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader"
Sun Jul 31 23:00:41 2022 rev:322 rq:991562 version:4.5.2
Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2022-04-09 01:44:12.146626390 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new.1533/yast2-bootloader.changes 2022-07-31 23:00:55.571688644 +0200 @@ -1,0 +2,7 @@ +Mon Jul 25 15:26:05 UTC 2022 - Ancor Gonzalez Sosa ancor@suse.com + +- Execute the command grub2-mkpasswd-pbkdf2 in the target system + so the module can run in a minimal container (bsc#1199840). +- 4.5.2 + +------------------------------------------------------------------- @@ -12 +19 @@ -- Bump version to 4.5.0 (#bsc1198109) +- Bump version to 4.5.0 (bsc#1198109)
Old: ---- yast2-bootloader-4.5.1.tar.bz2
New: ---- yast2-bootloader-4.5.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.3cyuP9/_old 2022-07-31 23:00:57.863695303 +0200 +++ /var/tmp/diff_new_pack.3cyuP9/_new 2022-07-31 23:00:57.867695314 +0200 @@ -17,7 +17,7 @@
Name: yast2-bootloader -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later
++++++ yast2-bootloader-4.5.1.tar.bz2 -> yast2-bootloader-4.5.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-4.5.1/package/yast2-bootloader.changes new/yast2-bootloader-4.5.2/package/yast2-bootloader.changes --- old/yast2-bootloader-4.5.1/package/yast2-bootloader.changes 2022-04-07 20:08:05.000000000 +0200 +++ new/yast2-bootloader-4.5.2/package/yast2-bootloader.changes 2022-07-28 15:22:56.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jul 25 15:26:05 UTC 2022 - Ancor Gonzalez Sosa ancor@suse.com + +- Execute the command grub2-mkpasswd-pbkdf2 in the target system + so the module can run in a minimal container (bsc#1199840). +- 4.5.2 + +------------------------------------------------------------------- Thu Apr 7 13:21:58 UTC 2022 - Josef Reidinger jreidinger@suse.com
- AutoYaST: do not clone device for hibernation and also check @@ -9,7 +16,7 @@ ------------------------------------------------------------------- Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez��k lslezak@suse.cz
-- Bump version to 4.5.0 (#bsc1198109) +- Bump version to 4.5.0 (bsc#1198109)
------------------------------------------------------------------- Fri Jan 28 22:37:00 UTC 2022 - Josef Reidinger jreidinger@suse.com diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-4.5.1/package/yast2-bootloader.spec new/yast2-bootloader-4.5.2/package/yast2-bootloader.spec --- old/yast2-bootloader-4.5.1/package/yast2-bootloader.spec 2022-04-07 20:08:05.000000000 +0200 +++ new/yast2-bootloader-4.5.2/package/yast2-bootloader.spec 2022-07-28 15:22:56.000000000 +0200 @@ -17,7 +17,7 @@
Name: yast2-bootloader -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-4.5.1/src/lib/bootloader/grub2pwd.rb new/yast2-bootloader-4.5.2/src/lib/bootloader/grub2pwd.rb --- old/yast2-bootloader-4.5.1/src/lib/bootloader/grub2pwd.rb 2022-04-07 20:08:05.000000000 +0200 +++ new/yast2-bootloader-4.5.2/src/lib/bootloader/grub2pwd.rb 2022-07-28 15:22:56.000000000 +0200 @@ -131,7 +131,7 @@ end
def encrypt(password) - result = Yast::Execute.locally("/usr/bin/grub2-mkpasswd-pbkdf2", + result = Yast::Execute.on_target("/usr/bin/grub2-mkpasswd-pbkdf2", env: { "LANG" => "C" }, stdin: "#{password}\n#{password}\n", stdout: :capture) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-4.5.1/test/grub2pwd_test.rb new/yast2-bootloader-4.5.2/test/grub2pwd_test.rb --- old/yast2-bootloader-4.5.1/test/grub2pwd_test.rb 2022-04-07 20:08:05.000000000 +0200 +++ new/yast2-bootloader-4.5.2/test/grub2pwd_test.rb 2022-07-28 15:22:56.000000000 +0200 @@ -221,7 +221,7 @@ PBKDF2 hash of your password is #{ENCRYPTED_PASSWORD} OUTPUT
- expect(Yast::Execute).to receive(:locally) + expect(Yast::Execute).to receive(:on_target) .with(/grub2-mkpasswd/, anything) .and_return(success_stdout) subject.password = "really strong password"