dom-updates: drop 'distroverpkg' from dnf.conf

It does nothing in dnf (was useful in yum era).

QubesOS/qubes-issues#4477
This commit is contained in:
Marek Marczykowski-Górecki 2018-11-21 03:05:34 +01:00
parent c03fbecb4e
commit 8555ff4ced
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -73,8 +73,7 @@ EOF
if [ -e /etc/dnf/dnf.conf ]; then if [ -e /etc/dnf/dnf.conf ]; then
update_conf /etc/dnf/dnf.conf " update_conf /etc/dnf/dnf.conf "
reposdir=/etc/yum.real.repos.d reposdir=/etc/yum.real.repos.d
installonlypkgs = kernel, kernel-qubes-vm installonlypkgs = kernel, kernel-qubes-vm"
distroverpkg = qubes-release"
fi fi
if [ -e /etc/yum.conf ]; then if [ -e /etc/yum.conf ]; then