Skip to content

Commit

Permalink
Merge pull request #11526 from adrianschroeter/product
Browse files Browse the repository at this point in the history
[backend] products: add option for using latest rpm based on version
  • Loading branch information
adrianschroeter committed Aug 24, 2021
2 parents 8d3252f + 5e5259c commit b28ee9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSProductXML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ our $productdesc = [
'use_suggested',
'use_required',
'use_undecided', # take all packages, even the ungrouped ones
'use_newest_version', # rpm version compare instead of repository priority
'allow_overflow',
'next_media_in_set',
'separate',
Expand Down

0 comments on commit b28ee9d

Please sign in to comment.