- Removed references to runlevels (obsolete). Only current systemd

target is analyzed.
- List of mandatory and optional services moved to a YAML file.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-security?expand=0&rev=211
This commit is contained in:
YaST Team Bot 2015-06-12 15:32:12 +00:00 committed by Git OBS Bridge
parent 8a1c189736
commit 8a3f522893
3 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7502b8296ba3dfa894288f9d0c29a880a5f38a09ca1b9d981bd6b7ec53b5c78c
size 65438
oid sha256:7368c60f771a4b8084a682236c6b57547934499ec9927e2f25ff41a98ed1ea7f
size 65599

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 11 16:00:10 UTC 2015 - ancor@suse.com
- Removed references to runlevels (obsolete). Only current systemd
target is analyzed.
- List of mandatory and optional services moved to a YAML file.
-------------------------------------------------------------------
Tue Jan 13 13:24:28 UTC 2015 - ancor@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package yast2-security
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,13 +30,16 @@ BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-pam
BuildRequires: yast2-testsuite
# Directory.find_data_file
BuildRequires: yast2 >= yast2-3.1.131
# new Pam.ycp API
Requires: yast2-pam >= 2.14.0
# etc_sysctl_conf.scr
# Wizard::SetDesktopTitleAndIcon
Requires: yast2 >= yast2-2.21.22
# Directory.find_data_file
Requires: yast2 >= yast2-3.1.131
Provides: y2c_sec
Provides: yast2-config-security
@ -82,6 +85,7 @@ fi
%{yast_moduledir}/Security.rb
%{yast_scrconfdir}/*.scr
%{yast_schemadir}/autoyast/rnc/security.rnc
%{yast_ydatadir}/security
%doc %{yast_docdir}
%changelog