From d4a38e0f6b35ef6227eb3fbc21d08ff15533fdc6 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Oct 06 2019 19:17:44 +0000 Subject: Switch back to Python 3 on Fedora --- diff --git a/netatalk.spec b/netatalk.spec index 3a8a7b3..a166620 100644 --- a/netatalk.spec +++ b/netatalk.spec @@ -27,7 +27,7 @@ %endif # set path to python binary per fedora packaging guidelines -%if 0%{?rhel} <= 7 +%if 0%{?rhel} && 0%{?rhel} <= 7 %global python_bin /usr/bin/python2 %else %global python_bin /usr/bin/python3 @@ -36,7 +36,7 @@ Name: netatalk Epoch: 5 Version: 3.1.12 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Open Source Apple Filing Protocol(AFP) File Server License: GPL+ and GPLv2 and GPLv2+ and LGPLv2+ and BSD and FSFUL and MIT # Project is also mirrored at https://github.com/Netatalk/Netatalk @@ -213,6 +213,9 @@ sh test/afpd/test.sh %{_mandir}/man*/netatalk-config.1* %changelog +* Sun Oct 06 2019 Miro Hrončok - 5:3.1.12-8 +- Switch back to Python 3 on Fedora + * Sun Oct 06 2019 Andrew Bauer - 5:3.1.12-7 - Set the following global vars correctly for el8: - without_tcp_wrappers, ldconfig, python_bin