diff --git a/.gitignore b/.gitignore index a55e7cc..74ca245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rpmfluff-0.3.tar.bz2 /rpmfluff-0.4.tar.bz2 +/rpmfluff-0.4.1.tar.bz2 diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 237e850..36620bf 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-rpmfluff -Version: 0.4 +Version: 0.4.1 Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them License: GPLv2 @@ -12,8 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-setuptools Requires: python +Requires: rpm-build %description @@ -27,7 +28,7 @@ such as rpm and yum. %package -n python3-rpmfluff Summary: Lightweight way of building RPMs, and sabotaging them -Buildrequires: python3-devel +BuildRequires: python3-devel BuildRequires: python3-setuptools diff --git a/sources b/sources index 4a09ca9..3fb2dfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9be71ad031d1af9e625452e0dada5f11 rpmfluff-0.4.tar.bz2 +752be6d7ece44535392583c18e007a2e rpmfluff-0.4.1.tar.bz2