From 88a83fc5f27aa17f1697c83da063c1cd77e9f4f3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 22 2016 16:13:38 +0000 Subject: Update to 0.5.1 Signed-off-by: Igor Gnatenko --- diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 333827e..2a45291 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -1,7 +1,7 @@ %global modname rpmfluff Name: python-%{modname} -Version: 0.5 +Version: 0.5.1 Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them @@ -37,7 +37,7 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{modname}} BuildRequires: python3-devel Requires: rpm-build -Requires: createrepo +Requires: createrepo_c %description -n python3-%{modname} %{_description} @@ -73,6 +73,10 @@ python3 %{modname}.py || : %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Fri Jul 22 2016 Igor Gnatenko - 0.5.1-1 +- Fix Requires for createrepo_c in py3 subpkg +- Fix crash on python2 due to non-existing shutil.which() + * Fri Jul 22 2016 Igor Gnatenko - 0.5-1 - Make package following guidelines - Replace usage of obsolete createrepo_c with createrepo