Dropping ghost attribute
This commit is contained in:
parent
541b2c1eb6
commit
d3d645ed08
@ -1,7 +1,7 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 2.17
|
Version: 2.17
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# The code includes the advertising clause, so it's GPL-incompatible
|
# The code includes the advertising clause, so it's GPL-incompatible
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -89,16 +89,17 @@ exit 0
|
|||||||
%config(noreplace) %{_sysconfdir}/radvd.conf
|
%config(noreplace) %{_sysconfdir}/radvd.conf
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
|
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
|
||||||
%{_tmpfilesdir}/radvd.conf
|
%{_tmpfilesdir}/radvd.conf
|
||||||
%ghost %dir %attr(755,radvd,radvd) /run/radvd/
|
%dir %attr(755,radvd,radvd) /run/radvd/
|
||||||
%doc radvd.conf.example
|
%doc radvd.conf.example
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_sbindir}/radvd
|
%{_sbindir}/radvd
|
||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 27 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2.17-3
|
* Thu Jul 27 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2.17-5
|
||||||
- Revert pid file change
|
- Revert pid file change
|
||||||
- Don't include /var/run but /run instead
|
- Don't include /var/run but /run instead
|
||||||
|
- Drop ghost attr
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-2
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user