From 951ff19593838b6a67a01026bf80db88eb7741429585ecac384facd8fc41d183 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 4 Sep 2015 13:40:38 +0000 Subject: [PATCH 1/3] - Move users creation to the first stage, so it is not needed to run the 2nd stage to have a minimal system. - Do no add AutoYaST packages if the second stage won't be executed. - Fixes bnc#892091 - 3.1.92 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=634 --- autoyast2-3.1.91.tar.bz2 | 3 --- autoyast2-3.1.92.tar.bz2 | 3 +++ autoyast2.changes | 10 ++++++++++ autoyast2.spec | 5 ++++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-3.1.91.tar.bz2 create mode 100644 autoyast2-3.1.92.tar.bz2 diff --git a/autoyast2-3.1.91.tar.bz2 b/autoyast2-3.1.91.tar.bz2 deleted file mode 100644 index e14ed28..0000000 --- a/autoyast2-3.1.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48b105a613fb46793653816bb85cd25cf5a838c51a1cfe8806b080416372c049 -size 646281 diff --git a/autoyast2-3.1.92.tar.bz2 b/autoyast2-3.1.92.tar.bz2 new file mode 100644 index 0000000..ad73a8a --- /dev/null +++ b/autoyast2-3.1.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0c748cc4414ef3d40dd772349fa3184edcace5fb9257f57d78371b7b6b2631 +size 650049 diff --git a/autoyast2.changes b/autoyast2.changes index 5842f73..b72143b 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 1 15:25:44 UTC 2015 - igonzalezsosa@suse.com + +- Move users creation to the first stage, so it is not needed + to run the 2nd stage to have a minimal system. +- Do no add AutoYaST packages if the second stage won't be + executed. +- Fixes bnc#892091 +- 3.1.92 + ------------------------------------------------------------------- Tue Aug 25 14:49:13 CEST 2015 - schubi@suse.de diff --git a/autoyast2.spec b/autoyast2.spec index 11febdf..38b24ed 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.91 +Version: 3.1.92 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,6 +57,7 @@ Requires: yast2-schema Requires: yast2-storage >= 3.1.59 Requires: yast2-transfer >= 2.21.0 Requires: yast2-xml +Conflicts: yast2-installation < 3.1.158 Provides: yast2-config-autoinst Provides: yast2-module-autoinst @@ -204,6 +205,8 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast %{yast_moduledir}/Kickstart.rb %dir %{yast_agentdir} %{yast_agentdir}/ag_ksimport +%dir %{yast_libdir}/autoinstall +%{yast_libdir}/autoinstall/*.rb # additional files From 308f29a4cdb1823683ed0b7c9ff62ec206de8997c2f566a004c3f06810683ee7 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 8 Sep 2015 05:20:43 +0000 Subject: [PATCH 2/3] - Fix premature loading of AutoInstall which prevented running configuration clients during 2nd stage (bsc#944770) - 3.1.93 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=635 --- autoyast2-3.1.92.tar.bz2 | 3 --- autoyast2-3.1.93.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-3.1.92.tar.bz2 create mode 100644 autoyast2-3.1.93.tar.bz2 diff --git a/autoyast2-3.1.92.tar.bz2 b/autoyast2-3.1.92.tar.bz2 deleted file mode 100644 index ad73a8a..0000000 --- a/autoyast2-3.1.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0c748cc4414ef3d40dd772349fa3184edcace5fb9257f57d78371b7b6b2631 -size 650049 diff --git a/autoyast2-3.1.93.tar.bz2 b/autoyast2-3.1.93.tar.bz2 new file mode 100644 index 0000000..22247b3 --- /dev/null +++ b/autoyast2-3.1.93.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb667466d116906d3b0e950769e04a175f3ab8a5d5eaee84acf4d3aa06afb4cb +size 649702 diff --git a/autoyast2.changes b/autoyast2.changes index b72143b..84d989d 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 7 22:32:50 UTC 2015 - igonzalezsosa@suse.com + +- Fix premature loading of AutoInstall which prevented running + configuration clients during 2nd stage (bsc#944770) +- 3.1.93 + ------------------------------------------------------------------- Tue Sep 1 15:25:44 UTC 2015 - igonzalezsosa@suse.com diff --git a/autoyast2.spec b/autoyast2.spec index 38b24ed..4a7cfb7 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.92 +Version: 3.1.93 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -266,6 +266,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast %{yast_moduledir}/AutoinstDrive.rb %{yast_moduledir}/AutoinstPartPlan.rb %{yast_moduledir}/AutoinstPartition.rb +%{yast_moduledir}/AutoinstFunctions.rb #clients %{yast_clientdir}/inst_autoinit.rb From 5f3acf517aab178d008ee7914505c6059dc25c988698d309b6943d0c2fc06e41 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 9 Sep 2015 05:26:03 +0000 Subject: [PATCH 3/3] Updated to git ref ae069ae OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=636 --- autoyast2-3.1.93.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-3.1.93.tar.bz2 b/autoyast2-3.1.93.tar.bz2 index 22247b3..6929bab 100644 --- a/autoyast2-3.1.93.tar.bz2 +++ b/autoyast2-3.1.93.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb667466d116906d3b0e950769e04a175f3ab8a5d5eaee84acf4d3aa06afb4cb -size 649702 +oid sha256:0dc6e880a66fa5b48a14fdef40cffad4f7e1f55c92aadda25a5053693171d44a +size 649368