version 2.2.3
Resolves: rhbz#1891048 Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
parent
110e7ffc39
commit
91a3ab4fbb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/realtime-setup-2.1.tar.bz2
|
/realtime-setup-2.1.tar.bz2
|
||||||
|
/realtime-setup-2.2.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: realtime-setup
|
Name: realtime-setup
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Setup RT/low-latency environment details
|
Summary: Setup RT/low-latency environment details
|
||||||
@ -42,13 +42,15 @@ realtime-entsk progam is activated by the systemd service included and merely
|
|||||||
enables the timestamp static key and pauses, effectively activating the static
|
enables the timestamp static key and pauses, effectively activating the static
|
||||||
key and never exiting, so no deactivation/activation sequences will be seen.
|
key and never exiting, so no deactivation/activation sequences will be seen.
|
||||||
|
|
||||||
Neither the slub script or realtime-entsk are active by default.
|
Neither the slub script or realtime-entsk are active by default.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build all
|
%make_build CFLAGS="%{build_cflags} -D_GNU_SOURCE" all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install DEST=%{buildroot} install
|
%make_install DEST=%{buildroot} install
|
||||||
@ -72,6 +74,18 @@ Neither the slub script or realtime-entsk are active by default.
|
|||||||
%license gpl-2.0.txt
|
%license gpl-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 26 2021 Clark Williams <williams@redhat.com> - 2.2-3
|
||||||
|
- pidfile error from renaming. Resolves rhbz##1891048
|
||||||
|
|
||||||
|
* Thu May 20 2021 Clark Williams <williams@redhat.com> - 2.2-2
|
||||||
|
- Cgroupv2 fix. Resolves rhbz#1891048
|
||||||
|
|
||||||
|
* Wed May 19 2021 Clark Williams <williams@redhat.com> - 2.2-1
|
||||||
|
- Fix realtime-entsk.service using wrong image. Resolves rhbz#1891048
|
||||||
|
|
||||||
|
* Fri May 14 2021 Clark Williams <williams@redhat.com> - 2.1-4
|
||||||
|
- Sync RHEL 9 and Fedora versions
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-3
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-3
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (realtime-setup-2.1.tar.bz2) = adc01dde128b0aebb6291148c3a77892bfb25d6cd6d31f92888df8df271b71bd27c44c67ef61b8a05fc4142862ecd6430cbace109e56bd67e90a9551da150758
|
SHA512 (realtime-setup-2.2.tar.bz2) = c4684bda158566491a4a04b5b4e18bc696edbd438791d08bec68e0166b406d8accee570e61022dcb1979bdf5e2c2395aefe0a637777dbb68a9f3a302b357f265
|
||||||
|
Loading…
Reference in New Issue
Block a user