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.