Skip to content
Snippets Groups Projects
Verified Commit aed57671 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: migrate3x: try to also update base-files

parent d9b86530
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ if not version_match or not self_version or version_match(self_version, "<63.0") ...@@ -36,7 +36,7 @@ if not version_match or not self_version or version_match(self_version, "<63.0")
Package('updater-ng', { Package('updater-ng', {
replan = 'immediate', replan = 'immediate',
deps = { 'libgcc', 'tos3to4-early' } deps = { 'libgcc', 'tos3to4-early', 'base-files' }
}) })
--[[ --[[
Updater package does not depend on libgcc but it requires it and dependency Updater package does not depend on libgcc but it requires it and dependency
...@@ -45,6 +45,10 @@ if not version_match or not self_version or version_match(self_version, "<63.0") ...@@ -45,6 +45,10 @@ if not version_match or not self_version or version_match(self_version, "<63.0")
We added additional dependency in form of package tos3to4-early which contains We added additional dependency in form of package tos3to4-early which contains
script to migrate updater configuration. That means that when new updater is script to migrate updater configuration. That means that when new updater is
being installed the configuration is also migrated at the same time. being installed the configuration is also migrated at the same time.
Additional dependency on base-files is there to ensure that all packages are
updaed with new base-files. Primarilly new /lib/functions.sh and
/etc/services_wanted.
]] ]]
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment