[or-cvs] r11505: Backport the removal of requiring libevent on rpm installati (tor/branches/tor-0_1_2-patches)

phobos at seul.org phobos at seul.org
Wed Sep 19 03:13:03 UTC 2007


Author: phobos
Date: 2007-09-18 23:13:03 -0400 (Tue, 18 Sep 2007)
New Revision: 11505

Modified:
   tor/branches/tor-0_1_2-patches/tor.spec.in
Log:
Backport the removal of requiring libevent on rpm installation.  It's
statically linked in the official rpms anyway.


Modified: tor/branches/tor-0_1_2-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_1_2-patches/tor.spec.in	2007-09-19 01:47:05 UTC (rev 11504)
+++ tor/branches/tor-0_1_2-patches/tor.spec.in	2007-09-19 03:13:03 UTC (rev 11505)
@@ -122,13 +122,13 @@
 
 License: BSD-like
 Vendor: R. Dingledine <arma at seul.org>
-Packager: Andrew Lewman <phobos at interloper.org>
+Packager: Andrew Lewman <phobos at rootme.org>
 
 %if %{is_suse}
 Requires: openssl >= 0.9.6
 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
 %else 
-Requires: openssl >= 0.9.6, libevent >= 1.2
+Requires: openssl >= 0.9.6
 BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.2
 %endif
 %if %{is_fc}
@@ -287,6 +287,7 @@
 %{_bindir}/torctl
 %{_bindir}/torify
 %{_bindir}/tor-resolve
+%{_bindir}/tor-gencert
 %config %{_initrddir}/%{name}
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
 %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}/



More information about the tor-commits mailing list