Similar to https://git.centos.org/centos/centpkg/issue/71 and https://git.centos.org/centos/centpkg/issue/33 and https://git.centos.org/centos/centpkg/issue/111
Consider this:
%prep echo %{fedora} echo %{centos} echo %{rhel} echo %{epel} exit 0
On centpkg --release c10s prep I get:
centpkg --release c10s prep
+ echo 39 39 + echo '%{centos}' %{centos} + echo 10 10 + echo '%{epel}' %{epel}
But %centos should be set.
centpkg-0.8.12-1.fc39
This should be fixed in pull request 113 https://git.centos.org/centos/centpkg/pull-request/113
The merge request has been merged. This should be fixed in centpkg-0.8.13-1 which has been built on all supported distributions. If this passes testing, I'll close this issue when it is pushed out to all supported distributions.
The fixed release of centpkg (0.8.13) has been released to all supported distributions.
Metadata Update from @tdawson: - Issue status updated to: Closed (was: Open)
Thanks again.
Log in to comment on this ticket.