[yast/yast-packager] f5ff9d: Do not add an empty repository to the system (bsc#...
Branch: refs/heads/offline_medium_upgrade Home: https://github.com/yast/yast-packager Commit: f5ff9d87abcf8176878a29081a527c70eb9f0e04 https://github.com/yast/yast-packager/commit/f5ff9d87abcf8176878a29081a527c7... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2022-11-02 (Wed, 02 Nov 2022) Changed paths: M src/lib/y2packager/medium_type.rb M src/modules/Packages.rb M test/medium_type_test.rb Log Message: ----------- Do not add an empty repository to the system (bsc#1204399) When using Full medium in registered system the request is to behave as with the Online medium. So we explicitly override the detected medium type in that case. But in that case an empty repository from the Full medium root was added to the system because the medium type condition was not met. The solution is to remember the original detected medium type and use it in this test. Commit: 541e0640b67eeaa33f9b01f1f65c022a95e44ff2 https://github.com/yast/yast-packager/commit/541e0640b67eeaa33f9b01f1f65c022... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2022-11-02 (Wed, 02 Nov 2022) Changed paths: M package/yast2-packager.changes M package/yast2-packager.spec Log Message: ----------- 4.4.33 Compare: https://github.com/yast/yast-packager/compare/687f4624c9b4...541e0640b67e
participants (1)
-
Ladislav Slezák