According to the Fedora documentation the %{?dist} tag when building an RPM on CentOS 7 I should get .el7. but currently I get .el7.centos.
The line from my .spec:
Release: 1%{?_buildid}%{?dist}
I cannot find any documentation talking about this change or any way to change it back to the old (and in my case preferred) behaviour.
Any pointers on how to force the old behaviour?