Hello community, here is the log from the commit of package yast2-security for openSUSE:Factory checked in at 2020-08-14 13:10:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-security (Old) and /work/SRC/openSUSE:Factory/.yast2-security.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-security" Fri Aug 14 13:10:23 2020 rev:95 rq:826261 version:4.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes 2020-07-30 10:00:22.959231324 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-security.new.3399/yast2-security.changes 2020-08-14 13:10:30.169237025 +0200 @@ -1,0 +2,15 @@ +Thu Aug 13 10:00:58 UTC 2020 - Ladislav Slezák <[email protected]> + +- Fixed randomly failing unit tests, do not query the installed + PAM modules in the testing system (related to bsc#1171318) +- 4.3.3 + +------------------------------------------------------------------- +Mon Aug 10 17:40:01 CEST 2020 - [email protected] + +- AutoYaST: Added supplements: autoyast(security) into the spec file + in order to install this packages if the section has been defined + in the AY configuration file (bsc#1146494). +- 4.3.2 + +------------------------------------------------------------------- Old: ---- yast2-security-4.3.1.tar.bz2 New: ---- yast2-security-4.3.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.u3SNdt/_old 2020-08-14 13:10:30.869237292 +0200 +++ /var/tmp/diff_new_pack.u3SNdt/_new 2020-08-14 13:10:30.869237292 +0200 @@ -17,7 +17,7 @@ Name: yast2-security -Version: 4.3.1 +Version: 4.3.3 Release: 0 Summary: YaST2 - Security Configuration License: GPL-2.0-only @@ -62,6 +62,8 @@ Obsoletes: yast2-config-security Obsoletes: yast2-trans-security +Supplements: autoyast(security) + BuildArch: noarch %description ++++++ yast2-security-4.3.1.tar.bz2 -> yast2-security-4.3.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.1/.rubocop.yml new/yast2-security-4.3.3/.rubocop.yml --- old/yast2-security-4.3.1/.rubocop.yml 2020-07-29 11:04:42.000000000 +0200 +++ new/yast2-security-4.3.3/.rubocop.yml 2020-08-13 13:13:17.000000000 +0200 @@ -178,6 +178,8 @@ # ExcludedMethods: refine Metrics/BlockLength: Max: 591 + Exclude: + - 'test/**/*.rb' # Offense count: 9 # Configuration parameters: CountBlocks. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.1/package/yast2-security.changes new/yast2-security-4.3.3/package/yast2-security.changes --- old/yast2-security-4.3.1/package/yast2-security.changes 2020-07-29 11:04:42.000000000 +0200 +++ new/yast2-security-4.3.3/package/yast2-security.changes 2020-08-13 13:13:17.000000000 +0200 @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Thu Aug 13 10:00:58 UTC 2020 - Ladislav Slezák <[email protected]> + +- Fixed randomly failing unit tests, do not query the installed + PAM modules in the testing system (related to bsc#1171318) +- 4.3.3 + +------------------------------------------------------------------- +Mon Aug 10 17:40:01 CEST 2020 - [email protected] + +- AutoYaST: Added supplements: autoyast(security) into the spec file + in order to install this packages if the section has been defined + in the AY configuration file (bsc#1146494). +- 4.3.2 + +------------------------------------------------------------------- Tue Jul 28 13:52:52 CEST 2020 - [email protected] - Use pam_pwquality instead of pam_cracklib depending on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.1/package/yast2-security.spec new/yast2-security-4.3.3/package/yast2-security.spec --- old/yast2-security-4.3.1/package/yast2-security.spec 2020-07-29 11:04:42.000000000 +0200 +++ new/yast2-security-4.3.3/package/yast2-security.spec 2020-08-13 13:13:17.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-security -Version: 4.3.1 +Version: 4.3.3 Release: 0 Group: System/YaST License: GPL-2.0-only @@ -58,6 +58,8 @@ Obsoletes: y2c_sec yast2-config-security Obsoletes: yast2-trans-security y2t_sec +Supplements: autoyast(security) + BuildArch: noarch %description diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.1/test/security_test.rb new/yast2-security-4.3.3/test/security_test.rb --- old/yast2-security-4.3.1/test/security_test.rb 2020-07-29 11:04:42.000000000 +0200 +++ new/yast2-security-4.3.3/test/security_test.rb 2020-08-13 13:13:17.000000000 +0200 @@ -520,6 +520,7 @@ describe "#read_pam_settings" do before do change_scr_root(File.join(DATA_PATH, "system")) + allow(Pam).to receive(:List).and_return(["pwquality"]) end after do
