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