Skip to content

Commit

Permalink
chore: Update scx-scheds package to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 17, 2024
1 parent 64185a4 commit 46386ee
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions staging/scx-scheds/scx-scheds.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
%define commit 83cd26eb9ebca69a155d83e907679fdee11ca039
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global build_timestamp %(date +"%Y%m%d")
%global rel_build git.%{build_timestamp}.%{shortcommit}%{?dist}
%define _disable_source_fetch 0

Name: scx-scheds
Version: 1.0.3
Release: %{rel_build}
Version: 1.0.4
Release: %{autorelease}
Summary: Sched_ext Schedulers and Tools

License: GPL=2.0
License: GPL-2.0
URL: https://github.com/sched-ext/scx
Source0: %{URL}/archive/%{commit}.tar.gz
Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz

BuildRequires: gcc
BuildRequires: git
Expand All @@ -36,7 +30,7 @@ Requires: jq
sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. This repository contains various scheduler implementations and support utilities.

%prep
%autosetup -n scx-%{commit}
%autosetup

%build
%meson \
Expand Down

0 comments on commit 46386ee

Please sign in to comment.