[gearmand/el5-test] Adding diff

Blake Gardner blakegardner at fedoraproject.org
Wed Aug 28 19:14:38 UTC 2013


commit 70280f8897d284b0f97e573f934b87bce1bf385a
Author: Blake Gardner <blakegardner at cox.net>
Date:   Wed Aug 28 14:12:40 2013 -0500

    Adding diff

 gearmand.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index bc38ccf..2a0cefa 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -101,6 +101,11 @@ Summary:        Development libraries for gearman
 Group:          Development/Libraries
 Provides:       libgearman-1.0 = %{version}-%{release}
 Obsoletes:      libgearman-1.0 < %{version}-%{release}
+%if 0%{?el5}
+# gearman requires uuid_generate_time_safe, which only exists in newer
+# e2fsprogs-libs
+Requires:       e2fsprogs-libs >= 1.39-32
+%endif
 
 %description -n libgearman
 Development libraries for %{name}.


More information about the scm-commits mailing list