Accepting request 874736 from YaST:Head
submit new version 4.3.10 OBS-URL: https://build.opensuse.org/request/show/874736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-security?expand=0&rev=100
This commit is contained in:
commit
986750750e
3
yast2-security-4.3.10.tar.bz2
Normal file
3
yast2-security-4.3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c2fc405564bf65656ee9324fa8e7f67eebfed3a6d887530bd68e36786e671f3
|
||||
size 77298
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db0e757bc502265e68fecbc3616afd03d3290580039b314335c2317abc3bc951
|
||||
size 69088
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 15:04:15 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- 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 <dgonzalez@suse.com>
|
||||
|
||||
- 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 <jreidinger@suse.com>
|
||||
|
||||
- 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 <schubi@localhost>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user