diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-28 17:15:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-28 17:15:52 +0000 |
commit | dd715016ddb4a9c377da7586561e54237c405c03 (patch) | |
tree | 63ccf279b364ab03e49c48a489997f067ca982f2 /tor.spec.in | |
parent | 02c26de8342e8b3658b933084df508ac0c890b6f (diff) | |
download | tor-dd715016ddb4a9c377da7586561e54237c405c03.tar.gz tor-dd715016ddb4a9c377da7586561e54237c405c03.zip |
Fix the rpm build: we need to list all our files in the files section. Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/
svn:r14778
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tor.spec.in b/tor.spec.in index ef73745a30..89c8f7ab0d 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -287,6 +287,8 @@ exit 0 %{_bindir}/torify %{_bindir}/tor-resolve %{_bindir}/tor-gencert +%{_datadir}/tor/fallback-consensus +%{_datadir}/tor/geoip %config %{_initrddir}/%{name} %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name} %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}/ |