#24 Fix warning
Closed 11 months ago by jorton. Opened 2 years ago by sergiomb.
Unknown source rawhide  into  rawhide

file modified
+1 -1
@@ -581,7 +581,7 @@

  %pre filesystem

  getent group apache >/dev/null || groupadd -g 48 -r apache

  getent passwd apache >/dev/null || \

-   useradd -r -u 48 -g apache -s /sbin/nologin \

+   useradd -r -g apache -s /sbin/nologin \

      -d %{contentdir} -c "Apache" apache

  exit 0

  

useradd warning: apache's uid 48 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

This is redundant now 54cb3fa is merged, I assume.

Pull-Request has been closed by jorton

11 months ago
Metadata