Bug 143441 - [GTK] install-dependencies should prefer dnf to yum
Summary: [GTK] install-dependencies should prefer dnf to yum
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Minor
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-06 07:26 PDT by Michael Catanzaro
Modified: 2015-04-06 15:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2015-04-06 07:27 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-04-06 07:26:19 PDT
yum in Fedora is now a script that prints an ugly warning and then calls dnf. To avoid this warning, let's try dnf first if present, and if not then fall back to yum.

This means dnf will be used if present on older versions of Fedora, but I doubt this will cause any issues.
Comment 1 Michael Catanzaro 2015-04-06 07:27:42 PDT
Created attachment 250202 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-06 15:28:03 PDT
Comment on attachment 250202 [details]
Patch

Clearing flags on attachment: 250202

Committed r182441: <http://trac.webkit.org/changeset/182441>
Comment 3 WebKit Commit Bot 2015-04-06 15:28:06 PDT
All reviewed patches have been landed.  Closing bug.