Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Change RPM builds architecture to 'x86_64' #4723

Merged
merged 1 commit into from
Oct 12, 2016
Merged

Change RPM builds architecture to 'x86_64' #4723

merged 1 commit into from
Oct 12, 2016

Conversation

da2x
Copy link
Contributor

@da2x da2x commented Oct 12, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Test Plan:

  1. Build a release, install on Fedoara with dnf install package.rpm. Package name should end with x86_64.rpm. Package should install with no errors.
  2. Build a new release (higher version number). Upgrade on Fedoara with dnf install package.rpm. Should update with no errors.
  3. Debian/Ubuntu package names and installation should be unchanged.

Core issue:
Incorrect documentation from upstream. Submitted correction to their documentation.

Commit message:
Red Hat/RPM universe expects 'x86_64' whereas Debian expects 'amd64'.

Also expands documentation in some areas.

This closes #3774.

Red Hat/RPM universe expects 'x86_64' whereas Debian expects 'amd64'.

This closes #3774.
@diracdeltas
Copy link
Member

seems good, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong architecture identifier for 64-bit RPM
4 participants