- Added XSLT transformation for easy conversion of the data types in the

AutoYaST XML profiles between the old and the new format. This allows to
  convert a new profile to the format accepted in SLE15-SP2 or older
  (bsc#1206597)
- 4.5.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=1030
This commit is contained in:
YaST Team Bot 2022-12-21 15:06:26 +00:00 committed by Git OBS Bridge
parent 86f5c78133
commit b44e269240
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1722b3208908c5dbd8e26ec9f1b1a87d72ec44f417e8a9dc19e018119d2aa136
size 733837

3
autoyast2-4.5.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5840d9d05d4c1363862680e427f264bba4e18f24b4808201a80260475d8952
size 735014

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 21 14:19:22 UTC 2022 - Ladislav Slezák <lslezak@suse.com>
- Added XSLT transformation for easy conversion of the data types in the
AutoYaST XML profiles between the old and the new format. This allows to
convert a new profile to the format accepted in SLE15-SP2 or older
(bsc#1206597)
- 4.5.12
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 1 09:36:51 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com> Thu Dec 1 09:36:51 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

View File

@ -22,7 +22,7 @@
%endif %endif
Name: autoyast2 Name: autoyast2
Version: 4.5.11 Version: 4.5.12
Release: 0 Release: 0
Summary: YaST2 - Automated Installation Summary: YaST2 - Automated Installation
License: GPL-2.0-only License: GPL-2.0-only
@ -208,6 +208,9 @@ done
%dir %{yast_moduledir} %dir %{yast_moduledir}
%{yast_moduledir}/AutoinstClass.rb %{yast_moduledir}/AutoinstClass.rb
%dir %{_datadir}/autoinstall/xslt
%{_datadir}/autoinstall/xslt/*_types.xslt
%{yast_icondir} %{yast_icondir}
# additional files # additional files