Accepting request 818615 from YaST:Head
submit new version 4.3.21 OBS-URL: https://build.opensuse.org/request/show/818615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=279
This commit is contained in:
commit
3317568980
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c75d25f6e87c4e0d26f3c830874f2bd54bf72e4706e010397765aae593764db
|
|
||||||
size 707148
|
|
3
autoyast2-4.3.21.tar.bz2
Normal file
3
autoyast2-4.3.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e12862bcb68bfdc9647dabf9595a4a2ae48544c72f6cc5eab02f8161e77c2c37
|
||||||
|
size 707849
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 3 15:04:28 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Replace old module registry with newer code that is easier to
|
||||||
|
maintain and better test covered (bsc#1173699)
|
||||||
|
- 4.3.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 2 15:18:39 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- Make the report section elements optional as AutoYaST proposes
|
||||||
|
default values when missing (bsc#1173312)
|
||||||
|
- 4.3.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 02 11:53:44 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- The language, timezone and keyboard sections are applied and
|
||||||
|
removed during the first stage (bsc#1173624).
|
||||||
|
- 4.3.19
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 26 13:59:41 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Allow the user to ask for a reduced profile using the 'target'
|
||||||
|
argument in the command line (bsc#1171356).
|
||||||
|
- 4.3.18
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 26 11:21:11 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Cloning does not depend on the SetModified API call(bsc#1172552)
|
||||||
|
- 4.3.17
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 20:15:14 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Do not export general section if not requested (bsc#1172552)
|
||||||
|
- 4.3.16
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 11:38:57 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
- Validate the XML files before using them (bsc#1173091)
|
||||||
|
- Allow disabling the validation by setting
|
||||||
|
YAST_SKIP_XML_VALIDATION=1
|
||||||
|
- 4.3.15
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 18 11:53:05 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Do not export sections with no content (related to bsc#1172749).
|
||||||
|
- 4.3.14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 12 11:18:00 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
Fri Jun 12 11:18:00 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.3.13
|
Version: 4.3.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -66,8 +66,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
|||||||
|
|
||||||
Requires: autoyast2-installation = %{version}
|
Requires: autoyast2-installation = %{version}
|
||||||
Requires: libxslt
|
Requires: libxslt
|
||||||
# AutoYaST issue handling
|
# XML.validate
|
||||||
Requires: yast2 >= 4.3.2
|
Requires: yast2 >= 4.3.8
|
||||||
Requires: yast2-core
|
Requires: yast2-core
|
||||||
Requires: yast2-country >= 3.1.13
|
Requires: yast2-country >= 3.1.13
|
||||||
# Moving security module to first installation stage
|
# Moving security module to first installation stage
|
||||||
@ -236,7 +236,6 @@ done
|
|||||||
%{yast_moduledir}/AutoinstScripts.rb
|
%{yast_moduledir}/AutoinstScripts.rb
|
||||||
%{yast_moduledir}/AutoinstGeneral.rb
|
%{yast_moduledir}/AutoinstGeneral.rb
|
||||||
%{yast_moduledir}/AutoinstImage.rb
|
%{yast_moduledir}/AutoinstImage.rb
|
||||||
%{yast_moduledir}/Y2ModuleConfig.rb
|
|
||||||
%{yast_moduledir}/Profile.rb
|
%{yast_moduledir}/Profile.rb
|
||||||
%{yast_moduledir}/AutoinstFile.rb
|
%{yast_moduledir}/AutoinstFile.rb
|
||||||
%{yast_moduledir}/AutoinstConfig.rb
|
%{yast_moduledir}/AutoinstConfig.rb
|
||||||
@ -281,6 +280,9 @@ done
|
|||||||
%dir %{yast_libdir}/autoinstall/clients
|
%dir %{yast_libdir}/autoinstall/clients
|
||||||
%{yast_libdir}/autoinstall/clients/*.rb
|
%{yast_libdir}/autoinstall/clients/*.rb
|
||||||
|
|
||||||
|
%dir %{yast_libdir}/autoinstall/entries
|
||||||
|
%{yast_libdir}/autoinstall/entries/*.rb
|
||||||
|
|
||||||
# scripts
|
# scripts
|
||||||
%{yast_ybindir}/fetch_image.sh
|
%{yast_ybindir}/fetch_image.sh
|
||||||
%{yast_ybindir}/autoyast-initscripts.sh
|
%{yast_ybindir}/autoyast-initscripts.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user