]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Fix permissions of /var/run/libvirt/qemu
authorJiri Denemark <jdenemar@redhat.com>
Thu, 23 May 2019 12:55:13 +0000 (14:55 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 27 May 2019 13:00:11 +0000 (15:00 +0200)
commit7cf7eab52da9f018d9c2e70849f224e490d22f46
treec33979ccd4fef1d648e5b7af28538dfa563f3c25
parentf87d5a964f648e78ad95b26a286e2670b0da72e2
spec: Fix permissions of /var/run/libvirt/qemu

While libvirtd creates this directory with the default 0755 mode, the
spec file stores 0700 in the RPM database. Thus RPM verification always
complains about this directory. Let's fix the spec file to match
reality.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
libvirt.spec.in