Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2023-01-19 22:40:50 +00:00
parent ef58dce975
commit a45bc7579b
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: oomd Name: oomd
Summary: Userspace Out-Of-Memory (OOM) killer Summary: Userspace Out-Of-Memory (OOM) killer
Version: 0.5.0 Version: 0.5.0
Release: 6%{dist} Release: 7%{dist}
License: GPLv2 License: GPLv2
URL: https://github.com/facebookincubator/oomd/ URL: https://github.com/facebookincubator/oomd/
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -79,6 +79,9 @@ Furthermore, time spent livedlocked in kernelspace is minimized.
%systemd_postun_with_restart oomd.service %systemd_postun_with_restart oomd.service
%changelog %changelog
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Aug 09 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.5.0-6 * Tue Aug 09 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.5.0-6
- Backport upstream commit to add a missing include - Backport upstream commit to add a missing include
Fixes: RHBZ#2113559 Fixes: RHBZ#2113559