From dba4dcdb31d8dfae5aec8afb2fe9a52ccd6a5a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 14 Nov 2019 20:39:04 +0100 Subject: [PATCH] Rebuild (jsoncpp) --- oomd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oomd.spec b/oomd.spec index 222d395..b4a7fe0 100644 --- a/oomd.spec +++ b/oomd.spec @@ -1,7 +1,7 @@ Name: oomd Summary: Userspace Out-Of-Memory (OOM) killer Version: 0.2.0 -Release: 4%{dist} +Release: 5%{dist} License: GPLv2 URL: https://github.com/facebookincubator/oomd/ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ Furthermore, time spent livedlocked in kernelspace is minimized. %systemd_postun_with_restart oomd.service %changelog +* Thu Nov 14 2019 Björn Esser - 0.2.0-5 +- Rebuild (jsoncpp) + * Thu Sep 12 2019 Filipe Brandenburger - 0.2.0-4 - First official build for Fedora - Exclude 32-bit architectures, which fail to build.