Fix file attributes of /run/avahi-daemon
Resolves: RHEL-55762
This commit is contained in:
parent
06cdc5da8c
commit
b5d2cc19ae
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
License: LGPL-2.1-or-later AND LGPL-2.0-or-later AND BSD-2-Clause-Views AND MIT
|
License: LGPL-2.1-or-later AND LGPL-2.0-or-later AND BSD-2-Clause-Views AND MIT
|
||||||
URL: http://avahi.org
|
URL: http://avahi.org
|
||||||
@ -664,7 +664,7 @@ exit 0
|
|||||||
%ghost %{_sysconfdir}/avahi/etc/localtime
|
%ghost %{_sysconfdir}/avahi/etc/localtime
|
||||||
%config(noreplace) %{_sysconfdir}/avahi/hosts
|
%config(noreplace) %{_sysconfdir}/avahi/hosts
|
||||||
%dir %{_sysconfdir}/avahi/services
|
%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}/avahi/avahi-daemon.conf
|
||||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf
|
||||||
%{_sbindir}/avahi-daemon
|
%{_sbindir}/avahi-daemon
|
||||||
@ -882,6 +882,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2024 Michal Sekletar <msekleta@redhat.com> - 0.8-29
|
||||||
|
- fix file attributes of /run/avahi-daemon (RHEL-55762)
|
||||||
|
|
||||||
* Thu Jun 27 2024 Tomas Popela <tpopela@redhat.com> - 0.8-28
|
* Thu Jun 27 2024 Tomas Popela <tpopela@redhat.com> - 0.8-28
|
||||||
- TigerVNC won't be shipped in RHEL 10, prefer GNOME Connections instead
|
- TigerVNC won't be shipped in RHEL 10, prefer GNOME Connections instead
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user