diff --git a/.gitignore b/.gitignore index 0ed316a..ddb4923 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /spec2scl-0.3.4.tar.gz /spec2scl-1.0.1.tar.gz /spec2scl-1.1.0.tar.gz +/spec2scl-1.1.0a.tar.gz diff --git a/sources b/sources index 6232b08..e5c5f17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2abc16054f423e2d3b4407363c9b8ae6 spec2scl-1.1.0.tar.gz +ed3d1422f81e571547eb1e3e1b2288f9 spec2scl-1.1.0a.tar.gz diff --git a/spec2scl.spec b/spec2scl.spec index b89f8c2..db1f7e7 100644 --- a/spec2scl.spec +++ b/spec2scl.spec @@ -2,24 +2,23 @@ %global pypi_name spec2scl Name: %{pypi_name} -Version: 1.1.0 +Version: 1.1.0a Release: 1%{?dist} Summary: Convert RPM specfiles to be SCL ready License: MIT URL: https://bitbucket.org/bkabrda/spec2scl/ Source0: http://pypi.python.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz -Patch0: spec2scl-remove-setup-requires-on-el-6.patch BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools %if 0%{?fedora} BuildRequires: python-flexmock +BuildRequires: python-jinja2 BuildRequires: pytest %endif -Requires: python-argparse Requires: python-setuptools Requires: python-jinja2 @@ -31,7 +30,6 @@ spec2scl is a tool to convert RPM specfiles to SCL-style specfiles. %setup -q -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info -%patch0 -p0 %build %{__python} setup.py build @@ -51,6 +49,9 @@ PYTHONPATH=$(pwd) py.test %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu May 22 2014 Robert Kuska - 1.1.0a-1 +- Update to 1.1.0a + * Mon Apr 28 2014 Robert Kuska - 1.1.0-1 - Update to 1.1.0