From c6648f8d2ecf75620308b81df59eeb9b57ead640 Mon Sep 17 00:00:00 2001 From: Jan Hutar Date: Jan 31 2019 12:36:14 +0000 Subject: New version 0.5.6 with commits from dshea --- diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 1886e60..c372497 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -1,7 +1,7 @@ %global modname rpmfluff Name: python-%{modname} -Version: 0.5.5 +Version: 0.5.6 Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them @@ -75,6 +75,13 @@ python3 %{modname}.py %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Thu Jan 31 2011 Jan Hutar - 0.5.6-1 +- dshea: Add a add_manpage function +- dshea: Sanitize the base directory name +- dshea: Support subpackage scriptlets +- dshea: Allow file directives to be added to symlinks +- dshea: Use valid images for the test PNG and GIF data + * Sun Jul 22 2018 Jan Hutar - 0.5.5-1 - Fixing tests to be able to build in Fedora 29