Skip to content

fix(bazaar): ship in F42 only - #2716

Merged
castrojo merged 1 commit into
mainfrom
castrojo-patch-1
Jun 29, 2025
Merged

fix(bazaar): ship in F42 only#2716
castrojo merged 1 commit into
mainfrom
castrojo-patch-1

Conversation

@castrojo

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 29, 2025 19:56
@castrojo
castrojo merged commit 9be0739 into main Jun 29, 2025
3 of 28 checks passed
@castrojo
castrojo deleted the castrojo-patch-1 branch June 29, 2025 19:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR ensures that the gnome-software package is only shipped for Fedora 42 by removing it from the main list and adding it to the exclusion list for other branches.

  • Removed gnome-software from the general package list
  • Updated the first exclude.all block (now expanded but empty)
  • Added gnome-software to the second exclude.all block for non-F42 branches
Comments suppressed due to low confidence (2)

packages.json:191

  • [nitpick] The expanded empty array for exclude.all adds extra whitespace without any entries. Consider reverting this block back to "all": [] for clarity.
			"all": [

packages.json:208

  • JSON does not allow trailing commas in arrays. Remove the comma after "gnome-software" to avoid parse errors.
  				"gnome-software",		

@dosubot dosubot Bot added the size/XS This PR changes 0-9 lines, ignoring generated files. label Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants