Re: Question on creating system users/groups at install in spec file

2022-04-30 Thread mark . e . fuller
That did it - thank you very much! On 30/04/2022 23:26, Paweł Marciniak wrote: I think you need %pre -n the same for %preun %post %postun or all systemd macros will not work. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send

Re: Question on creating system users/groups at install in spec file

2022-04-30 Thread Paweł Marciniak
I think you need %pre -n the same for %preun %post %postun or all systemd macros will not work. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://d

Question on creating system users/groups at install in spec file

2022-04-30 Thread Mark E. Fuller
Hi all, I am working on chasing down an issue in preparing a package for review: The package should create a user and group as part of its installation and I have attempted to implement this following the instructions/docs at https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroup