#65 gfbgraph-devel missing from CRB.
Closed: Fixed 4 years ago by smooge. Opened 4 years ago by kathenas.

Required to build gnome-maps that I wish to build for EPEL-8 in the near future.


gfbgraph-devel is now available for EPEL8.
Please try to build your package.
I believe this issue can be closed.

The packages are from the CentOS Devel repo which should have a repo file like this

# This should work for devel repo
name=CentOS-$releasever - Devel
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=Devel&infra=$infra
baseurl=http://mirror.centos.org/$contentdir/$releasever/Devel/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

Metadata Update from @smooge:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Note1: The above information is for mock/copr/local builds. You do not have to do anything to build in EPEL8.

Note2: The solution isn't perfect. The biggest problem is that there are no s390x packages. But we figured it was better than no -devel packages at all.
Workaround: In your EPEL8 rpm specs you will have to use ExcludeArch, ExclusiveArch, %ifarch, or %ifnarch so that your builds do not build on s390x, or skip that library for s390x.
Example: Put the following line in your spec file.
ExcludeArch: s390x

Login to comment on this ticket.

Metadata