From 8e1b3088493adbcf19fcca2a493dcbfeac1f79aa Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Fri, 12 Aug 2016 21:30:53 +1000 Subject: [PATCH] rpm: Remove trailing whitespace in usermod command (SUSE) Trailing whitespace after the backslash on the -d line of the usermod command effectively splits it in two, breaking the rpm %pre script for SUSE builds. Signed-off-by: Tim Serong --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 6fa560127262..7fd2ba520906 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -903,7 +903,7 @@ if ! getent passwd ceph >/dev/null ; then useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin 2>/dev/null || : fi usermod -c "Ceph storage service" \ - -d %{_localstatedir}/lib/ceph \ + -d %{_localstatedir}/lib/ceph \ -g ceph \ -s /sbin/nologin \ ceph -- 2.47.3