- Fix 'autoyast' and 'clone_system' command line interfaces
(bsc#1172548): - autoyast: add a list-modules command to list all known modules. - autoyast: display the correct client name in the help text. - autoyast: 'file' and 'module' command are now equivalent. Both of them support setting 'filename' and 'modname' arguments. - clone_system: add a 'filename' option instead of always using '/root/autoinst.xml'. - clone_system: move the logic to find the clonable modules to Y2ModuleConfig. - 4.3.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=888
This commit is contained in:
parent
e0ad5435d3
commit
04d63cbb25
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97a9b26016c545e802e3f02f8a5b57689682f8896804e518483c0cea36decee7
|
|
||||||
size 701684
|
|
3
autoyast2-4.3.9.tar.bz2
Normal file
3
autoyast2-4.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f21232a928639ee69297df7dc336e9361f60711e03baac447adbdac92c9395e6
|
||||||
|
size 704292
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 08:03:15 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Fix 'autoyast' and 'clone_system' command line interfaces
|
||||||
|
(bsc#1172548):
|
||||||
|
- autoyast: add a list-modules command to list all known modules.
|
||||||
|
- autoyast: display the correct client name in the help text.
|
||||||
|
- autoyast: 'file' and 'module' command are now equivalent.
|
||||||
|
Both of them support setting 'filename' and 'modname'
|
||||||
|
arguments.
|
||||||
|
- clone_system: add a 'filename' option instead of always using
|
||||||
|
'/root/autoinst.xml'.
|
||||||
|
- clone_system: move the logic to find the clonable modules
|
||||||
|
to Y2ModuleConfig.
|
||||||
|
- 4.3.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 1 09:46:08 UTC 2020 - Martin Vidner <mvidner@suse.com>
|
Mon Jun 1 09:46:08 UTC 2020 - Martin Vidner <mvidner@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.3.8
|
Version: 4.3.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -181,7 +181,6 @@ done
|
|||||||
%{yast_yncludedir}/autoinstall/dialogs.rb
|
%{yast_yncludedir}/autoinstall/dialogs.rb
|
||||||
%{yast_yncludedir}/autoinstall/script_dialogs.rb
|
%{yast_yncludedir}/autoinstall/script_dialogs.rb
|
||||||
%{yast_yncludedir}/autoinstall/general_dialogs.rb
|
%{yast_yncludedir}/autoinstall/general_dialogs.rb
|
||||||
%{yast_yncludedir}/autoinstall/wizards.rb
|
|
||||||
%{yast_yncludedir}/autoinstall/helps.rb
|
%{yast_yncludedir}/autoinstall/helps.rb
|
||||||
%dir %{yast_schemadir}
|
%dir %{yast_schemadir}
|
||||||
%dir %{yast_schemadir}/autoyast
|
%dir %{yast_schemadir}/autoyast
|
||||||
|
Loading…
Reference in New Issue
Block a user