- Use pam_pwquality instead of pam_cracklib depending on
availability (bsc#1171318) - Fix setting dictpath for pam_pwquality (bsc#1174619) - 4.3.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-security?expand=0&rev=247
This commit is contained in:
parent
89951adc02
commit
ddabcd70da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d31b7325ead1bdb09748d0383e73049c0eca32ad7d75c519b344c01f5a18832
|
||||
size 66854
|
3
yast2-security-4.3.1.tar.bz2
Normal file
3
yast2-security-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7a5663111ec5e69a20b6451f5b884e65add958c4199f2af8e8384eb9d136de1
|
||||
size 69438
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 13:52:52 CEST 2020 - aschnell@suse.com
|
||||
|
||||
- Use pam_pwquality instead of pam_cracklib depending on
|
||||
availability (bsc#1171318)
|
||||
- Fix setting dictpath for pam_pwquality (bsc#1174619)
|
||||
- 4.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 15:16:34 UTC 2020 - josef Reidinger <jreidinger@localhost>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-security
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Summary: YaST2 - Security Configuration
|
||||
License: GPL-2.0-only
|
||||
@ -30,8 +30,9 @@ BuildRequires: doxygen
|
||||
BuildRequires: perl-XML-Writer
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: update-desktop-files
|
||||
# Pam.List
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
BuildRequires: yast2-pam
|
||||
BuildRequires: yast2-pam >= 4.3.1
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
|
||||
# CFA::SysctlConfig
|
||||
@ -48,6 +49,8 @@ Requires: yast2-pam >= 2.14.0
|
||||
# CFA::SysctlConfig
|
||||
Requires: yast2 >= 4.2.66
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
# Pam.List
|
||||
Requires: yast2-pam >= 4.3.1
|
||||
|
||||
Provides: y2c_sec
|
||||
Provides: y2t_sec
|
||||
|
Loading…
x
Reference in New Issue
Block a user