New upstream release enabling CPU/IO controllers for applications

This commit is contained in:
Benjamin Berg 2020-07-22 10:34:19 +02:00
parent ae49655523
commit c8c86caeea
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/uresourced-v0.1.0.tar.bz2 /uresourced-v0.1.0.tar.bz2
/uresourced-v0.2.0.tar.bz2

View File

@ -1 +1 @@
SHA512 (uresourced-v0.1.0.tar.bz2) = db5e5959f50902876eb4bddee6915ba5cf72c5adc001e81a94d88ba6a1cb67a33656888d640b060f32af92c0126d4f3cce08b20d998e74309a82bab74b97f11e SHA512 (uresourced-v0.2.0.tar.bz2) = 78080566c8a5428033cc498ab15d23b98e00a8fe8292e51ea65fb16a75230ac0e2222fdd63e0c32485d3dbb8b0f0dee6f075ea6207297311d5d03c8935892abb

View File

@ -1,5 +1,5 @@
Name: uresourced Name: uresourced
Version: 0.1.0 Version: 0.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Dynamically allocate resources to the active user Summary: Dynamically allocate resources to the active user
@ -52,5 +52,8 @@ to protect the sessions core processes (session.slice).
%{_userunitdir}/* %{_userunitdir}/*
%changelog %changelog
* Wed Jul 22 2020 Benjamin Berg <bberg@redhat.com> - 0.2.0-1
- New upstream release enabling CPU/IO controllers for applications
* Wed Jul 08 2020 Benjamin Berg <bberg@redhat.com> - 0.1.0-1 * Wed Jul 08 2020 Benjamin Berg <bberg@redhat.com> - 0.1.0-1
- Initial package (rhbz#1854898) - Initial package (rhbz#1854898)