Compare commits

..

No commits in common. 'c9' and 'c10-beta' have entirely different histories.
c9 ... c10-beta

@ -20,7 +20,8 @@ ExecStart=@bindir@/insights-client --register
Restart=no
WatchdogSec=900
CPUQuota=30%
MemoryLimit=2G
MemoryHigh=1G
MemoryMax=2G
TasksMax=300
BlockIOWeight=100
ExecStartPost=-/bin/bash -c "echo 2G >/dev/null 2>&1 > /sys/fs/cgroup/memory/system.slice/insights-register.service/memory.memsw.limit_in_bytes"

@ -12,7 +12,7 @@ Description=Check if manually Unregistered from Red Hat Insights Client Path Wat
Documentation=man:insights-client(8)
[Path]
PathExists=@sysconfdir@/insights-client/.unregistered
PathModified=@sysconfdir@/insights-client/.unregistered
[Install]
WantedBy=multi-user.target

@ -1,6 +1,6 @@
Name: redhat-cloud-client-configuration
Version: 1
Release: 10%{?dist}
Release: 12%{?dist}
Summary: Red Hat cloud client configuration
License: GPLv2+
URL: https://github.com/RedHatInsights/redhat-cloud-client-configuration
@ -192,7 +192,14 @@ fi
%changelog
* Thu Sep 16 2022 Gael Chamoulaud <gchamoul@redhat.com> - 1-10
* Mon Jan 22 2024 Jason Jerome <jajerome@redhat.com> - 1-12
- Updated to cgroup-v2 [CCT-178]
- Updated release version
* Wed Jun 28 2023 Alba Hita Catala <ahitacat@redhat.com> - 1-11
- Change pathExists in unregistered.path
* Fri Sep 16 2022 Gael Chamoulaud <gchamoul@redhat.com> - 1-10
- Remove preset files from %post directive
* Wed Jul 06 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 1-9

Loading…
Cancel
Save