forked from pool/yast2-installation
- remove no longer used SCR agents without replacement:
sysconfig.boot, sysconfig.fam, etc.passwd and install_inf workarounds for aliases and options - remove no longer used clients: - inst_ask_online_update replaced by registration for SLE and online_repos for openSUSE. - inst_check_autoinst_mode dropped without replacement. Floppy support was dropped. - inst_scenarios replaced by system roles. - update_wizard_steps replaced by direct call of code without client OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1000
This commit is contained in:
parent
3bdbb0b20c
commit
c56cc9e151
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:06392c243baf31625393723741b81f9aeabd7442b6523b3f6577e8bfd75ba69e
|
oid sha256:318d479a3f80073877b2109b79742bc00f24aed494857836b5cdfef917714ff7
|
||||||
size 463892
|
size 460157
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 10:51:28 UTC 2019 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- remove no longer used SCR agents without replacement:
|
||||||
|
sysconfig.boot, sysconfig.fam, etc.passwd and
|
||||||
|
install_inf workarounds for aliases and options
|
||||||
|
- remove no longer used clients:
|
||||||
|
- inst_ask_online_update replaced by registration for SLE and
|
||||||
|
online_repos for openSUSE.
|
||||||
|
- inst_check_autoinst_mode dropped without replacement. Floppy
|
||||||
|
support was dropped.
|
||||||
|
- inst_scenarios replaced by system roles.
|
||||||
|
- update_wizard_steps replaced by direct call of code without
|
||||||
|
client
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 17 09:03:47 UTC 2018 - jlopez@suse.com
|
Mon Dec 17 09:03:47 UTC 2018 - jlopez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation
|
# spec file for package yast2-installation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -233,13 +233,8 @@ systemctl enable YaST2-Firstboot.service
|
|||||||
%{yast_libdir}/transfer
|
%{yast_libdir}/transfer
|
||||||
|
|
||||||
# agents
|
# agents
|
||||||
%{yast_scrconfdir}/etc_passwd.scr
|
|
||||||
%{yast_scrconfdir}/cfg_boot.scr
|
|
||||||
%{yast_scrconfdir}/cfg_windowmanager.scr
|
%{yast_scrconfdir}/cfg_windowmanager.scr
|
||||||
%{yast_scrconfdir}/cfg_fam.scr
|
|
||||||
%{yast_scrconfdir}/etc_install_inf.scr
|
%{yast_scrconfdir}/etc_install_inf.scr
|
||||||
%{yast_scrconfdir}/etc_install_inf_alias.scr
|
|
||||||
%{yast_scrconfdir}/etc_install_inf_options.scr
|
|
||||||
%{yast_scrconfdir}/run_df.scr
|
%{yast_scrconfdir}/run_df.scr
|
||||||
# fillup
|
# fillup
|
||||||
%{_fillupdir}/sysconfig.security-checksig
|
%{_fillupdir}/sysconfig.security-checksig
|
||||||
|
Loading…
Reference in New Issue
Block a user