From 430c45698407c4859e36a9a3cd5dee462bd4465e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sep 12 2019 15:36:15 +0000 Subject: fix build --- diff --git a/offlineimap.spec b/offlineimap.spec index ed328d7..e453ded 100644 --- a/offlineimap.spec +++ b/offlineimap.spec @@ -2,7 +2,7 @@ Name: offlineimap Version: 7.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Powerful IMAP/Maildir synchronization and reader support License: GPLv2+ @@ -49,7 +49,7 @@ gzip -c docs/offlineimap.1 > docs/offlineimap.1.gz gzip -c docs/offlineimapui.7 > docs/offlineimapui.7.gz %install -python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} +python2 setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} # Fix python shebang in the offlineimap program. # The shebang should use 'python2' rather than just 'python'. @@ -76,6 +76,9 @@ install -p docs/offlineimapui.7.gz $RPM_BUILD_ROOT/%{_mandir}/man7/ %{_mandir}/man7/offlineimapui.7* %changelog +* Thu Sep 12 2019 Bill Nottingham - 7.2.4-3 +- fix build for now + * Thu Jul 25 2019 Fedora Release Engineering - 7.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild