Skip to content

Commit

Permalink
rocky-repos must be aligned with rocky-release
Browse files Browse the repository at this point in the history
Error was:
```
yum update -y
Error:
 Problem: package rocky-repos-8.9-1.6.el8.noarch requires system-release = 8.9-1.6.el8, but none of the providers can be installed
  - cannot install the best update candidate for package rocky-repos-8.8-1.7.el8.noarch
  - package rocky-release-8.9-1.6.el8.noarch is filtered out by exclude filtering
```

Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai committed Dec 12, 2023
1 parent ea6829c commit e353a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ phases:
fi
if [[ ${!OS} == "rocky8" ]] ; then
yum versionlock rocky-release
yum versionlock rocky-release rocky-repos
elif [[ ${!OS} == "rhel8" ]] ; then
yum versionlock redhat-release
fi
Expand Down

0 comments on commit e353a0f

Please sign in to comment.