[fedora-packager/el5/master: 2/2] Require python-hashlib on EL5 and 4

Jesse Keating jkeating at fedoraproject.org
Mon Jan 31 22:07:53 UTC 2011


commit afc15a83784afcfadad8b983e13b90ed6d00f29b
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Jan 31 13:40:52 2011 -0700

    Require python-hashlib on EL5 and 4

 fedora-packager.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index f77aafb..9a7d8be 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -37,6 +37,7 @@ Requires:       fedora-cert = %{version}-%{release}
 Requires:       python-offtrac
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
+Requires:       python-hashlib
 %endif
 
 %description -n fedpkg


More information about the scm-commits mailing list