From 426b74b2d4a179d63ae1cf351641b89d3543a8626a6511c5be7b18df4ba08781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Mon, 6 Jan 2014 07:38:20 +0000 Subject: [PATCH 1/5] Fixed systemd BuildRequires OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=489 --- autoyast2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autoyast2.spec b/autoyast2.spec index c387bc4..844c765 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -1,7 +1,7 @@ # # spec file for package autoyast2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,13 @@ BuildRequires: yast2-installation-control # xmllint BuildRequires: libxml2-tools +# %%{_unitdir} macro definition is in a separate package since 13.1 +%if 0%{?suse_version} >= 1310 +BuildRequires: systemd-rpm-macros +%else +BuildRequires: systemd +%endif + Requires: autoyast2-installation = %{version} Requires: libxslt Requires: yast2 From 857f59cbc10355f02a47e8ea35eda209f150269fa7497d74eaed886d8744e702 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Mon, 6 Jan 2014 09:24:19 +0000 Subject: [PATCH 2/5] Updated to git ref f53a8d9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=490 --- autoyast2-3.1.4.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-3.1.4.tar.bz2 b/autoyast2-3.1.4.tar.bz2 index 7ba41fa..f022c52 100644 --- a/autoyast2-3.1.4.tar.bz2 +++ b/autoyast2-3.1.4.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2087b6cba0db336b841163d6367997174a0c4cd24fb1789fbe679199165fbfa9 -size 528621 +oid sha256:cf67971c0679b9bbef0045b9bcb3a406687d1668c1cd174b39e8067e9d40806f +size 528760 From 012713ee4290ad8f9d1c1aa95865b56ed43e9a09d4f8c275dd404e04118bdecb Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Wed, 8 Jan 2014 09:07:08 +0000 Subject: [PATCH 3/5] - move clone_system client to first stage so yast can generate profile even on the end of first stage - 3.1.5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=491 --- autoyast2-3.1.4.tar.bz2 | 3 --- autoyast2-3.1.5.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 autoyast2-3.1.4.tar.bz2 create mode 100644 autoyast2-3.1.5.tar.bz2 diff --git a/autoyast2-3.1.4.tar.bz2 b/autoyast2-3.1.4.tar.bz2 deleted file mode 100644 index f022c52..0000000 --- a/autoyast2-3.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf67971c0679b9bbef0045b9bcb3a406687d1668c1cd174b39e8067e9d40806f -size 528760 diff --git a/autoyast2-3.1.5.tar.bz2 b/autoyast2-3.1.5.tar.bz2 new file mode 100644 index 0000000..d0b03c0 --- /dev/null +++ b/autoyast2-3.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc72c9b371708db132fe8fb13c386b244e8a8e40dd06a3e7c010cd552398ad2c +size 528611 diff --git a/autoyast2.changes b/autoyast2.changes index c0181ee..641cbc9 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 8 08:56:27 UTC 2014 - jreidinger@suse.com + +- move clone_system client to first stage so yast can generate + profile even on the end of first stage +- 3.1.5 + ------------------------------------------------------------------- Wed Dec 18 15:05:02 UTC 2013 - lslezak@suse.cz diff --git a/autoyast2.spec b/autoyast2.spec index 844c765..ed01a38 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.4 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -177,7 +177,6 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast %{yast_clientdir}/software_auto.rb %{yast_clientdir}/storage_auto.rb %{yast_clientdir}/autoyast.rb -%{yast_clientdir}/clone_system.rb %{yast_clientdir}/ayast_setup.rb %dir %{yast_scrconfdir} @@ -261,6 +260,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast %{yast_clientdir}/ayast_probe.rb %{yast_clientdir}/inst_autosetup_upgrade.rb %{yast_clientdir}/inst_store_upgrade_software.rb +%{yast_clientdir}/clone_system.rb %{yast_yncludedir}/autoinstall/xml.rb %{yast_yncludedir}/autoinstall/ask.rb From 2cc7161987637ecc56b08a4dc3b79ca78f1192fe26b4f393ef29f81346c57e8f Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Wed, 8 Jan 2014 15:03:47 +0000 Subject: [PATCH 4/5] Updated to git ref 5db63d7 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=492 --- autoyast2-3.1.5.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-3.1.5.tar.bz2 b/autoyast2-3.1.5.tar.bz2 index d0b03c0..90bf8e6 100644 --- a/autoyast2-3.1.5.tar.bz2 +++ b/autoyast2-3.1.5.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc72c9b371708db132fe8fb13c386b244e8a8e40dd06a3e7c010cd552398ad2c -size 528611 +oid sha256:e322801d54860ca41bd30f2ac9ea7e6855e44d5a5e28c19d9d3a7dde7c681c0b +size 528972 From 768200a9bcfbc16f20ec81d653f1e4100fd3325c6709d61a2277671f8b9171de Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 9 Jan 2014 18:45:47 +0000 Subject: [PATCH 5/5] - remove dependency on yast2-slp (bnc#858102) - 3.1.7 - initial support for semi-automatic installation starting with network module (FATE#314695) - 3.1.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=493 --- autoyast2-3.1.5.tar.bz2 | 3 --- autoyast2-3.1.7.tar.bz2 | 3 +++ autoyast2.changes | 13 +++++++++++++ autoyast2.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 autoyast2-3.1.5.tar.bz2 create mode 100644 autoyast2-3.1.7.tar.bz2 diff --git a/autoyast2-3.1.5.tar.bz2 b/autoyast2-3.1.5.tar.bz2 deleted file mode 100644 index 90bf8e6..0000000 --- a/autoyast2-3.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e322801d54860ca41bd30f2ac9ea7e6855e44d5a5e28c19d9d3a7dde7c681c0b -size 528972 diff --git a/autoyast2-3.1.7.tar.bz2 b/autoyast2-3.1.7.tar.bz2 new file mode 100644 index 0000000..1e51274 --- /dev/null +++ b/autoyast2-3.1.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff3bce4adabf5db645ca80fe8a94296de35bf3f08896cda1625aced2b62c4f1 +size 528701 diff --git a/autoyast2.changes b/autoyast2.changes index 641cbc9..e6582c9 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 9 19:38:09 CET 2014 - fehr@suse.de + +- remove dependency on yast2-slp (bnc#858102) +- 3.1.7 + +------------------------------------------------------------------- +Wed Jan 8 16:18:16 UTC 2014 - jreidinger@suse.com + +- initial support for semi-automatic installation starting with + network module (FATE#314695) +- 3.1.6 + ------------------------------------------------------------------- Wed Jan 8 08:56:27 UTC 2014 - jreidinger@suse.com diff --git a/autoyast2.spec b/autoyast2.spec index ed01a38..55d3295 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.5 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -91,7 +91,6 @@ Requires: yast2-country Requires: yast2-ncurses Requires: yast2-packager Requires: yast2-services-manager -Requires: yast2-slp Requires: yast2-storage Requires: yast2-transfer >= 2.21.0 Requires: yast2-update >= 2.18.3