Accepting request 925530 from home:eeich:branches:network:cluster

- Typo fix to sysuser file.

OBS-URL: https://build.opensuse.org/request/show/925530
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=42
This commit is contained in:
Christian Goll 2021-10-18 14:46:02 +00:00 committed by Git OBS Bridge
parent 90833766c4
commit 6dd3cd2c29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 15 16:11:42 UTC 2021 - Egbert Eich <eich@suse.com>
- Typo fix to sysuser file.
-------------------------------------------------------------------
Thu Sep 30 08:41:44 UTC 2021 - Egbert Eich <eich@suse.com>

View File

@ -162,7 +162,7 @@ fi
%if 0%{?have_sysuser}
%define user_home %_localstatedir%_rundir/%{?conmandir}
%define user_descr Connection Manager service
echo -n "u %conman_u - \"%user_descr\" %user_home\nm %conman_u dialout\n" > system-user-%{name}.conf
echo -en "u %conman_u - \"%user_descr\" %user_home\nm %conman_u dialout\n" > system-user-%{name}.conf
%sysusers_generate_pre system-user-%{name}.conf %{name} system-user-%{name}.conf
install -D -m 644 system-user-%{name}.conf %{buildroot}%{_sysusersdir}/system-user-%{name}.conf
%endif