3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
36 lines
986 B
Diff
36 lines
986 B
Diff
From f4d36cf99a55bae14d6a3590a9d8bdd5f29ee4f9 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Tue, 24 Oct 2017 22:15:44 -0400
|
|
Subject: [PATCH] foo
|
|
|
|
---
|
|
SPECS/kernel-rt.spec | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
|
|
index b4a9826..cb56b2d 100644
|
|
--- a/SPECS/kernel-rt.spec
|
|
+++ b/SPECS/kernel-rt.spec
|
|
@@ -4,9 +4,7 @@
|
|
Summary: The Linux Realtime kernel
|
|
|
|
# catch building on Fedora
|
|
-%if "%{?dist}" == "" || "0%{?fedora}" != "0"
|
|
%global dist .el7
|
|
-%endif
|
|
|
|
# realtimeN
|
|
%global rtbuild 623
|
|
@@ -102,7 +100,7 @@ Summary: The Linux Realtime kernel
|
|
%global with_sparse %{?_with_sparse: 1} %{?!_with_sparse: 0}
|
|
|
|
%global pkg_release_simple %{rhel_build}.%{rttag}.%{rtbuild}
|
|
-%global pkg_release %{pkg_release_simple}%{?buildid}%{?dist}
|
|
+%global pkg_release %{pkg_release_simple}%{?dist}%{?buildid}
|
|
|
|
%global KVERREL %{rpmversion}-%{pkg_release}.%{_target_cpu}
|
|
|
|
--
|
|
1.9.1
|
|
|