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.
This commit is contained in:
Toshio Kuratomi 2015-11-03 22:44:56 -08:00
parent d7dcb09e80
commit f4eb51a73f

View File

@ -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 <toshio@fedoraproject.org> - 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 <rel-eng@lists.fedoraproject.org> - 1.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild