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

Revert "lists: migrate3x: try to also update base-files"

This reverts commit aed57671.

base-files are providing now files that were originally provided by
other packages so it fails to install.
parent aed57671
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")
Package('updater-ng', {
replan = 'immediate',
deps = { 'libgcc', 'tos3to4-early', 'base-files' }
deps = { 'libgcc', 'tos3to4-early' }
})
--[[
Updater package does not depend on libgcc but it requires it and dependency
......@@ -45,10 +45,6 @@ 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
script to migrate updater configuration. That means that when new updater is
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
......
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