update code

This commit is contained in:
zhuchunyi 2019-11-06 19:51:01 +08:00
parent f7375074de
commit 1248004395

View File

@ -1,6 +1,6 @@
Name: radvd Name: radvd
Version: 2.18 Version: 2.18
Release: 1 Release: 2
Summary: Router ADVertisement Daemon for IPv6 Summary: Router ADVertisement Daemon for IPv6
License: BSD with advertising License: BSD with advertising
URL: http://www.litech.org/radvd/ URL: http://www.litech.org/radvd/
@ -73,8 +73,9 @@ getent passwd radvd >/dev/null || \
exit 0 exit 0
%files %files
%doc CHANGES COPYRIGHT %doc CHANGES
%defattr(-,root,root) %defattr(-,root,root)
%license COPYRIGHT
%{_tmpfilesdir}/radvd.conf %{_tmpfilesdir}/radvd.conf
%config(noreplace) %{_sysconfdir}/radvd.conf %config(noreplace) %{_sysconfdir}/radvd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/radvd %config(noreplace) %{_sysconfdir}/sysconfig/radvd
@ -89,5 +90,11 @@ exit 0
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.18-2
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:modify the location of COPYRIGHT
* Mon Sep 16 2018 openEuler Buildteam <buildteam@openeuler.org> - 2.18-1 * Mon Sep 16 2018 openEuler Buildteam <buildteam@openeuler.org> - 2.18-1
- Package init - Package init