mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-12-28 12:50:54 +00:00
Fix issue with migration from Oracle 8.4
Oracle 8.4 moved some files from their oraclelinux-release package to a new package named redhat-release. This update makes sure to remove redhat-release as well as the other packages during migration to avoid conflicts with rocky-release.
This commit is contained in:
parent
058fec2a60
commit
d9b0081501
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ collect_system_info () {
|
|||
[rocky-release]=system-release
|
||||
)
|
||||
addl_provide_removes=(
|
||||
redhat-release
|
||||
redhat-release-eula
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue