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

This commit is contained in:
Chris Lumens 2013-11-25 14:38:57 -05:00
parent 0406b8d903
commit 21f12766ef
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 1.99.48-1
- We need python-urlgrabber to do builds now. (clumens)
* Mon Nov 25 2013 Chris Lumens <clumens@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)

View File

@ -1 +1 @@
e380d0048bed2ebb5d6d4165b5f91adf pykickstart-1.99.47.tar.gz
53b2f49480492efcf966a216a77bf153 pykickstart-1.99.48.tar.gz