From 5f7145f40c0498ccf61a6f97572b46c03dfba6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 2 Dec 2018 12:05:52 +0100 Subject: [PATCH] Installons la version 4 de la libvpx --- softwares/VirtualBox.sls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/softwares/VirtualBox.sls b/softwares/VirtualBox.sls index 95c2e7f..aabe0c9 100644 --- a/softwares/VirtualBox.sls +++ b/softwares/VirtualBox.sls @@ -22,6 +22,12 @@ virtualbox_repository: {% endif %} +{% if grains['os'] == 'Fedora' and grains['osmajorrelease'] == 29 %} +Installons l'ancienne version de libvpx: + pkg.installed: + - sources: + - libvpx4: "https://kojipkgs.fedoraproject.org//packages/compat-libvpx4/1.6.1/1.fc28/x86_64/compat-libvpx4-1.6.1-1.fc28.x86_64.rpm" + VirtualBox-5.2: pkg.installed