Merge pull request #2632 from nilxam/update_extras_skippkg

skippkg-finder: add two packages to the extra list for zypper dup reason
This commit is contained in:
Max Lin 2021-09-06 16:28:14 +08:00 committed by GitHub
commit 63613a9230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,7 +292,10 @@ class SkippkgFinder(object):
# gnome-builder requirement
'SUSE:SLE-15-SP2:GA_vala',
# hfst-ospell requirement
'SUSE:SLE-15:Update_icu.14528'
'SUSE:SLE-15:Update_icu.14528',
# for zypper dup reason
'SUSE:SLE-15-SP2:Update_icu.18168',
'SUSE:SLE-15-SP2:Update_gnome-desktop.16620',
]
for pkg in extra_packagelist:
selected_binarylist += package_binaries[pkg]