Compare commits
No commits in common. "c8-beta" and "imports/c8-beta/rt-setup-2.1-4.el8" have entirely different histories.
c8-beta
...
imports/c8
@ -1,6 +1,6 @@
|
|||||||
Name: rt-setup
|
Name: rt-setup
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 5%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Summary: Setup RHEL-RT environment details
|
Summary: Setup RHEL-RT environment details
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -47,7 +47,7 @@ make DEST=%{buildroot} install
|
|||||||
%post
|
%post
|
||||||
/usr/sbin/groupadd -f -g 71 realtime
|
/usr/sbin/groupadd -f -g 71 realtime
|
||||||
|
|
||||||
if grep kernel.hung_task_panic /etc/sysctl.conf /etc/sysctl.d/* >/dev/null 2>&1
|
if grep kernel.hung_task_panic /etc/sysctl.conf >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
@ -60,7 +60,7 @@ kernel.hung_task_panic = 0
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep kernel.hung_task_timeout_secs /etc/sysctl.conf /etc/sysctl.d/* >/dev/null 2>&1
|
if grep kernel.hung_task_timeout_secs /etc/sysctl.conf >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
@ -98,10 +98,6 @@ rm -rf %{buildroot}
|
|||||||
%attr(0644, root, root) %{_unitdir}/rt-entsk.service
|
%attr(0644, root, root) %{_unitdir}/rt-entsk.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 22 2023 John Kacur <jkacur@redhat.com> - 2.1-5
|
|
||||||
- Build with fix for rt-setup post script
|
|
||||||
Resolves: rhbz#2168478
|
|
||||||
|
|
||||||
* Thu May 19 2022 John Kacur <jkacur@redhat.com> - 2.1-4
|
* Thu May 19 2022 John Kacur <jkacur@redhat.com> - 2.1-4
|
||||||
- Remove '-s' argument to install to prevent stripping of rt-entsk
|
- Remove '-s' argument to install to prevent stripping of rt-entsk
|
||||||
Resolves: rhbz#2068537
|
Resolves: rhbz#2068537
|
||||||
|
Loading…
Reference in New Issue
Block a user