[yum-commits] yum-utils.spec
James Antill
james at osuosl.org
Fri Apr 27 16:07:27 UTC 2012
yum-utils.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 7a8da42a031d5d73030857d2809584fd7498f825
Author: James Antill <james at and.org>
Date: Fri Apr 27 12:06:46 2012 -0400
Add the RHEL test magic for skipping refresh-updatesd. BZ 782595.
diff --git a/yum-utils.spec b/yum-utils.spec
index c69dc9c..f67f713 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,5 +1,8 @@
+%if 0%{?rhel}
+%define package_yum_updatesd 0
+%else
%define package_yum_updatesd 1
-
+%endif
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
More information about the Yum-commits
mailing list