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-09-02 21:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
and /work/SRC/openSUSE:Factory/.yast2-bootloader.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader"
Fri Sep 2 21:56:29 2022 rev:323 rq:1000700 version:4.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2022-07-31 23:00:55.571688644 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.2083/yast2-bootloader.changes
2022-09-02 21:56:47.552332725 +0200
@@ -1,0 +2,6 @@
+Thu Aug 11 13:04:27 UTC 2022 - Steffen Winterfeldt <[email protected]>
+
+- adjust trusted boot help text (bsc#1197608)
+- 4.5.3
+
+-------------------------------------------------------------------
Old:
----
yast2-bootloader-4.5.2.tar.bz2
New:
----
yast2-bootloader-4.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.nFNSU5/_old 2022-09-02 21:56:48.604335271 +0200
+++ /var/tmp/diff_new_pack.nFNSU5/_new 2022-09-02 21:56:48.612335290 +0200
@@ -17,7 +17,7 @@
Name: yast2-bootloader
-Version: 4.5.2
+Version: 4.5.3
Release: 0
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
++++++ yast2-bootloader-4.5.2.tar.bz2 -> yast2-bootloader-4.5.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-bootloader-4.5.2/package/yast2-bootloader.changes
new/yast2-bootloader-4.5.3/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.5.2/package/yast2-bootloader.changes 2022-07-28
15:22:56.000000000 +0200
+++ new/yast2-bootloader-4.5.3/package/yast2-bootloader.changes 2022-08-11
15:21:43.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Aug 11 13:04:27 UTC 2022 - Steffen Winterfeldt <[email protected]>
+
+- adjust trusted boot help text (bsc#1197608)
+- 4.5.3
+
+-------------------------------------------------------------------
Mon Jul 25 15:26:05 UTC 2022 - Ancor Gonzalez Sosa <[email protected]>
- Execute the command grub2-mkpasswd-pbkdf2 in the target system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-bootloader-4.5.2/package/yast2-bootloader.spec
new/yast2-bootloader-4.5.3/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.5.2/package/yast2-bootloader.spec 2022-07-28
15:22:56.000000000 +0200
+++ new/yast2-bootloader-4.5.3/package/yast2-bootloader.spec 2022-08-11
15:21:43.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-bootloader
-Version: 4.5.2
+Version: 4.5.3
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.2/src/lib/bootloader/grub2_widgets.rb
new/yast2-bootloader-4.5.3/src/lib/bootloader/grub2_widgets.rb
--- old/yast2-bootloader-4.5.2/src/lib/bootloader/grub2_widgets.rb
2022-07-28 15:22:56.000000000 +0200
+++ new/yast2-bootloader-4.5.3/src/lib/bootloader/grub2_widgets.rb
2022-08-11 15:21:43.000000000 +0200
@@ -411,10 +411,8 @@
end
def help
- # TRANSLATORS: TrustedGRUB2 is a name, don't translate it
- res = _("<p><b>Trusted Boot</b> will install TrustedGRUB2\n" \
- "instead of regular GRUB2.\n" \
- "It means measuring the integrity of the boot process,\n" \
+ res = _("<p><b>Trusted Boot</b> " \
+ "means measuring the integrity of the boot process,\n" \
"with the help from the hardware (a TPM, Trusted Platform
Module,\n" \
"chip).\n")
if grub2.name == "grub2"