From 5954857693c08a2eec74eda0552ffe176eabeb6e7c0835f201ae03a4084f4303 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 11 Nov 2023 07:37:13 +0000 Subject: [PATCH] - Minor specfile change OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=4 --- hare.changes | 5 +++++ hare.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hare.changes b/hare.changes index 49540f7..90a91b1 100644 --- a/hare.changes +++ b/hare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 11 07:36:58 UTC 2023 - Soc Virnyl Estela + +- Minor specfile change + ------------------------------------------------------------------- Fri Nov 10 12:26:57 UTC 2023 - Soc Virnyl Estela diff --git a/hare.spec b/hare.spec index 9b167cf..4f91601 100644 --- a/hare.spec +++ b/hare.spec @@ -107,8 +107,9 @@ make %{?_smp_mflags} %install export CFLAGS="%optflags" -make DESTDIR="%{buildroot}" install +make %{?_smp_mflags} DESTDIR="%{buildroot}" install +# Disabled tests for now #%%check #export CFLAGS="%%optflags" #make %%{?_smp_mflags} check