From b5d2cc19ae1c4c4d500310cef312d0553c4139f1 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Thu, 22 Aug 2024 14:59:46 +0200 Subject: [PATCH] Fix file attributes of /run/avahi-daemon Resolves: RHEL-55762 --- avahi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/avahi.spec b/avahi.spec index a03d948..7767574 100644 --- a/avahi.spec +++ b/avahi.spec @@ -58,7 +58,7 @@ Name: avahi Version: 0.8 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Local network service discovery License: LGPL-2.1-or-later AND LGPL-2.0-or-later AND BSD-2-Clause-Views AND MIT URL: http://avahi.org @@ -664,7 +664,7 @@ exit 0 %ghost %{_sysconfdir}/avahi/etc/localtime %config(noreplace) %{_sysconfdir}/avahi/hosts %dir %{_sysconfdir}/avahi/services -%ghost %dir %{_localstatedir}/run/avahi-daemon +%ghost %attr(0755, avahi, avahi) %dir %{_localstatedir}/run/avahi-daemon %config(noreplace) %{_sysconfdir}/avahi/avahi-daemon.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf %{_sbindir}/avahi-daemon @@ -882,6 +882,9 @@ exit 0 %changelog +* Thu Aug 22 2024 Michal Sekletar - 0.8-29 +- fix file attributes of /run/avahi-daemon (RHEL-55762) + * Thu Jun 27 2024 Tomas Popela - 0.8-28 - TigerVNC won't be shipped in RHEL 10, prefer GNOME Connections instead