diff --git a/stalld-1.19.5.tar.bz2 b/stalld-1.19.5.tar.bz2 deleted file mode 100644 index fd831956bc617d6a1fefc4ddcefc0ad869b01a8d..0000000000000000000000000000000000000000 Binary files a/stalld-1.19.5.tar.bz2 and /dev/null differ diff --git a/stalld-v1.19.7.tar.bz2 b/stalld-v1.19.7.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..0d35799c3997b766f4f9923174d8cb573552ff2b Binary files /dev/null and b/stalld-v1.19.7.tar.bz2 differ diff --git a/stalld.spec b/stalld.spec index 586d00fafb3c8263167013599c0a113749cd74f5..7e9d24dd9f55ffe930c136e3c1ae9e98e561e70f 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.19.5 +Version: 1.19.7 Release: 1 Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 URL: https://gitlab.com/rt-linux-tools/%{name} -Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 +Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/%{version}/%{name}-v%{version}.tar.bz2 Patch0: riscv_support.patch BuildRequires: glibc-devel @@ -33,7 +33,7 @@ boost using the SCHED_DEADLINE policy. The default is to allow 10 microseconds of runtime for 1 second of clock time. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-v%{version} %build %make_build CFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" LDFLAGS="%{build_ldflags}" @@ -63,6 +63,9 @@ mv %{buildroot}%{_docdir}/README.md %{buildroot}%{_docdir}/%{name}/ %systemd_postun_with_restart %{name}.service %changelog +* Mon Nov 25 2024 tenglei - 1.19.7-1 +- update version to 1.19.7 + * Fri Jul 19 2024 tenglei - 1.19.5-1 - update package version to 1.19.5