From e400c2c3adc9bbafe97224ce9ec806133b5ead52 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Thu, 24 Sep 2015 18:35:14 -0300 Subject: [PATCH] fix colab useradd options --- colab/colab.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/colab.spec b/colab/colab.spec index 9c4cbdb..9a2e7b1 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -115,7 +115,7 @@ rm -rf %{buildvenv} %pre getent group colab > /dev/null || groupadd --system colab -getent passwd colab > /dev/null || useradd --system --user-group colab --home-dir /usr/lib/colab --no-create-home colab +getent passwd colab > /dev/null || useradd --system --gid colab --home-dir /usr/lib/colab --no-create-home colab %post -- libgit2 0.21.2