We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, for example, in python-attr SPEC file we have:
python-attr
%check %python_exec dry_attr.py
which unfortunately expands to:
[ 17s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jJGuqZ [ 17s] + umask 022 [ 17s] + cd /home/abuild/rpmbuild/BUILD [ 17s] + cd attr-0.3.1 [ 17s] ++ '[' -f _current_flavor ']' [ 17s] ++ cat _current_flavor [ 17s] + python_flavor=python38 [ 17s] + '[' -z python38 ']' [ 17s] + '[' python38 '!=' python36 ']' [ 17s] + '[' -d build ']' [ 17s] + mv build _build.python38 [ 17s] + '[' -d _build.python36 ']' [ 17s] + mv _build.python36 build [ 17s] + echo python36 [ 17s] + %__/usr/bin/python3.6 dry_attr.py
The text was updated successfully, but these errors were encountered:
#70
Sorry, something went wrong.
No branches or pull requests
So, for example, in
python-attr
SPEC file we have:which unfortunately expands to:
The text was updated successfully, but these errors were encountered: