From 5a95092b5097f77a82934c778056c653587e94a0 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Fri, 20 Dec 2019 13:06:33 +0100 Subject: [PATCH] ajout de wpa_supplicant et lsb-release --- SPECS/task-lalis.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/SPECS/task-lalis.spec b/SPECS/task-lalis.spec index 032a712..603c0bd 100755 --- a/SPECS/task-lalis.spec +++ b/SPECS/task-lalis.spec @@ -1,6 +1,10 @@ + + + + Summary: Install LALIS packages and configuration Name: task-lalis -Version: 3.2 +Version: 3.3 Release: %mkrel 1 License: GPLv3 Group: Tools @@ -118,6 +122,8 @@ Requires: chromium-browser Requires: lshw Requires: x11-driver-input-synaptics Requires: bsdiff +Requires: lsb-release +Requires: wpa_supplicant %description This package installs LALIS choosen packages and some configurations. @@ -205,5 +211,7 @@ do fi fi done -# patch le fichier locale de simple-scan -bspatch /usr/share/locale/fr/LC_MESSAGES/simple-scan.mo /usr/share/locale/fr/LC_MESSAGES/simple-scan.mo /usr/share/lalis/simple-scan.mo.patch +#WIFI=`lshw -C network|grep -c wlp` +#if [ $WIFI -ne 0 ];then +# urpmi wpa_supplicant +#fi