fedora-common-ostree: Exclude dnf dependencies
Make sure to always exclude dnf, even when pulled in as a dependency.
This commit is contained in:
parent
32d3823b99
commit
cb24c527ed
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ exclude-packages:
|
|||
- gstreamer1-plugin-openh264
|
||||
- mozilla-openh264
|
||||
- openh264
|
||||
# Always exclude dnf when pulled in as a dependency
|
||||
- dnf
|
||||
- dnf-data
|
||||
- dnf-plugins-core
|
||||
- dnf5
|
||||
- dnf5-plugins
|
||||
|
||||
postprocess:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue