Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Apr 18, 2023
1 parent 2676b09 commit 80506cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/release/rpm/azure-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ A great cloud needs great tools; we're excited to introduce Azure CLI,
source %{buildroot}%{cli_lib_dir}/bin/activate
%{python_cmd} -m pip install --upgrade pip setuptools
source %{repo_path}/scripts/install_full.sh
# Remove unused SDK version
%{python_cmd} %{repo_path}/scripts/trim_sdk.py

# cffi 1.15.0 doesn't work with RPM: https://foss.heptapod.net/pypy/cffi/-/issues/513
%{python_cmd} -m pip install cffi==1.14.6

# Remove unused SDK version
%{python_cmd} %{repo_path}/scripts/trim_sdk.py

deactivate

# Fix up %{buildroot} appearing in some files...
Expand Down

0 comments on commit 80506cf

Please sign in to comment.