saubermann: ignore orphan kernel packages
This commit is contained in:
parent
077d74d9ca
commit
fb190cc9e5
1 changed files with 1 additions and 1 deletions
|
@ -68,5 +68,5 @@ elif is_fedora; then
|
||||||
-or -name "*.rpm*" -and -not -name "*.rpm"
|
-or -name "*.rpm*" -and -not -name "*.rpm"
|
||||||
|
|
||||||
echo "== Orphan packages according to dnf"
|
echo "== Orphan packages according to dnf"
|
||||||
dnf -q repoquery --extras
|
dnf -q repoquery --extras | grep -v '^kernel-'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue