Fix dir-or-file-in-var-run error

This commit is contained in:
Pavel Zhukov 2017-07-27 18:55:04 +02:00
parent f5044cf7f1
commit 541b2c1eb6

View File

@ -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 <landgraf@fedoraproject.org> - 2.17-3
- Revert pid file change
- Don't include /var/run but /run instead
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild