$ rpm --import RPM-GPG-KEY-HTCondor
 $ cd /etc/yum.repos.d
 $ wget https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel7.repo
-# The condor build deps are broken, so I faked it.
+# The condor build deps are broken, so I faked it.  (Install all the packages
+# listed before the erroneous ones, install 'bison' instead of 'bison-devel'.)
 $ yum-builddep condor
 $ yum install git
 {endcode}