diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-25 16:24:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-25 16:24:42 +0000 |
commit | 726f43bdc0f1f38872157e4244666532c071fd9c (patch) | |
tree | f0dba4a0ece1213b1095b280966db6ee1de33e6c /tor.spec.in | |
parent | e1dd63b43ea8b0069870563c9653cc306fdee84d (diff) | |
download | tor-726f43bdc0f1f38872157e4244666532c071fd9c.tar.gz tor-726f43bdc0f1f38872157e4244666532c071fd9c.zip |
suse tor.spec patch from Stefan Nordhausen
svn:r5650
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tor.spec.in b/tor.spec.in index 4ef458bc20..c81e4aa4b1 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -107,6 +107,9 @@ BuildRequires: openssl-devel >= 0.9.6 %if %{is_fc} BuildRequires: rpm-build >= 4.0 %endif +%if %{is_suse} +BuildRequires: rpm >= 4.0, zlib-devel +%endif Requires(pre): /usr/bin/id, /bin/date, /bin/sh Requires(pre): %{_sbindir}/useradd, %{_sbindir}/groupadd |