Skip to content

Commit

Permalink
Merge pull request #15152 from adrianschroeter/2.11_patchinfo
Browse files Browse the repository at this point in the history
[backend] compat with OBS 2.11 patchinfo format
  • Loading branch information
adrianschroeter committed Nov 2, 2023
2 parents 8e66a5f + 9b25c85 commit 0f96a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/BSXML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ our $patchinfo = [
'summary',
'description',
'message', # optional pop-up message
'swampid', # obsolete
'swampid', # obsolete
'packager',
'retracted',
'stopped',
'zypp_restart_needed',
'reboot_needed',
Expand Down

0 comments on commit 0f96a73

Please sign in to comment.