Skip to content

Commit

Permalink
Fix Additional Dependencies on COPR
Browse files Browse the repository at this point in the history
Fix including ADDITIONAL_DEPENDENCIES on COPR.

Signed-off-by: Jean-Louis Dupond <[email protected]>
  • Loading branch information
dupondje committed Nov 12, 2024
1 parent aa0bbe6 commit 52be1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovirt-engine-build-dependencies.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mvn \

# Install additional dependencies
cd %{_builddir}/%{name}-%{version}
for dep in %(cat ADDITIONAL_DEPENDENCIES); do
for dep in $(cat ADDITIONAL_DEPENDENCIES); do
mvn dependency:get -Dartifact=${dep} -Dmaven.repo.local=%{_repository}
done

Expand Down

0 comments on commit 52be1d3

Please sign in to comment.