Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/19'
Browse files Browse the repository at this point in the history
* origin/pr/19:
  Reload libxl otherwise libvirt will use old libraries after update
  • Loading branch information
marmarek committed Nov 11, 2019
2 parents 85870fb + 5eef125 commit 0a960e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libvirt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,12 @@ if [ $1 -ge 1 ] ; then
/bin/systemctl start virtlogd.socket virtlogd-admin.socket || :
fi

%triggerin -- xen-libs
# BEGIN QUBES SPECIFIC PART
# reload libxl library otherwise libvirt will use old libraries after update
systemctl try-restart libvirtd.service >/dev/null 2>&1 || :
# END QUBES SPECIFIC PART

%posttrans daemon
if [ -f %{_localstatedir}/lib/rpm-state/libvirt/restart ]; then
# See if user has previously modified their install to
Expand Down

0 comments on commit 0a960e2

Please sign in to comment.