- Using SysctlConfig class: Handle sysctl entries in different

directories (bsc#1151649).
- 4.2.11

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-security?expand=0&rev=243
This commit is contained in:
YaST Team Bot 2020-02-21 09:23:20 +00:00 committed by Git OBS Bridge
parent 56d2aafab7
commit 17729cde81
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:294ba533a6fda2a2cc2c0d28ee08e18dc60b4adc5d471d2eb6389867bf764402
size 67534

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6d1a73dbfaa61e50035844b199c313bc845813a2aeec331ea8c941797701dfd
size 67780

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 3 16:02:35 CET 2020 - schubi@suse.de
- Using SysctlConfig class: Handle sysctl entries in different
directories (bsc#1151649).
- 4.2.11
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 23 13:04:04 UTC 2020 - Steffen Winterfeldt <snwint@suse.com> Thu Jan 23 13:04:04 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>

View File

@ -17,7 +17,7 @@
Name: yast2-security Name: yast2-security
Version: 4.2.10 Version: 4.2.11
Release: 0 Release: 0
Summary: YaST2 - Security Configuration Summary: YaST2 - Security Configuration
License: GPL-2.0-only License: GPL-2.0-only
@ -34,8 +34,8 @@ BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-pam BuildRequires: yast2-pam
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5 BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
# CFA::LoginDefsConfig # CFA::SysctlConfig
BuildRequires: yast2 >= 4.2.39 BuildRequires: yast2 >= 4.2.66
# Unfortunately we cannot move this to macros.yast, # Unfortunately we cannot move this to macros.yast,
# bcond within macros are ignored by osc/OBS. # bcond within macros are ignored by osc/OBS.
%bcond_with yast_run_ci_tests %bcond_with yast_run_ci_tests
@ -45,8 +45,8 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake-ci)
# new Pam.ycp API # new Pam.ycp API
Requires: yast2-pam >= 2.14.0 Requires: yast2-pam >= 2.14.0
# CFA::LoginDefsConfig # CFA::SysctlConfig
Requires: yast2 >= 4.2.39 Requires: yast2 >= 4.2.66
Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ruby-bindings >= 1.0.0
Provides: y2c_sec Provides: y2c_sec