Skip to content

Commit

Permalink
#3807 don't rebuild just to get a '.src' rpm
Browse files Browse the repository at this point in the history
it may already exist anyway, just not found by the repoquery
  • Loading branch information
totaam committed Mar 28, 2023
1 parent a586fd4 commit 286289f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ while read p; do
echo " (ignored debugsource)"
elif [[ $dep == *-doc-* ]]; then
echo " (ignored doc)"
elif [[ $dep == *.src ]]; then
echo " (ignored src)"
else
MISSING="${MISSING} ${dep}"
fi
Expand Down

0 comments on commit 286289f

Please sign in to comment.