Skip to content

Commit

Permalink
DAOS-15079 test: Fix rpmlint error
Browse files Browse the repository at this point in the history
Skip-test: true
Skip-unit-tests: true
Required-githooks: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 29, 2024
1 parent 9df51e4 commit 7c31a3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ cp scripts/rpc.py %{install_datadir}/scripts/
mkdir -p %{install_datadir}/scripts/rpc
cp scripts/rpc/*.py %{install_datadir}/scripts/rpc/

# Change /usr/bin/{env ,}python3 to resolve env-script-interpreter rpmlint error.
sed -i -e '1s/env //' %{install_datadir}/scripts/rpc.py

%if %{with doc}
# Install doc
mkdir -p %{install_docdir}
Expand Down

0 comments on commit 7c31a3e

Please sign in to comment.