release 0.4-11
This commit is contained in:
parent
61f3759498
commit
6cfa2e3c98
@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-iniparse
|
||||
Version: 0.4
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
@ -21,6 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-test
|
||||
|
||||
Requires: python-six
|
||||
|
||||
@ -107,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 07 2014 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-11
|
||||
- added python-test to buildreq, for unittests
|
||||
|
||||
* Fri Mar 07 2014 Tim Lauridsen <timlau@fedoraproject.org> - 0.4-10
|
||||
- added %%check to run unittests when build
|
||||
- updated fix-issue-28.patch, so test cases dont fail
|
||||
|
Loading…
Reference in New Issue
Block a user