[pykickstart/f20] We need python-urlgrabber to do builds now. (clumens)

clumens clumens at fedoraproject.org
Mon Nov 25 20:37:32 UTC 2013


commit e7a3d66a03cf74e8d62a144e61a40a18066acb55
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Nov 25 14:38:57 2013 -0500

    We need python-urlgrabber to do builds now. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fff04af..3ca5cd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,3 +119,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.45.tar.gz
 /pykickstart-1.99.46.tar.gz
 /pykickstart-1.99.47.tar.gz
+/pykickstart-1.99.48.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 4739f99..fc95674 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.99.47
+Version: 1.99.48
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -15,6 +15,7 @@ Group: System Environment/Libraries
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, python-setuptools-devel
+BuildRequires: python-urlgrabber
 %if ! 0%{?rhel}
 BuildRequires: transifex-client
 %endif
@@ -53,6 +54,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon Nov 25 2013 Chris Lumens <clumens at redhat.com> - 1.99.48-1
+- We need python-urlgrabber to do builds now. (clumens)
+
 * Mon Nov 25 2013 Chris Lumens <clumens at redhat.com> - 1.99.47-1
 - Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
 - Run "make test" as part of the RPM build process (#1025226). (clumens)
diff --git a/sources b/sources
index 4b2cf36..a3a7ebc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e380d0048bed2ebb5d6d4165b5f91adf  pykickstart-1.99.47.tar.gz
+53b2f49480492efcf966a216a77bf153  pykickstart-1.99.48.tar.gz


More information about the scm-commits mailing list