Conflict with a dynamic version-release of pypy3
Eventually, the version of pypy3.7 in Fedora 35 might be updated. This way, when users attempt a partial update to Fedora 36+, the upgrade path will always be preserved. (Considering we will not bump the base release of 3.7 to be higher than the one here. This also means we should always update pypy3.9 first over all lower Python versions.)
This commit is contained in:
parent
5e17ad8cbd
commit
5617043856
@ -186,7 +186,7 @@ Provides: pypy3%{?_isa} = %{version}-%{release}
|
||||
# This is when pypy3 package was replaced:
|
||||
Obsoletes: pypy3 < 7.3.4-4
|
||||
# This is when pypy3 was provided by pypy3.8:
|
||||
Conflicts: pypy3 < 7.3.8-1
|
||||
Conflicts: pypy3 < %{version}-%{release}
|
||||
%endif
|
||||
|
||||
# This prevents ALL subpackages built from this spec to require
|
||||
|
Loading…
x
Reference in New Issue
Block a user