Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2020-11-13 18:56:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-users (Old) and /work/SRC/openSUSE:Factory/.yast2-users.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-users" Fri Nov 13 18:56:56 2020 rev:238 rq:847810 version:4.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes 2020-09-15 16:15:22.613861527 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-users.new.24930/yast2-users.changes 2020-11-13 18:57:15.257991104 +0100 @@ -1,0 +2,7 @@ +Wed Nov 11 11:09:04 UTC 2020 - Stefan Schubert <[email protected]> + +- Importing public SSH key in administrator screen: Disable + browser button if no block device is available (bsc#1178509). +- 4.3.9 + +------------------------------------------------------------------- Old: ---- yast2-users-4.3.8.tar.bz2 New: ---- yast2-users-4.3.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.iHAYB0/_old 2020-11-13 18:57:15.953991911 +0100 +++ /var/tmp/diff_new_pack.iHAYB0/_new 2020-11-13 18:57:15.957991916 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.3.8 +Version: 4.3.9 Release: 0 Summary: YaST2 - User and Group Configuration License: GPL-2.0-only ++++++ yast2-users-4.3.8.tar.bz2 -> yast2-users-4.3.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.3.8/package/yast2-users.changes new/yast2-users-4.3.9/package/yast2-users.changes --- old/yast2-users-4.3.8/package/yast2-users.changes 2020-09-08 11:56:16.000000000 +0200 +++ new/yast2-users-4.3.9/package/yast2-users.changes 2020-11-11 14:32:00.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Nov 11 11:09:04 UTC 2020 - Stefan Schubert <[email protected]> + +- Importing public SSH key in administrator screen: Disable + browser button if no block device is available (bsc#1178509). +- 4.3.9 + +------------------------------------------------------------------- Mon Sep 7 11:03:04 CEST 2020 - [email protected] - Using ":" in the autoyast(...) supplements (bsc#1146494). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.3.8/package/yast2-users.spec new/yast2-users-4.3.9/package/yast2-users.spec --- old/yast2-users-4.3.8/package/yast2-users.spec 2020-09-08 11:56:16.000000000 +0200 +++ new/yast2-users-4.3.9/package/yast2-users.spec 2020-11-11 14:32:00.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.3.8 +Version: 4.3.9 Release: 0 Summary: YaST2 - User and Group Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.3.8/src/lib/users/widgets/public_key_selector.rb new/yast2-users-4.3.9/src/lib/users/widgets/public_key_selector.rb --- old/yast2-users-4.3.8/src/lib/users/widgets/public_key_selector.rb 2020-09-08 11:56:16.000000000 +0200 +++ new/yast2-users-4.3.9/src/lib/users/widgets/public_key_selector.rb 2020-11-11 14:32:00.000000000 +0100 @@ -158,6 +158,12 @@ if Yast::Arch.is_wsl Left(PushButton(Id(:browse), Opt(:notify), Yast::Label.BrowseButton)) else + browser_button_opt = if available_blk_devices.empty? + Opt(:notify, :disabled) + else + Opt(:notify) + end + VBox( Left( HBox( @@ -165,7 +171,7 @@ PushButton(Id(:refresh), Opt(:notify), Yast::Label.RefreshButton) ) ), - Left(PushButton(Id(:browse), Opt(:notify), Yast::Label.BrowseButton)) + Left(PushButton(Id(:browse), browser_button_opt, Yast::Label.BrowseButton)) ) end end _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
