diff --git a/c-toxcore.changes b/c-toxcore.changes index bed0a89..a0efc52 100644 --- a/c-toxcore.changes +++ b/c-toxcore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 1 12:19:22 UTC 2018 - Ismail Dönmez + +- Fix license file name +- Fix filelist (add DHT_bootstrap) + ------------------------------------------------------------------- Sat Sep 1 06:16:36 UTC 2018 - Andrey Karepin diff --git a/c-toxcore.spec b/c-toxcore.spec index c200b9e..cbd454a 100644 --- a/c-toxcore.spec +++ b/c-toxcore.spec @@ -152,13 +152,14 @@ systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/tox-bootstrapd.conf %{_includedir}/tox/* %files -%license LICENSE.md +%license LICENSE %doc README.md DONATORS CHANGELOG.md %files daemon %dir %{_sysconfdir}/tox %dir %{_sysconfdir}/tox/bootstrapd %config(noreplace) %{_sysconfdir}/tox/bootstrapd/tox-bootstrapd.conf +%{_bindir}/DHT_bootstrap %{_bindir}/tox-bootstrapd %{_unitdir}/tox-bootstrapd.service %{_tmpfilesdir}/tox-bootstrapd.conf