diff --git a/alot.spec b/alot.spec index 987a564..94d70b6 100644 --- a/alot.spec +++ b/alot.spec @@ -1,6 +1,6 @@ Name: alot Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Experimental terminal MUA based on notmuch mail License: GPLv3+ @@ -20,7 +20,8 @@ Requires: python2-notmuch >= 0.13 Requires: python-urwid >= 1.1.0 Requires: python2-urwidtrees >= 1.0 Requires: python2-twisted >= 10.2.0 -Requires: python2-magic +# F27 python-magic, F28 python2-magic +Requires: python-magic Requires: python2-configobj >= 4.7.0 Requires: python2-gpg @@ -50,6 +51,9 @@ install -Dpm0644 docs/build/man/alot.1* -t %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/alot.1* %changelog +* Mon Oct 09 2017 Tomas Tomecek - 0.6-2 +- use python-magic dep + * Mon Oct 02 2017 Igor Gnatenko - 0.6-1 - Update to 0.6 - Cleanup spec