From 83b279fc7c0b58536955a3ed8f79a4b0bfcc7815 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Feb 20 2025 22:24:54 +0000 Subject: Make hs+fb release sorts above hsx release Signed-off-by: Michel Lind --- diff --git a/perf.spec b/perf.spec index 58690c6..cb9f419 100644 --- a/perf.spec +++ b/perf.spec @@ -18,7 +18,12 @@ %global tag_version 6.12 Name: perf Version: %{tag_version}.9 +%if 0%{?facebook} +# hs+fb sorts below hsx so it needs an extra oomph +Release: %autorelease -e 1 +%else Release: %autorelease +%endif Summary: Performance monitoring for the Linux kernel License: GPL-2.0-only