mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Do not ship a fallback-consensus until the related bugs are fixed.
svn:r14794
This commit is contained in:
parent
6bfa96bfc7
commit
4ead083dbc
@ -2,11 +2,13 @@ confdir = $(sysconfdir)/tor
|
||||
|
||||
tordatadir = $(datadir)/tor
|
||||
|
||||
EXTRA_DIST = fallback-consensus geoip
|
||||
EXTRA_DIST = geoip
|
||||
# fallback-consensus
|
||||
|
||||
conf_DATA = torrc.sample
|
||||
|
||||
tordata_DATA = fallback-consensus geoip
|
||||
tordata_DATA = geoip
|
||||
# fallback_consensus
|
||||
|
||||
# If we don't have it, fake it.
|
||||
fallback-consensus:
|
||||
|
@ -287,7 +287,6 @@ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user