From 9cbec7becfaeed2be1684864ca710282a8fe0de75b951267b824d8935bfdb952 Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Tue, 5 Jan 2016 19:04:10 +0000 Subject: [PATCH] Accepting request 352102 from home:sleep_walker:branches:system:packagemanager - fix typo preventing creation of new users OBS-URL: https://build.opensuse.org/request/show/352102 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/guix?expand=0&rev=8 --- guix.changes | 5 +++++ guix.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/guix.changes b/guix.changes index 00456c3..5326267 100644 --- a/guix.changes +++ b/guix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 5 18:58:35 UTC 2016 - sleep_walker@opensuse.org + +- fix typo preventing creation of new users + ------------------------------------------------------------------- Thu Nov 12 18:02:11 UTC 2015 - sleep_walker@opensuse.org diff --git a/guix.spec b/guix.spec index 9061063..00b73ef 100644 --- a/guix.spec +++ b/guix.spec @@ -91,7 +91,7 @@ rm -rvf %{buildroot}%{_unitdir} %pre %{_sbindir}/groupadd -r %{guix_builder_group} >/dev/null 2>/dev/null || : for i in `seq 1 5`; do - %{_sbindir}/useradd -r -o -g %{guid_builder_group} -G %{guix_builder_group} \ + %{_sbindir}/useradd -r -o -g %{guix_builder_group} -G %{guix_builder_group} \ -u $((60+$i)) -c "Guix builder $i" -s /sbin/nologin \ -d %{_localstatedir}/empty guix-builder$i 2> /dev/null || : done