diff --git a/autoyast2-4.2.10.tar.bz2 b/autoyast2-4.2.10.tar.bz2 deleted file mode 100644 index b574be5..0000000 --- a/autoyast2-4.2.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfab5f33a14365dd2717832a00556fade5b44bbc3713fd15803453656c32489b -size 686926 diff --git a/autoyast2-4.2.12.tar.bz2 b/autoyast2-4.2.12.tar.bz2 new file mode 100644 index 0000000..800f0d9 --- /dev/null +++ b/autoyast2-4.2.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36997ece6c7b4ca949bf33c917b9cfd9312157c29fc000c9ba724549d22a9444 +size 685622 diff --git a/autoyast2.changes b/autoyast2.changes index e23eb42..7a77bd7 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 18 14:03:27 UTC 2019 - Ladislav Slezák + +- AutoYaST support for the OnlineOnly installation medium + (jsc#SLE-7214) +- 4.2.12 + +------------------------------------------------------------------- +Wed Oct 16 11:36:17 UTC 2019 - Ladislav Slezák + +- Do not run the registration step again in the installed system + (in the 2nd stage after reboot) (bsc#1153293) +- 4.2.11 + ------------------------------------------------------------------- Tue Oct 15 11:37:54 UTC 2019 - Josef Reidinger diff --git a/autoyast2.spec b/autoyast2.spec index 6eef389..55f45e9 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.2.10 +Version: 4.2.12 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -59,6 +59,7 @@ BuildRequires: systemd-rpm-macros %else BuildRequires: systemd %endif +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) Requires: autoyast2-installation = %{version} Requires: libxslt @@ -115,8 +116,8 @@ Requires: yast2-bootloader Requires: yast2-core Requires: yast2-country Requires: yast2-ncurses -# Disabling local repos in second stage only. -Requires: yast2-packager >= 4.1.33 +# Y2Packager::MediumType +Requires: yast2-packager >= 4.2.25 # ServicesManagerTargetClass::BaseTargets Requires: yast2-services-manager >= 3.1.10 # Required for one time sync before installation @@ -140,8 +141,10 @@ generated with the autoyast2 package. %prep %setup -q +%check +%yast_check + %build -%yast_build %install %yast_install @@ -153,33 +156,6 @@ for d in %{buildroot}%{_datadir}/autoinstall/modules/*.desktop ; do %suse_update_desktop_file $d done -# Class conf -install -d -m 700 %{buildroot}%{_sysconfdir}/autoinstall -# Installation files -install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/scripts -install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/init.d -install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/logs -install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/files -install -d -m 700 %{buildroot}%{_localstatedir}/adm/autoinstall/cache - -# Repository -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/templates -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/rules -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/repository/classes -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/autoconf -install -d %{buildroot}%{_localstatedir}/lib/autoinstall/tmp - -# Systemd Stuff -mkdir -p %{buildroot}%{_unitdir}/ -install -m 644 scripts/autoyast-initscripts.service %{buildroot}%{_unitdir}/ - -# Documentation -install -d -m 755 %{buildroot}%{yast_docdir}/html -tar -xvpf %{SOURCE1} -C %{buildroot}%{yast_docdir}/html -mv %{buildroot}%{yast_docdir}/html/autoyast/* %{buildroot}%{yast_docdir}/html/ -rmdir %{buildroot}%{yast_docdir}/html/autoyast - %post %{fillup_only -n autoinstall} @@ -232,11 +208,9 @@ rmdir %{buildroot}%{yast_docdir}/html/autoyast %dir %{yast_scrconfdir} %{yast_scrconfdir}/autoinstall.scr %{yast_scrconfdir}/cfg_autoinstall.scr -# DTD files +# autoinstall modules %dir %{_datadir}/autoinstall -#%dir %{_datadir}/autoinstall/dtd %dir %{_datadir}/autoinstall/modules -#%{_datadir}/autoinstall/dtd/* # systemd service file %{_unitdir}/autoyast-initscripts.service