We need python-urlgrabber to do builds now. (clumens)
This commit is contained in:
parent
0406b8d903
commit
21f12766ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.45.tar.gz
|
/pykickstart-1.99.45.tar.gz
|
||||||
/pykickstart-1.99.46.tar.gz
|
/pykickstart-1.99.46.tar.gz
|
||||||
/pykickstart-1.99.47.tar.gz
|
/pykickstart-1.99.47.tar.gz
|
||||||
|
/pykickstart-1.99.48.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.47
|
Version: 1.99.48
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -15,6 +15,7 @@ Group: System Environment/Libraries
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-devel, gettext, python-setuptools-devel
|
BuildRequires: python-devel, gettext, python-setuptools-devel
|
||||||
|
BuildRequires: python-urlgrabber
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
BuildRequires: transifex-client
|
BuildRequires: transifex-client
|
||||||
%endif
|
%endif
|
||||||
@ -53,6 +54,9 @@ make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 25 2013 Chris Lumens <clumens@redhat.com> - 1.99.47-1
|
||||||
- Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
|
- Add missing version bumps for RHEL7 command control map (#1032738) (mkolman)
|
||||||
- Run "make test" as part of the RPM build process (#1025226). (clumens)
|
- Run "make test" as part of the RPM build process (#1025226). (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user