Comments

272 Comments

Thunderbird just got updated to 68.2.0 - This update doesn't work with this current version...

User Icon tis commented & provided feedback on soci-4.0.0-2.el7 5 years ago
karma

First, this package has invalid dependencies:

package: soci-postgresql-devel-4.0.0-2.el7.x86_64

unresolved deps:

 libpq-devel

Package includes .so version bump which is only allowed if all dependencies are updated coordinated manner. Currently this breaks at least following packages:

travelccm-1.00.2-1.el7, trademgen-1.00.2-1.el7, simcrs-1.01.1-3.el7, simfqt-1.00.1-1.el7, sevmgr-1.00.2-1.el7, python3-opentrep-0.07.1-2.el7 (which btw is wrong package naming on epel7, should be python36-opentrep), opentrep-0.07.1-2.el7, airtsp-1.01.2-1.el7 and airinv-1.00.1-3.el7. I might have missed some.

User Icon tis commented & provided feedback on cjdns-20.4-2.el7 5 years ago
karma

Package is not epel7 compatible. Issues:

python3-cjdns sub-package is not correct naming on epel7 - should be python36-cjdns

cjdns-graph depens on python3-networkx - there is no such module on epel7. Actually there is no python36-networkx either, only python-networkx.

Actually that is caused by similar naming bug in python3-gssapi. So that need to be fixed first.

package: python3-urllib-gssapi-1.0.1-13.el6.noarch

unresolved deps:

 python34-gssapi

First. Package name is not ok on epel6. And dependencies are not available. Please disable build of python3 variant on epel6.

Oh. And that means there is nothing left to build - so better just pull this back.

BZ#1755010 RFE - build python-urllib-gssapi for epel
karma

package: python36-impacket-0.9.20-1.el7.noarch

unresolved deps:

 python36-flask

python-flask is in rhel7 so to get this dependency there python3-flask for epel7 would be needed.

If you check build log, build was done against epel7 python36 package, not python3 package which comes from rhel7.7.

karma

Build of this package fails against rhel7 python3.

Packge was still build against epel7 python36, this was issue in epel7 buildsystem.

This change fixes build against rhel7.7 python3.

-export PYTHON_VER=$(echo $PYTHON_BIN | cut -d \/ -f4 | cut -d \n -f2)
+export PYTHON_VER=%{python3_version}

Sorry. My comment went to wrong package

Build of this package fails against rhel7 python3.

Packge was still build against epel7 python36, this was issue in epel7 buildsystem.

This change fixes build against rhel7.7 python3.

-export PYTHON_VER=$(echo $PYTHON_BIN | cut -d \/ -f4 | cut -d \n -f2) +export PYTHON_VER=%{python3_version}

karma

package: lxqt-session-0.14.1-3.el7.x86_64

unresolved deps:

 openbox-theme-mistral-thin

That is not available on epel7.

Fix is to change BuildRequires: python36 to BuildRequires: python3 and remove epel python36 patch on epel7.

karma

Update package can't be build any more because it requires python36 which is no more there. (It is still in epel build system but if you try to build in mock build fails.)

meson.build:3:0: ERROR: python36 not found

rhel7.7 python3 doesn't provide python36 binary, it only provides python3 and python3.6

karma

openjpeg2-2.3.1-1.el7 is in rhel7. Please retire package in epel7.

BZ#1757822 opj2_compress/opj2_decompress don't work with png/tiff images

This update breaks dependencies of pngquant which depends on exact version of libimagequant - so matching pngquant update is required on epel7.

BZ#1750936 chance to maintain libimagequant on EPEL
User Icon tis commented & provided feedback on R-3.6.1-2.el7 5 years ago
karma

package: R-core-3.6.1-2.el7.x86_64

unresolved deps:

 devtoolset-8-toolchain

Build dependency to devtoolset is allowed but not runtime dependency. Package is not installable.

geolite2-20180605-1.el7 is now in rhel7. Please retire on epel.

Oh yes, you are right. There must be issue with that build.

Suricate rebuild is FEDORA-EPEL-2019-e32ce92a7f - while it should really be in this same update.