#1 Require explicit version-release of chromium-libs from media-freeworld
Merged 6 years ago by spot. Opened 6 years ago by churchyard.
rpms/ churchyard/chromium freeworld-requires  into  master

file modified
+1
@@ -534,6 +534,7 @@ 

  Summary: Chromium media libraries built with all possible codecs

  Provides: chromium-libs-media = %{version}-%{release}

  Provides: chromium-libs-media%{_isa} = %{version}-%{release}

+ Requires: chromium-libs%{_isa} = %{version}-%{release}

  Requires(post): %{_sbindir}/update-alternatives

  Requires(preun): %{_sbindir}/update-alternatives

  

Since the freeworld package is built in another repository, it may be out of sync. This makes sure dnf update won't just remove the installed version of chromium in
order to update chromium-libs-media-freeworld if that happens to be in the repo sooner than chromium.

Reported as #4572 in that other repository.

Pull-Request has been merged by spot

6 years ago
Metadata