Fixed issue with -devel package not finding the parent

epel9
Ron Olson 4 years ago
parent 06ac5663bb
commit 832afae13d

@ -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 <tachoknight@gmail.com> 5.3.3-2
- Fixed issue with devel package not finding parent
* Wed Feb 03 2021 Ron Olson <tachoknight@gmail.com> 5.3.3-1
- Initial version based on version 5.3.3-RELEASE

Loading…
Cancel
Save