[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14794: Do not ship a fallback-consensus until the related bugs are (in tor/trunk: . src/config)
Author: nickm
Date: 2008-05-28 20:54:08 -0400 (Wed, 28 May 2008)
New Revision: 14794
Modified:
tor/trunk/src/config/Makefile.am
tor/trunk/tor.spec.in
Log:
Do not ship a fallback-consensus until the related bugs are fixed.
Modified: tor/trunk/src/config/Makefile.am
===================================================================
--- tor/trunk/src/config/Makefile.am 2008-05-29 00:45:07 UTC (rev 14793)
+++ tor/trunk/src/config/Makefile.am 2008-05-29 00:54:08 UTC (rev 14794)
@@ -2,11 +2,13 @@
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:
Modified: tor/trunk/tor.spec.in
===================================================================
--- tor/trunk/tor.spec.in 2008-05-29 00:45:07 UTC (rev 14793)
+++ tor/trunk/tor.spec.in 2008-05-29 00:54:08 UTC (rev 14794)
@@ -287,7 +287,6 @@
%{_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}