Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Benjamin Berg
c8da0ee479 Update to 0.4.1
Resolves: #2054302
2022-02-15 16:46:12 +01:00
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/uresourced-v0.2.0.tar.bz2
/uresourced-v0.3.0.tar.bz2
/uresourced-v0.4.0.tar.bz2
/uresourced-v0.4.1.tar.bz2

View file

@ -1 +1 @@
SHA512 (uresourced-v0.4.0.tar.bz2) = ea916f6263cd7a7c1d3ab2f98cb124396cb44b964b2a77d94b55e82f15b28b193ab64b89e5ea00cbc6e628fb177c7656e5dc8445def8609022b513f509cdaca7
SHA512 (uresourced-v0.4.1.tar.bz2) = def9e24402f3c391d63d7bdfa2a2b7309d681b65aa2d3a22311f2c3a109a88007485e99466b875a266e6e50713260167e9841e65f40e6852dbf6fdcf49ef5638

View file

@ -1,5 +1,5 @@
Name: uresourced
Version: 0.4.0
Version: 0.4.1
Release: 1%{?dist}
Summary: Dynamically allocate resources to the active user
@ -54,6 +54,10 @@ to protect the sessions core processes (session.slice).
%{_userunitdir}/*
%changelog
* Tue Feb 15 2022 Benjamin Berg <bberg@redhat.com> - 0.4.1-1
- Update to 0.4.1
Resolves: #2054302
* Tue Mar 30 2021 Benjamin Berg <bberg@redhat.com> - 0.4.0-1
- New upstream release including cgroupify
Resolves: #1931938