diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-16 20:00:56 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-16 20:00:56 +0100 |
| commit | db7d69845c10d57d54e4201ef7b74b732bb70735 (patch) | |
| tree | 63c0389f5e7b29d098640e4a88032b1323719682 | |
| parent | af26ab9c78d949aa3ec50461017ee87d6c58aa19 (diff) | |
abrt.spec: require python-argparse on el6 only
| -rw-r--r-- | abrt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ Requires: abrt-addon-ccpp Requires: gdb >= 7.0-3 Requires: httpd, mod_wsgi, mod_ssl, python-webob Requires: mock, xz, elfutils, createrepo -Requires: python-argparse +%{?el6:Requires: python-argparse} Requires(preun): /sbin/install-info Requires(post): /sbin/install-info |
