diff --git a/python-urwid.spec b/python-urwid.spec index 8c5742a..ebd0514 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -9,7 +9,7 @@ Name: python-urwid Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Console user interface library Group: Development/Libraries @@ -76,6 +76,8 @@ pushd %{py3dir} popd %endif # with_python3 +find examples -type f -exec chmod 0644 \{\} \; + %install rm -rf %{buildroot} @@ -114,6 +116,11 @@ rm -rf %{buildroot} %endif %changelog +* Tue Nov 3 2015 Toshio Kuratomi - 1.3.0-3 +- Remove executable bit on docs so that they do not bring in extra rpm + dependencies. This complies with packaging guidelines and fixes the + problem of python3-urwid requiring the python2 package. + * Thu Jun 18 2015 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild