diff --git a/libtevent.spec b/libtevent.spec index 3d071df..a2341aa 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -8,7 +8,7 @@ Name: libtevent Version: 0.9.34 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The tevent library License: LGPLv3+ URL: http://tevent.samba.org/ @@ -55,7 +55,7 @@ Obsoletes: python-tevent%{?_isa} < %{version}-%{release} %description -n python2-tevent Python bindings for libtevent -%if 0%{?fedora} +%if 0%{?with_python3} %package -n python3-tevent Summary: Python 3 bindings for the Tevent library @@ -148,6 +148,9 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir} %endif %changelog +* Thu Nov 30 2017 Merlin Mathesius - 0.9.34-3 +- Cleanup spec file conditionals + * Thu Nov 30 2017 Lukas Slebodnik - 0.9.34-2 - Update spec file conditionals