Compare commits

...

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/realtime-setup-2.4.tar.bz2 SOURCES/realtime-setup-2.5.tar.bz2

@ -1 +1 @@
fadda8b6a2f3fca1ca20018ccef4b11bc5600e33 SOURCES/realtime-setup-2.4.tar.bz2 3259594587a313c191a9958a3fe6399ee81ac81e SOURCES/realtime-setup-2.5.tar.bz2

@ -1,27 +1,23 @@
Name: realtime-setup Name: realtime-setup
Version: 2.4 Version: 2.5
Release: 6%{?dist} Release: 1%{?dist}
License: GPL-2.0-or-later License: GPLv2
Summary: Setup RT/low-latency environment details Summary: Setup RT/low-latency environment details
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 Source0: https://jcwillia.fedorapeople.org/realtime-setup-%{version}.tar.bz2
URL: https://gitlab.com/rt-linux-tools/realtime-setup.git URL: https://gitlab.com/rt-linux-tools/realtime-setup.git
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: systemd BuildRequires: systemd
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: annobin-plugin-gcc BuildRequires: annobin
Requires: pam Requires: pam
Requires: kexec-tools
Requires: tuna Requires: tuna
Requires: tuned Requires: tuned
Requires: tuned-profiles-realtime Requires: tuned-profiles-realtime
Requires: systemd Requires: systemd
# disable generation of debuginfo packages for this package
# the only executable from this package is realtime-entsk and it's not really
# something that requires debugging.
%global debug_package %{nil}
%description %description
Configure details useful for low-latency environments. Configure details useful for low-latency environments.
@ -45,8 +41,7 @@ Neither the slub script or realtime-entsk are active by default.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%make_build CFLAGS="%{build_cflags} -D_GNU_SOURCE" all %make_build CFLAGS="%{build_cflags} -D_GNU_SOURCE" all
@ -70,51 +65,30 @@ Neither the slub script or realtime-entsk are active by default.
%{_unitdir}/realtime-setup.service %{_unitdir}/realtime-setup.service
%{_bindir}/realtime-setup %{_bindir}/realtime-setup
%{_unitdir}/realtime-entsk.service %{_unitdir}/realtime-entsk.service
%license gpl-2.0.txt
%changelog %changelog
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.4-6 * Tue Aug 13 2024 Clark Williams <williams@redhat.com> - 2.5-1
- Bump release for June 2024 mass rebuild - remove strip of realtime-entsk and generate debuginfo
* Tue Jun 4 2024 Clark Williams <williams@redhat.com> - 2.4.5
- change gating.yaml target from rhel-9 to rhel-10
Resolves: RHEL-40030
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 2.4-4
- Add gating.yaml
- Add tests dir
Resolves: RHEL-30448
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 05 2023 Clark Williams <williams@redhat.com> - 2.4-1
- Makefile cleanups and added .gitignore
- remove Red Hat Makefile targets and specfile
- ensure all files have valid SPDX license identifiers - ensure all files have valid SPDX license identifiers
- version bump - remove Red Hat Makefile targets and specfile
- Makefile cleanups and added .gitignore
* Thu Jul 27 2023 Clark Williams <williams@redhat.com> - 2.3.2-1 - drop the 'v' in the version string for the tarball
- Remove rpm specific logic from Makefile - Makefile: add options for passing annocheck
- Remove unused SysVinit script - Bump version to 2.5
- version bump Resolves: RHEL-30179
* Wed Jul 05 2023 Clark Williams <williams@redhat.com> - 2.3.1-1 * Thu May 19 2022 John Kacur <jkacur@redhat.com> - 2.2-6
- Fix build require of annobin package - Remove '-s' argument to install to prevent stripping of realtime-entsk
- Update all files with SPDX identifier Resolves: rhbz#2068534
- add srpm target in Makefile
- fix versioning in Makefile targets and specfile * Mon Jan 17 2022 John Kacur <jkacur@redhat.com> - 2.2-5
- Rebuild for rhel-9.0
* Thu Jul 14 2022 Jiri Kastner<jkastner@fedoraproject.org> - 2.2.3-1 Resolves: rhbz#2041542
- polish source url
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.2-4
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Related: rhbz#1991688
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed May 26 2021 Clark Williams <williams@redhat.com> - 2.2-3 * Wed May 26 2021 Clark Williams <williams@redhat.com> - 2.2-3
- pidfile error from renaming. Resolves rhbz##1891048 - pidfile error from renaming. Resolves rhbz##1891048

Loading…
Cancel
Save