diff --git a/libtdb.spec b/libtdb.spec index f81a900..2bf7620 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %else %global with_python3 0 @@ -6,7 +6,7 @@ Name: libtdb Version: 1.3.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -134,6 +134,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a %endif %changelog +* Thu Nov 30 2017 Lukas Slebodnik - 1.3.15-2 +- Update spec file conditionals + * Sat Aug 26 2017 Lukas Slebodnik - 1.3.15-1 - New upstream release 1.3.15