diff --git a/radvd.spec b/radvd.spec index 3bd6805..7dd2403 100644 --- a/radvd.spec +++ b/radvd.spec @@ -1,7 +1,7 @@ Summary: A Router Advertisement daemon Name: radvd Version: 2.17 -Release: 3%{?dist} +Release: 4%{?dist} # The code includes the advertising clause, so it's GPL-incompatible License: BSD with advertising Group: System Environment/Daemons @@ -89,7 +89,7 @@ exit 0 %config(noreplace) %{_sysconfdir}/radvd.conf %config(noreplace) %{_sysconfdir}/sysconfig/radvd %{_tmpfilesdir}/radvd.conf -%dir %attr(-,radvd,radvd) %{_localstatedir}/run/radvd/ +%ghost %dir %attr(755,radvd,radvd) /run/radvd/ %doc radvd.conf.example %{_mandir}/*/* %{_sbindir}/radvd @@ -98,6 +98,7 @@ exit 0 %changelog * Thu Jul 27 2017 Pavel Zhukov - 2.17-3 - Revert pid file change +- Don't include /var/run but /run instead * Thu Jul 27 2017 Fedora Release Engineering - 2.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild