Lessen the base package dependency further

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2020-03-10 21:00:21 -04:00
parent c0d646f07e
commit da79d4c4e6
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Name: libuv
Epoch: 1
Version: 1.23.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Platform layer for node.js
# the licensing breakdown is described in detail in the LICENSE file
@ -20,7 +20,7 @@ differences in this library.
%package devel
Summary: Development libraries for libuv
Requires: %{name}%{?_isa} = %{epoch}:%{version}
Requires: %{name}%{?_isa} >= %{epoch}:%{version}
%description devel
Development libraries for libuv
@ -68,6 +68,9 @@ rm -f %{buildroot}%{_libdir}/libuv.la
%{_libdir}/%{name}.a
%changelog
* Tue Mar 10 2020 Stephen Gallagher <sgallagh@redhat.com> - 1:1.23.1-2
- Loosen the base package dependency further.
* Mon Feb 24 2020 Stephen Gallagher <sgallagh@redhat.com> - 1:1.23.1-1
- Make dependency on the base package weaker so it doesn't need to be updated
every time RHEL bumps the release.