From b9cbe2f6884afbb0a4a8efbddc238427abda2889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Wed, 16 Nov 2022 14:25:23 +0000 Subject: [PATCH 1/5] Remove the Gemfiles from the gems --- cli/d-installer-cli.gemspec | 2 +- service/d-installer.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/d-installer-cli.gemspec b/cli/d-installer-cli.gemspec index c6c5bc231f..a3c0318063 100644 --- a/cli/d-installer-cli.gemspec +++ b/cli/d-installer-cli.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.email = "yast-devel@opensuse.org" spec.homepage = "https://github.com/yast/d-installer" spec.license = "GPL-2.0-only" - spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*", "[A-Z]*"] + spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*"] spec.executables << "dinstallerctl" spec.metadata = { "rubygems_mfa_required" => "true" } diff --git a/service/d-installer.gemspec b/service/d-installer.gemspec index 802f3f1462..65c23c28c1 100644 --- a/service/d-installer.gemspec +++ b/service/d-installer.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.email = "yast-devel@opensuse.org" spec.homepage = "https://github.com/yast/d-installer" spec.license = "GPL-2.0-only" - spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*", "[A-Z]*"] + spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*"] spec.executables = ["d-installer"] spec.metadata = { "rubygems_mfa_required" => "true" } From c3fad3afd5f5405e4f18783aabac09df28a9c667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 17 Nov 2022 06:27:02 +0000 Subject: [PATCH 2/5] [image] Download kiwi-related files in manual mode --- image/_service | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/image/_service b/image/_service index 4e2de70624..3da697b084 100644 --- a/image/_service +++ b/image/_service @@ -6,6 +6,14 @@ enable d-installer + + https://raw.githubusercontent.com/yast/d-installer/master/image/d-installer-live.kiwi + d-installer-live.kiwi + + + https://raw.githubusercontent.com/yast/d-installer/master/image/config.sh + config.sh + d-installer.obsinfo image/extrastuff/root @@ -16,14 +24,4 @@ image/extrastuff/etc etc - - d-installer.obsinfo - image - image - - - image.tar - image/d-installer-live.kiwi - image/config.sh - From aac18d3c688b63ff3d7b66258cf1b0c07260538a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 17 Nov 2022 06:28:09 +0000 Subject: [PATCH 3/5] [image] Add byebug to the ISO --- image/d-installer-live.kiwi | 1 + 1 file changed, 1 insertion(+) diff --git a/image/d-installer-live.kiwi b/image/d-installer-live.kiwi index 751add02cd..43463716f1 100644 --- a/image/d-installer-live.kiwi +++ b/image/d-installer-live.kiwi @@ -80,6 +80,7 @@ + From 41ec1b9adb8f8ff530808e66c3fe3c5afc1027ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Mon, 14 Nov 2022 07:00:51 +0000 Subject: [PATCH 4/5] Update changes files --- cli/package/rubygem-d-installer-cli.changes | 7 +++++++ service/package/rubygem-d-installer.changes | 23 ++++++++++++++++++++- web/package/cockpit-d-installer.changes | 11 ++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/cli/package/rubygem-d-installer-cli.changes b/cli/package/rubygem-d-installer-cli.changes index b43e18fd06..04837df794 100644 --- a/cli/package/rubygem-d-installer-cli.changes +++ b/cli/package/rubygem-d-installer-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:50 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Move the storage client to the service gem + (related to gh#yast/d-installer#248). + ------------------------------------------------------------------- Thu Jul 28 08:15:39 UTC 2022 - Imobach Gonzalez Sosa diff --git a/service/package/rubygem-d-installer.changes b/service/package/rubygem-d-installer.changes index 4d2b1d8eb1..f62ac1f772 100644 --- a/service/package/rubygem-d-installer.changes +++ b/service/package/rubygem-d-installer.changes @@ -1,9 +1,30 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:43 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Use D-Bus activation instead of explicit service starting + (gh#yast/d-installer#287). + * Load the configuration from /etc/d-installer.yaml + (gh#yast/d-installer#301). + * Move D-Bus configuration to /usr/share (gh#yast/d-installer#254). + * Extract questions and storage handling to separate services + (gh#yast/d-installer#248). + * Add a mechanism to report problems found in the configuration + (gh#yast/d-installer#299). + * Extend the D-Bus API for the storage proposal + (gh#yast/d-installer#268). + * Do not block after software installation if a package cannot + be installed (gh#yast/d-installer#322). + * Add support to install the Adaptable Linux Platform Host OS + (gh#yast/d-installer#265). + * Update Leap Micro to version 5.3 (gh#yast/d-installer#318). + ------------------------------------------------------------------- Thu Jul 28 08:20:21 UTC 2022 - Imobach Gonzalez Sosa - Update to version 0.4.2: * Prevent the installation from being blocked when the user - changes the language (gh#yast/yast-dinstaller#239 and + changes the language (gh#yast/d-installer#239 and gh#yast/yast-dinstaller#240). * Add a new service org.opensuse.DInstaller.Language to handle yast2-country related logic. diff --git a/web/package/cockpit-d-installer.changes b/web/package/cockpit-d-installer.changes index 674cc000eb..06b0e474d6 100644 --- a/web/package/cockpit-d-installer.changes +++ b/web/package/cockpit-d-installer.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:26 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Add support for basic network configuration, based on + NetworkManager (gh#yast/d-installer#260, gh#yast/d-installer#292). + * Improve the usability of the LUKS activation dialog + (gh#yast/d-installer#253). + * Prevent starting the installation with incomplete or wrong + configuration (gh#yast/d-installer#299). + ------------------------------------------------------------------- Thu Jul 28 08:17:06 UTC 2022 - Imobach Gonzalez Sosa From e250df42760991795373ec6338d512513f221d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Wed, 16 Nov 2022 14:24:30 +0000 Subject: [PATCH 5/5] Bump version --- VERSION | 2 +- web/package/_service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2b7c5ae018..2eb3c4fe4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5 diff --git a/web/package/_service b/web/package/_service index 801fa3db3d..614e28c7ed 100644 --- a/web/package/_service +++ b/web/package/_service @@ -18,6 +18,6 @@ d-installer - 0.4.2 + 0.5