Hello community, here is the log from the commit of package yast2-nis-client for openSUSE:Factory checked in at 2020-11-23 15:36:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old) and /work/SRC/openSUSE:Factory/.yast2-nis-client.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nis-client" Mon Nov 23 15:36:14 2020 rev:76 rq:849584 version:4.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes 2020-08-14 13:09:37.953217133 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new.5913/yast2-nis-client.changes 2020-11-23 16:26:54.064570917 +0100 @@ -1,0 +2,7 @@ +Thu Nov 19 14:39:37 UTC 2020 - Josef Reidinger <jreidin...@suse.com> + +- Do not ask for package installation when CLI help is called + (bsc#1172340) +- 4.3.5 + +------------------------------------------------------------------- Old: ---- yast2-nis-client-4.3.4.tar.bz2 New: ---- yast2-nis-client-4.3.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nis-client.spec ++++++ --- /var/tmp/diff_new_pack.JnpYHC/_old 2020-11-23 16:26:59.940581954 +0100 +++ /var/tmp/diff_new_pack.JnpYHC/_new 2020-11-23 16:26:59.940581954 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-nis-client # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Summary: YaST2 - Network Information Services (NIS, YP) Configuration License: GPL-2.0-only Group: System/YaST -Version: 4.3.4 +Version: 4.3.5 Release: 0 -Url: https://github.com/yast/yast-nis-client +URL: https://github.com/yast/yast-nis-client Source0: %{name}-%{version}.tar.bz2 ++++++ yast2-nis-client-4.3.4.tar.bz2 -> yast2-nis-client-4.3.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.3.4/package/yast2-nis-client.changes new/yast2-nis-client-4.3.5/package/yast2-nis-client.changes --- old/yast2-nis-client-4.3.4/package/yast2-nis-client.changes 2020-08-12 12:17:20.000000000 +0200 +++ new/yast2-nis-client-4.3.5/package/yast2-nis-client.changes 2020-11-20 10:24:00.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Nov 19 14:39:37 UTC 2020 - Josef Reidinger <jreidin...@suse.com> + +- Do not ask for package installation when CLI help is called + (bsc#1172340) +- 4.3.5 + +------------------------------------------------------------------- Tue Aug 11 11:19:41 CEST 2020 - sch...@suse.de - AutoYaST: Added supplements: autoyast(nis) into the spec file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.3.4/package/yast2-nis-client.spec new/yast2-nis-client-4.3.5/package/yast2-nis-client.spec --- old/yast2-nis-client-4.3.4/package/yast2-nis-client.spec 2020-08-12 12:17:20.000000000 +0200 +++ new/yast2-nis-client-4.3.5/package/yast2-nis-client.spec 2020-11-20 10:24:00.000000000 +0100 @@ -18,7 +18,7 @@ Name: yast2-nis-client Summary: YaST2 - Network Information Services (NIS, YP) Configuration -Version: 4.3.4 +Version: 4.3.5 Release: 0 Url: https://github.com/yast/yast-nis-client Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.3.4/src/clients/nis.rb new/yast2-nis-client-4.3.5/src/clients/nis.rb --- old/yast2-nis-client-4.3.4/src/clients/nis.rb 2020-08-12 12:17:20.000000000 +0200 +++ new/yast2-nis-client-4.3.5/src/clients/nis.rb 2020-11-20 10:24:00.000000000 +0100 @@ -59,10 +59,13 @@ @ret = :auto - if !PackageSystem.CheckAndInstallPackagesInteractive( - Nis.required_packages - ) - return deep_copy(@ret) + # do not check for packages when just help asked (bsc#1172340) + if !WFM.Args.include?("help") + if !PackageSystem.CheckAndInstallPackagesInteractive( + Nis.required_packages + ) + return deep_copy(@ret) + end end # the command line description map _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org