diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-14 18:42:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-14 18:42:58 +0200 |
commit | fdc9f4e6d66c86424817013d02ee8ca89b50ee12 (patch) | |
tree | b930379141f7b47cc45a8652fda47f9e5f0e1ea8 | |
parent | c9834c02ccc44b69140e4353f12f11743722f64b (diff) |
php-xcache: fix EL-5 build
-rw-r--r-- | php-xcache.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-xcache.spec b/php-xcache.spec index eb78aaa..b00ad16 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -58,7 +58,9 @@ Summary: XCache Administration Group: Development/Languages Requires: mod_php, httpd Requires: %{name} = %{version}-%{release} +%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 BuildArch: noarch +%endif %description -n xcache-admin This package provides the XCache Administration web application, |