diff --git a/yast2-security-4.3.10.tar.bz2 b/yast2-security-4.3.10.tar.bz2 new file mode 100644 index 0000000..cdcd8d7 --- /dev/null +++ b/yast2-security-4.3.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2fc405564bf65656ee9324fa8e7f67eebfed3a6d887530bd68e36786e671f3 +size 77298 diff --git a/yast2-security-4.3.7.tar.bz2 b/yast2-security-4.3.7.tar.bz2 deleted file mode 100644 index 710d831..0000000 --- a/yast2-security-4.3.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db0e757bc502265e68fecbc3616afd03d3290580039b314335c2317abc3bc951 -size 69088 diff --git a/yast2-security.changes b/yast2-security.changes index ab98131..8e0a2f9 100644 --- a/yast2-security.changes +++ b/yast2-security.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Feb 23 15:04:15 UTC 2021 - David Diaz + +- Move SELinux .autorelabel file from / to /etc/selinux if root + filesystem will be mounted as read only (jsc#SLE-17307). +- 4.3.10 + +------------------------------------------------------------------- +Tue Feb 16 13:36:34 UTC 2021 - David Diaz + +- jsc#SMO-20, jsc#SLE-17342: + - Add class for managing SELinux configuration. + - AutoYaST: add support for SELinux configuration. +- 4.3.9 + +------------------------------------------------------------------- + +Mon Feb 15 11:35:59 UTC 2021 - Josef Reidinger + +- Adapted unit test to recent changes in Yast::Report (related to + bsc#1179893). +- 4.3.8 + ------------------------------------------------------------------- Tue Dec 15 12:33:52 UTC 2020 - schubi diff --git a/yast2-security.spec b/yast2-security.spec index 6fd3c04..9aaa80a 100644 --- a/yast2-security.spec +++ b/yast2-security.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-security # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-security -Version: 4.3.7 +Version: 4.3.10 Release: 0 Summary: YaST2 - Security Configuration License: GPL-2.0-only @@ -33,10 +33,16 @@ BuildRequires: update-desktop-files # Pam.List BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-pam >= 4.3.1 +# Y2Security::Selinux requires Yast::Bootloader +BuildRequires: yast2-bootloader BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5 # CFA::SysctlConfig BuildRequires: yast2 >= 4.2.66 +# CFA::Selinux +BuildRequires: augeas-lenses +# Y2Storage::StorageManager +BuildRequires: yast2-storage-ng # Unfortunately we cannot move this to macros.yast, # bcond within macros are ignored by osc/OBS. %bcond_with yast_run_ci_tests @@ -51,6 +57,12 @@ Requires: yast2 >= 4.2.66 Requires: yast2-ruby-bindings >= 1.0.0 # Pam.List Requires: yast2-pam >= 4.3.1 +# Y2Security::Selinux requires Yast::Bootloader +Requires: yast2-bootloader +# CFA::Selinux +Requires: augeas-lenses +# Y2Storage::StorageManager +Requires: yast2-storage-ng Provides: y2c_sec Provides: y2t_sec