From 832afae13da40c0659748527da139922aa185bef Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Mon, 8 Feb 2021 13:31:06 -0600 Subject: [PATCH] Fixed issue with -devel package not finding the parent --- libdispatch.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libdispatch.spec b/libdispatch.spec index b58e823..f5ea23b 100644 --- a/libdispatch.spec +++ b/libdispatch.spec @@ -4,7 +4,7 @@ Name: libdispatch Version: 5.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apple's Grand Central Dispatch library License: ASL 2.0 URL: https://github.com/apple/swift-corelibs-libdispatch @@ -49,7 +49,7 @@ informed thread scheduling. %package devel Summary: Development files for libdispatch -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description devel @@ -86,5 +86,7 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so %changelog +* Mon Feb 08 2021 Ron Olson 5.3.3-2 +- Fixed issue with devel package not finding parent * Wed Feb 03 2021 Ron Olson 5.3.3-1 - Initial version based on version 5.3.3-RELEASE