Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-security for openSUSE:Factory checked in at 2021-03-01 12:48:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-security (Old) and /work/SRC/openSUSE:Factory/.yast2-security.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-security" Mon Mar 1 12:48:57 2021 rev:101 rq:875967 version:4.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes 2021-02-26 21:58:53.611791421 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-security.new.2378/yast2-security.changes 2021-03-01 12:48:58.626372664 +0100 @@ -1,0 +2,6 @@ +Mon Mar 1 10:21:28 UTC 2021 - Josef Reidinger <jreidin...@suse.com> + +- Move security_finish client to yast2-installation (bsc#1182821) +- 4.3.11 + +------------------------------------------------------------------- Old: ---- yast2-security-4.3.10.tar.bz2 New: ---- yast2-security-4.3.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.7VDaqi/_old 2021-03-01 12:48:59.154373161 +0100 +++ /var/tmp/diff_new_pack.7VDaqi/_new 2021-03-01 12:48:59.158373165 +0100 @@ -17,7 +17,7 @@ Name: yast2-security -Version: 4.3.10 +Version: 4.3.11 Release: 0 Summary: YaST2 - Security Configuration License: GPL-2.0-only ++++++ yast2-security-4.3.10.tar.bz2 -> yast2-security-4.3.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.10/package/yast2-security.changes new/yast2-security-4.3.11/package/yast2-security.changes --- old/yast2-security-4.3.10/package/yast2-security.changes 2021-02-24 00:09:22.000000000 +0100 +++ new/yast2-security-4.3.11/package/yast2-security.changes 2021-03-01 12:31:34.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Mar 1 10:21:28 UTC 2021 - Josef Reidinger <jreidin...@suse.com> + +- Move security_finish client to yast2-installation (bsc#1182821) +- 4.3.11 + +------------------------------------------------------------------- Tue Feb 23 15:04:15 UTC 2021 - David Diaz <dgonza...@suse.com> - Move SELinux .autorelabel file from / to /etc/selinux if root diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.10/package/yast2-security.spec new/yast2-security-4.3.11/package/yast2-security.spec --- old/yast2-security-4.3.10/package/yast2-security.spec 2021-02-24 00:09:22.000000000 +0100 +++ new/yast2-security-4.3.11/package/yast2-security.spec 2021-03-01 12:31:34.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-security -Version: 4.3.10 +Version: 4.3.11 Release: 0 Group: System/YaST License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.10/src/clients/security_finish.rb new/yast2-security-4.3.11/src/clients/security_finish.rb --- old/yast2-security-4.3.10/src/clients/security_finish.rb 2021-02-24 00:09:22.000000000 +0100 +++ new/yast2-security-4.3.11/src/clients/security_finish.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -# encoding: utf-8 - -# File: clients/security_finish.rb -# Package: Security configuration -# Summary: Configuration of /etc/login.defs /etc/sysctl.conf -# users and boot settings - -require "security/clients/security_finish" -Yast::SecurityFinishClient.new.run diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.10/src/lib/security/clients/security_finish.rb new/yast2-security-4.3.11/src/lib/security/clients/security_finish.rb --- old/yast2-security-4.3.10/src/lib/security/clients/security_finish.rb 2021-02-24 00:09:22.000000000 +0100 +++ new/yast2-security-4.3.11/src/lib/security/clients/security_finish.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,48 +0,0 @@ -# encoding: utf-8 - -# ------------------------------------------------------------------------------ -# Copyright (c) 2018 SUSE LLC -# -# This program is free software; you can redistribute it and/or modify it under -# the terms of version 2 of the GNU General Public License as published by the -# Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# -# ------------------------------------------------------------------------------ - -require "installation/finish_client" - -module Yast - class SecurityFinishClient < ::Installation::FinishClient - include Logger - - def initialize - textdomain "security" - - Yast.import "Security" - end - - # Write security settings - # - def write - Security.Write - end - - protected - - # @see Implements ::Installation::FinishClient#modes - def modes - # Security module has no proposal or configuration while a - # normal installation. So only AutoYaST installation is for interest. - [:autoinst] - end - - # @see Implements ::Installation::FinishClient#title - def title - _("Writing Security Configuration...") - end - end -end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-4.3.10/test/security_finish_test.rb new/yast2-security-4.3.11/test/security_finish_test.rb --- old/yast2-security-4.3.10/test/security_finish_test.rb 2021-02-24 00:09:22.000000000 +0100 +++ new/yast2-security-4.3.11/test/security_finish_test.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -#! /usr/bin/env rspec - -require_relative "./test_helper" -require "security/clients/security_finish" -Yast.import "Security" - -describe ::Yast::SecurityFinishClient do - describe "#write" do - it "writes security settings" do - expect(::Yast::Security).to receive(:Write) - - subject.write - end - end -end