-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpm: fix architecture definition for srpm
Before the patch, the architecture of the package was written in metadata for srpm, but this is not correct. For srpm, the archetecture field must be filled with "src". Tip: To view the value of some tag in the rpm header use: `rpm --query --package package.src.rpm --queryformat "%{TAG_NAME}\n"` Related to tarantool/tarantool-qa#148
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters