From e8db95a4a7ba43100dcf91dbb48fc47cd655e8c5 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 9 Oct 2017 10:27:57 +0200 Subject: [PATCH] Req: python{2,}-magic the change happened in rawhide, not in F27 Signed-off-by: Tomas Tomecek --- alot.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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