From d81b0c70ad42044e134ccc576690d1ae747efda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hr=C3=A1zk=C3=BD?= Date: Thu, 6 Aug 2020 14:31:36 +0200 Subject: [PATCH] spec: Fix building with new cmake macros = changelog = resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1863984 Signed-off-by: Nicola Sella --- libcomps.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index 0759299..7d79caa 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,3 +1,5 @@ +%define __cmake_in_source_build 1 + # Do not build python3 bindings for RHEL <= 7 %if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_with python3 @@ -14,7 +16,7 @@ Name: libcomps Version: 0.1.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -192,6 +194,9 @@ popd %endif %changelog +* Fri Aug 07 2020 Nicola Sella - 0.1.15-5 +- spec: Fix building with new cmake macros + * Sat Aug 01 2020 Fedora Release Engineering - 0.1.15-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild