From 7fdb84adcbf4a614eba9726af75f3a8355f5bc82 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 24 Sep 2013 13:39:20 -0400 Subject: [PATCH] Only BuildRequire transifex on OSes that include it. --- pykickstart.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index aca86fe..198017a 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart Version: 1.99.40 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -15,7 +15,9 @@ Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext, python-setuptools-devel +%if ! 0%{?rhel} BuildRequires: transifex-client +%endif Requires: python, python-urlgrabber %description @@ -48,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Sep 24 2013 Chris Lumens 1.99.40-2 +- Only BuildRequire transifex on OSes that include it. + * Tue Sep 24 2013 Chris Lumens - 1.99.40-1 - Don't error out if volgroup --useexisting is given with no members. (clumens) diff --git a/sources b/sources index ec038a3..32d7c6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7210c79eda536dd96ba8d75e78de445e pykickstart-1.99.40.tar.gz +163a926cc6b7f588bf6d330c8c0f41ad pykickstart-1.99.40.tar.gz