| Summary: | opera unsatisfied requirement | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Dick Gevers <dvgevers> |
| Component: | RPM Packages | Assignee: | Anssi Hannula <anssi.hannula> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | lmenut, reinout, shlomif |
| Version: | Cauldron | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | opera-12.16-3.mga5 | CVE: | |
| Status comment: | |||
|
Description
Dick Gevers
2014-10-20 09:01:34 CEST
Manuel Hiebel
2014-10-20 19:07:00 CEST
Keywords:
(none) =>
Triaged
Manuel Hiebel
2014-10-20 19:07:14 CEST
CC:
(none) =>
shlomif And idea how to exclude these requires from the opera package? I Tried the following patch and it still requires the offending libcurl dep.
Index: SPECS/opera.spec
===================================================================
--- SPECS/opera.spec (revision 792267)
+++ SPECS/opera.spec (working copy)
@@ -20,7 +20,7 @@
%define common_exclude_files_from_autoreq ^%{_libdir}/%{name}/libopera.\\+\\.so$
%global __provides_exclude_from %{arch_exclude_files_from_autoreq}|%{common_exclude_files_from_autoreq}
-%global __requires_exclude_from %{arch_exclude_files_from_autoreq}|%{common_exclude_files_from_autoreq}
+%global __requires_exclude_from %{arch_exclude_files_from_autoreq}|%{common_exclude_files_from_autoreq}|^.*libcurl\\.so\\.4.*$
Summary: Opera Web Browser for Linux
Name: %{name}
Regards,
-- Shlomi Fish
Fixed with opera-12.16-6.mga5. Status:
NEW =>
RESOLVED |