Accepting request 204132 from home:tboerger:branches:server:irc

Fix installation for OpenSUSE 12.3, the -o flag is not really required.

OBS-URL: https://build.opensuse.org/request/show/204132
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=20
This commit is contained in:
Lars Vogdt 2013-10-21 18:46:57 +00:00 committed by Git OBS Bridge
parent 457e481084
commit 0339e49e2e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 21 11:53:48 UTC 2013 - tboerger@suse.de
- Removed o flag for user creation, did'nt work on 12.3 anymore
-------------------------------------------------------------------
Tue Sep 3 19:51:41 UTC 2013 - jmcdonough@suse.com

View File

@ -171,7 +171,7 @@ done
%pre
/usr/bin/getent group bitlbee &>/dev/null || /usr/sbin/groupadd -r bitlbee &>/dev/null || :
/usr/bin/getent passwd bitlbee &>/dev/null || \
/usr/sbin/useradd -o -g bitlbee -s /bin/false -r -c "User for bitlbee" \
/usr/sbin/useradd -g bitlbee -s /bin/false -r -c "User for bitlbee" \
-d "%{_localstatedir}/run/bitlbee" bitlbee &>/dev/null || :
%clean