Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/uresourced.git#c35e2a3e70bd532db06bc9b97d1daaadaf7dad3e
This commit is contained in:
DistroBaker 2020-10-30 15:49:35 +01:00
parent 6adcdc7b43
commit e9e7c0906c
4 changed files with 73 additions and 0 deletions

3
.gitignore vendored
View File

@ -0,0 +1,3 @@
/uresourced-v0.1.0.tar.bz2
/uresourced-v0.2.0.tar.bz2
/uresourced-v0.3.0.tar.bz2

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# uresourced
The uresourced package

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (uresourced-v0.3.0.tar.bz2) = 4b2d79432a60bda6519c4fb71125ce298eee2b23cbe72b6101554ef97ec1f56136afdd2f77efaa8f4371452c9a5b6ece6465fa00e2c3b538f8af605fefd6b45c

66
uresourced.spec Normal file
View File

@ -0,0 +1,66 @@
Name: uresourced
Version: 0.3.0
Release: 1%{?dist}
Summary: Dynamically allocate resources to the active user
License: LGPLv2+
URL: https://gitlab.freedesktop.org/benzea/uresourced
Source0: https://gitlab.freedesktop.org/benzea/uresourced/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: git
BuildRequires: systemd-devel
BuildRequires: systemd-rpm-macros
BuildRequires: meson
BuildRequires: gcc
BuildRequires: pkgconfig(gio-2.0)
%description
This daemon dynamically assigns a resource allocation to the active
graphical user. If the user has an active graphical session managed
using systemd (e.g. GNOME), then the memory allocation will be used
to protect the sessions core processes (session.slice).
%prep
%autosetup -S git -n %{name}-v%{version}
%build
%meson
%meson_build
%install
%meson_install
%post
%systemd_post uresourced.service
%systemd_user_post uresourced.service
%preun
%systemd_preun uresourced.service
%systemd_user_preun uresourced.service
%postun
%systemd_postun uresourced.service
%systemd_user_postun uresourced.service
%files
%license COPYING
%doc README
%doc NEWS.md
%config(noreplace) %{_sysconfdir}/uresourced.conf
%{_datadir}/dbus-1/system.d/org.freedesktop.UResourced.conf
%{_libexecdir}/uresourced
%{_unitdir}/*
%{_userunitdir}/*
%changelog
* Thu Sep 24 2020 Benjamin Berg <bberg@redhat.com> - 0.3.0-1
- New upstream release fixing various issues
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* 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
- Initial package (rhbz#1854898)