From e214c1f8db246a295fb055656f0e7aa8d712b09e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 30 Nov 2017 09:53:33 +0100 Subject: [PATCH] Update spec file conditionals --- libtdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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