Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed evaluating the update repositories (bsc#1188717) #539

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Sep 22, 2021

The Problem

  • https://bugzilla.suse.com/show_bug.cgi?id=1188717
  • The SUSE Manager update repositories were not disabled when installing the system without updates.
  • There are actually two separate problems:
    • YaST evaluated the update repositories in a wrong way
    • SUMA repositories do not have the matching tags (details)

The Fix

  • According to libzypp experts YaST needs to evaluate the update repositories differently (link)
  • The isUpdateRepo() call needs to be done after loading all used repositories to the libzypp pool, YaST originally did that earlier, after adding each repository.

@lslezak lslezak force-pushed the bsc_1188717 branch 2 times, most recently from f9ae6b3 to da4a260 Compare October 11, 2021 14:05
The SUSE Manager update repositories were not disabled
when installing the system without updates.
@lslezak lslezak marked this pull request as ready for review October 12, 2021 07:27
@lslezak lslezak merged commit ef30a33 into SLE-15-SP2 Oct 12, 2021
@lslezak lslezak deleted the bsc_1188717 branch October 12, 2021 08:27
@lslezak
Copy link
Member Author

lslezak commented Oct 12, 2021

Submitted manually in https://build.suse.de/request/show/256245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants