#112 centpkg prep does not set %centos
Closed 17 days ago by tdawson. Opened a month ago by churchyard.

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:

+ echo 39
39
+ echo '%{centos}'
%{centos}
+ echo 10
10
+ echo '%{epel}'
%{epel}

But %centos should be set.

centpkg-0.8.12-1.fc39


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)

17 days ago

Log in to comment on this ticket.

Metadata