From d2fe41ca7eb59877915981fb540435f5fc55f2a1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 10 Aug 2021 07:45:59 +0000 Subject: [PATCH] Add -static requires back to -devel package --- mlir.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mlir.spec b/mlir.spec index 4653ab5..7f0e967 100644 --- a/mlir.spec +++ b/mlir.spec @@ -7,7 +7,7 @@ Name: mlir Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multi-Level Intermediate Representation Overview License: ASL 2.0 with exceptions @@ -48,6 +48,7 @@ MLIR static files. %package devel Summary: MLIR development files +Requires: %{name}-static%{?_isa} = %{version}-%{release} %description devel MLIR development files. @@ -108,6 +109,9 @@ export LD_LIBRARY_PATH=%{_builddir}/%{mlir_srcdir}/%{name}/%{_build}/%{_lib} %{_libdir}/cmake/mlir %changelog +* Tue Aug 10 2021 Tom Stellard - 13.0.0~rc1-3 +- Add -static requires back to -devel package + * Tue Aug 10 2021 Tom Stellard - 13.0.0~rc1-2 - Add back the -static sub-package