Please branch and build libmms in epel9, epel8 and epel7. If you do not wish to maintain libmms in epel9, epel8 and epel7, or do not think you will be able to do this in a timely manner, the EPEL Packagers SIG would be happy to be a co-maintainer of the package; please add the epel-packagers-sig group through https://src.fedoraproject.org/rpms/libmms/addgroup and grant it commit access, or collaborator access on epel* branches. However, building on EPEL 7 requires a small change in the spec file: --- 8< --- --- a/libmms.spec +++ b/libmms.spec @@ -59,7 +59,7 @@ rm %{buildroot}%{_libdir}/%{name}.la %files %doc AUTHORS ChangeLog README* %license COPYING.LIB -%{_libdir}/%{name}.so.0{,.*} +%{_libdir}/%{name}.so.0* %files devel %{_includedir}/%{name} --- 8< ---
I'm sorry, the correct changes for EPEL 7 are: --- 8< --- --- a/libmms.spec +++ b/libmms.spec @@ -38,7 +38,11 @@ media applications. %package devel Summary: Development package for %{name} Requires: %{name}%{_isa} = %{version}-%{release} +%if 0%{?fedora} || 0%{?rhel} >= 8 Requires: pkgconf-pkg-config +%else +Requires: pkgconfig +%endif %description devel This package contains development files for %{name}. @@ -59,7 +63,7 @@ rm %{buildroot}%{_libdir}/%{name}.la %files %doc AUTHORS ChangeLog README* %license COPYING.LIB -%{_libdir}/%{name}.so.0{,.*} +%{_libdir}/%{name}.so.0* %files devel %{_includedir}/%{name} --- 8< ---
I just check and I just have commit permissions , so I can't request the branches neither add you
FEDORA-EPEL-2023-838775906e has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-838775906e
FEDORA-EPEL-2023-90f42ed5b7 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-90f42ed5b7
FEDORA-EPEL-2023-9237b107a7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-9237b107a7
Let's keep EPEL7-specific changes in epel7 branch only and not pollute the spec with conditionals that will be obsolete in 9 months. Package built as requested and EPEL SIG added as co-maintainers.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
FEDORA-EPEL-2023-90f42ed5b7 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2023-838775906e has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2023-9237b107a7 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.
Thank you!