From 4a0f0b0a30ca0323cd4f12d8b8d7f576f19809712b3c4b49ddb52dfd247ac760 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 31 May 2016 14:57:49 +0000 Subject: [PATCH] Accepting request 398342 from home:jengelh:branches:Virtualization - Avoid suppressing errors during useradd/groupadd OBS-URL: https://build.opensuse.org/request/show/398342 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=536 --- libvirt.changes | 5 +++++ libvirt.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 014668c..0ce597b 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 27 10:15:43 UTC 2016 - jengelh@inai.de + +- Avoid suppressing errors during useradd/groupadd + ------------------------------------------------------------------- Wed May 25 16:41:11 UTC 2016 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index c86a417..ed76847 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1436,7 +1436,7 @@ fi %service_add_pre virtlogd.service virtlogd.socket %endif %{_bindir}/getent group libvirt >/dev/null || \ - %{_sbindir}/groupadd -r libvirt 2>/dev/null + %{_sbindir}/groupadd -r libvirt || : %post daemon /sbin/ldconfig