[zeromq: 5/5] handle epel6=fedora

tomspur tomspur at fedoraproject.org
Sat Oct 22 23:40:01 UTC 2011


commit c1495c09e95b2f0988d4211ae9a07afb8ac36c78
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sun Oct 23 01:39:41 2011 +0200

    handle epel6=fedora

 zeromq.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/zeromq.spec b/zeromq.spec
index dd94f6e..855c528 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -10,7 +10,7 @@ URL:            http://www.zeromq.org
 Source0:        http://download.zeromq.org/zeromq-%{version}.tar.gz
 
 BuildRequires:  glib2-devel
-%if ! (0%{?rhel} > 5)
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 BuildRequires:  e2fsprogs-devel
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 %else


More information about the scm-commits mailing list