Bug 772747

Summary: wallaby user request
Product: [Fedora] Fedora Reporter: Robert Rati <rrati>
Component: setupAssignee: Ondrej Vasik <ovasik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ovasik, pknirsch, rrati, willb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 772745 Environment:
Last Closed: 2012-01-10 08:28:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Rati 2012-01-09 21:04:17 UTC
+++ This bug was initially created as a clone of Bug #772745 +++

Description of problem:
I need a user and group created for a package called wallaby.  The user and the group should both be "wallaby", and the user should have a home directory of /var/lib/wallaby.  These are used to own the wallaby service and data files.  The wallaby package currently creates the group/account with:

%pre
getent group wallaby >/dev/null || groupadd -r wallaby
getent passwd wallaby >/dev/null || \
  useradd -r -g wallaby -d %{_localstatedir}/lib/wallaby -s /sbin/nologin \
    -c "Owner of Wallaby service" wallaby
exit 0

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ondrej Vasik 2012-01-10 08:28:34 UTC
Uidgid pair 181:181 reserved in Fedora Rawhide (setup-2.8.47-1.fc17), please modify your %pre section to match with these reserved uid/gid numbers. I do not plan to do an update of setup package in F15/F16 just for this, but it should be safe to use these numbers there - as dynamic system account creation starts above uidgid 200. Closing RAWHIDE.