Try again to fix upgrade conflicts due to the fix for bz 1875606.

This commit is contained in:
Jerry James 2020-12-07 13:50:58 -07:00
parent 483f4c9543
commit ebdd427a2d

View file

@ -94,7 +94,7 @@
Name: sagemath
Summary: A free open-source mathematics software system
Version: 9.2
Release: 2%{?dist}
Release: 3%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name
# before files with that license
@ -1569,7 +1569,7 @@ rm -fr %{SAGE_LOCAL}/var/lib/sage/installed/database_cremona_ellcurve-%{cremona_
########################################################################
# Fix directory/symlink conflicts introduced by fix for bz 1875606.
# This can be removed when Fedora 36 reaches EOL.
%pretrans -p <lua>
%pretrans -n sagemath-doc-en -p <lua>
paths = {
"%{SAGE_DOC}/html/en/_static/config",
"%{SAGE_DOC}/html/en/_static/extensions",
@ -1920,6 +1920,9 @@ end
########################################################################
%changelog
* Mon Dec 7 2020 Jerry James <loganjerry@gmail.com> - 9.2-3
- Try again to fix upgrade conflicts due to the fix for bz 1875606
* Tue Nov 17 2020 Jerry James <loganjerry@gmail.com> - 9.2-2
- Fix upgrade conflicts due to the fix for bz 1875606