|
|
|
@ -1,29 +1,18 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 4;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: uresourced
|
|
|
|
|
Version: 0.5.4
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Dynamically allocate resources to the active user
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://gitlab.freedesktop.org/benzea/uresourced
|
|
|
|
|
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
|
|
|
|
|
Source0: https://gitlab.freedesktop.org/benzea/uresourced/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: git
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This daemon dynamically assigns a resource allocation to the active
|
|
|
|
@ -32,10 +21,10 @@ using systemd (e.g. GNOME), then the memory allocation will be used
|
|
|
|
|
to protect the sessions core processes (session.slice).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-v%{version} -p1
|
|
|
|
|
%autosetup -S git -n %{name}-v%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dappmanagement=true
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -65,60 +54,12 @@ to protect the sessions core processes (session.slice).
|
|
|
|
|
%{_userunitdir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.5.4-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.5.4-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Tomas Pelka <tpelka@redhat.com> - 0.5.4-3
|
|
|
|
|
- Add gating.yaml via API
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.5.4-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Kate Hsuan <hpa@redhat.com> - 0.5.4-1
|
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2023 Pavel Solovev <daron439@gmail.com> - 0.5.3-4
|
|
|
|
|
- FTBFS fix (rhbz#2171746) - Convert licence tag to SPDX
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Benjamin Berg <bberg@redhat.com> - 0.5.3-1
|
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
|
|
|
|
|
* Thu Mar 31 2022 Benjamin Berg <bberg@redhat.com> - 0.5.2-1
|
|
|
|
|
- Bump release version to 0.5.2
|
|
|
|
|
|
|
|
|
|
* Thu Mar 31 2022 Benjamin Berg <bberg@redhat.com> - 0.5.1-2
|
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Benjamin Berg <bberg@redhat.com> - 0.5.1-1
|
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2022 Benjamin Berg <bberg@redhat.com> - 0.5.0-1
|
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Benjamin Berg <bberg@redhat.com> - 0.4.1-1
|
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 30 2021 Benjamin Berg <bberg@redhat.com> - 0.4.0-1
|
|
|
|
|
- New upstream release including cgroupify
|
|
|
|
@ -139,5 +80,3 @@ to protect the sessions core processes (session.slice).
|
|
|
|
|
|
|
|
|
|
* Wed Jul 08 2020 Benjamin Berg <bberg@redhat.com> - 0.1.0-1
|
|
|
|
|
- Initial package (rhbz#1854898)
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|