Skip to content

fix(rpm): add vendor field to fpm config to avoid (none) vendor#3961

Merged
nekohasekai merged 1 commit intoSagerNet:testingfrom
Incises:fix/fpm-vendor
Mar 29, 2026
Merged

fix(rpm): add vendor field to fpm config to avoid (none) vendor#3961
nekohasekai merged 1 commit intoSagerNet:testingfrom
Incises:fix/fpm-vendor

Conversation

@Incises
Copy link
Copy Markdown
Contributor

@Incises Incises commented Mar 26, 2026

This PR adds the --vendor field to the Ruby fpm configuration .

Generated RPM packages with Vendor: (none) causes vendor change warnings in zypper on openSUSE.

After this change, RPM metadata should correctly includes:

Vendor: SagerNet

This will improve compatibility with openSUSE, which relies on the Vendor field for vendor stickiness and package upgrade decisions. This will fix #3962 .

@nekohasekai
Copy link
Copy Markdown
Member

Thanks

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.

RPM packages have empty Vendor, causing zypper dup vendor change warnings on openSUSE

2 participants