tarantool / mkrepo

Maintain DEB and RPM repositories on S3
70 stars 24 forks source link

Fix architecture definition for srpm #52

Closed LeonidVas closed 2 years ago

LeonidVas commented 2 years ago

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