We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d86c87 commit fb0ed22Copy full SHA for fb0ed22
build_scripts/rpm/mssql-cli.spec
@@ -69,7 +69,7 @@ export CUSTOM_PIP=%{python_dir}/bin/pip3
69
%install
70
# Install mssql-cli
71
dist_dir=%{repo_path}/dist
72
-all_modules=`find $dist_dir -name "*.whl"`
+all_modules=`find $dist_dir -name "mssql_cli-%{version}-py2.py3-none-manylinux1_x86_64.whl"`
73
%{python_dir}/bin/pip3 install $all_modules
74
75
# Create executable
0 commit comments