Index: server/fedora/Makefile
===================================================================
--- server/fedora/Makefile	(revision 761)
+++ server/fedora/Makefile	(revision 763)
@@ -20,5 +20,5 @@
 
 upstream	= openafs krb5 httpd mit-zephyr openssh
-oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386
+oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd
 allsrc		= $(upstream) $(oursrc)
 oursrcdir	= ${PWD}/../common/oursrc
@@ -87,5 +87,5 @@
 # 1. use the package's Makefile to delete leftover files and run autoconf
 # 2. create a tarball (we want it to contain the autoconf output)
-create-tarballs: mkdir-tree
+tarballs: mkdir-tree
 	@cd ${oursrcdir}; \
 	list=`find -mindepth 1 -maxdepth 1 -type d | grep -v ".svn"`; \
@@ -100,11 +100,11 @@
 	done;
 
-#setup: install-srpms copy-patches copy-specs patch-specs create-tarballs
-setup: create-tarballs
+#setup: install-srpms copy-patches copy-specs patch-specs tarballs
+setup: copy-patches copy-specs tarballs
 
 oursrc:
 	make $(oursrc)
 
-upstream:
+upstream: mkdir-tree download
 	make $(upstream)
 
Index: server/fedora/specs/whoisd.spec
===================================================================
--- server/fedora/specs/whoisd.spec	(revision 763)
+++ server/fedora/specs/whoisd.spec	(revision 763)
@@ -0,0 +1,41 @@
+Summary:        whoisd for <scripts.mit.edu> (virtualhost aware)
+Group:			Applications/System
+Name:           whoisd
+Version:        0.00
+Release:        0
+Vendor:			The scripts.mit.edu Team (scripts@mit.edu)
+URL:			http://scripts.mit.edu
+License:        GPL
+Source0:        %{name}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%define debug_package %{nil}
+
+#BuildRequires:  make
+Requires:       python-twisted-core
+
+%description
+
+
+%prep
+%setup -q -n %{name}
+
+%build
+./configure
+
+%install
+[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT exec_prefix=/usr/local
+
+%clean
+[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(0644,root,root,-)
+/usr/local/libexec/whoisd.tac
+%defattr(0600,root,root)
+/etc/cron.d/whoisd
+
+%changelog
+
+* Tue Jun 03 2008 Joe Presbrey <presbrey@mit.edu> 0.00
+- prerelease
