]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: don't touch existing nwfilters on update
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Mon, 7 Dec 2020 07:49:12 +0000 (10:49 +0300)
committerNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Fri, 11 Dec 2020 06:18:28 +0000 (09:18 +0300)
commit95b95e63eb544fe6fb3b003f0d68b328cc3193b6
tree09fa1e565b09f5d94fef4c8d5e75e5748383c07e
parent641fd93de163988eca43990a2431a80750eea991
spec: don't touch existing nwfilters on update

Nwfilter can be edited by the user and we don't want to overwrite the editings.
Also the filters in %{datadir} does not have UUIDs and these are generated on
libvirtd start. Thus this patch also fixes regeneration of UUIDs on libvirtd
update.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
libvirt.spec.in