17 Apr 2013 16:06
createrepo.spec
<zpavlas <at> osuosl.org>
2013-04-17 14:06:11 GMT
2013-04-17 14:06:11 GMT
createrepo.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 590075b62116e03fd3a7f3cc63ec2d70a0512340
Author: Zdenek Pavlas <zpavlas <at> redhat.com>
Date: Wed Apr 17 16:05:15 2013 +0200
don't BuildRequire bash-completion in rhel
diff --git a/createrepo.spec b/createrepo.spec
index cdd8b6f..9a2179b 100644
--- a/createrepo.spec
+++ b/createrepo.spec
<at> <at> -1,4 +1,10 <at> <at>
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import
get_python_lib; print get_python_lib()")}
+
+%if ! 0%{?rhel}
+# we don't have this in rhel yet...
+BuildRequires: bash-completion
+%endif
+
# disable broken /usr/lib/rpm/brp-python-bytecompile
%define __os_install_post %{nil}
%define compdir %(pkg-config --variable=completionsdir bash-completion)
<at> <at> -16,7 +22,6 <at> <at> Source: %{name}-%{version}.tar.gz
URL: http://createrepo.baseurl.org/
BuildRoot: %{_tmppath}/%{name}-%{version}root
BuildArchitectures: noarch
(Continue reading)
RSS Feed