Bug 2247941
| Summary: | Please branch and build libmms for EPEL 9, 8 and 7 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | libmms | Assignee: | Multimedia SIG <multimedia-sig> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dominik, hdegoede, kwizart, multimedia-sig, sergio |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libmms-0.6.4-24.el8 libmms-0.6.4-24.el9 libmms-0.6.4-24.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-11-07 03:25:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Robert Scheck
2023-11-04 21:28:00 UTC
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! |