Description of problem: Thanks for very good work. It would be nice to have asterisk and asterisk-sounds-core in EPEL 7. If you can consider this, then a small change is neccessary in the asterisk.spec file: RHEL 7 contains speex 1.2-0.19-rc1 which is before speexdsp was put in a separate package (the split happened for speex 1.2rc2). Row 107: BuildRequires: speexdsp-devel >= 1.2 should therefore (I think) be encapsulated in a if-statement like this: %if (0%{?fedora} > 21 || 0%{?rhel} > 7) BuildRequires: speexdsp-devel >= 1.2 %endif Also, dahdi-tools, libpri, libss7, libresample and ices must also be in EPEL 7 due to dependencies. Additionally, it would also be nice to have asterisk-sounds-core in EPEL 7. Version-Release number of selected component (if applicable): Latest spec file (with the above fix of speexdsp) and sources seems to work when I built it on local Centos7. How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: asterisk and asterisk-sounds-core missing in EPEL 7 Expected results: asterisk and asterisk-sounds-core available in EPEL 7 Additional info:
I have a set of Asterisk 14.0.1 packages for EPEL built at https://copr.fedorainfracloud.org/coprs/jsmith/asterisk14/ while I'm waiting to get proper commit rights for the dependencies to be in EPEL. Please test them out and let me know how they work, etc.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
EPEL 7 entered end-of-life (EOL) status on 2024-06-30. EPEL 7 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.