* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-2.sme
- silence message if apache user exists [SME: 12540]
This commit is contained in:
parent
73b648b348
commit
4f283b49ee
@ -3,7 +3,7 @@
|
||||
Summary: smeserver server and gateway
|
||||
Name: smeserver
|
||||
%define version 11.0.0
|
||||
%define release 1
|
||||
%define release 2
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -16,6 +16,9 @@ AutoReqProv: no
|
||||
Provides: e-smith
|
||||
|
||||
%changelog
|
||||
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-2.sme
|
||||
- silence message if apache user exists [SME: 12540]
|
||||
|
||||
* Sat Nov 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-1.sme
|
||||
- push to 11.0.0 version
|
||||
|
||||
@ -118,7 +121,7 @@ can work. Contents are now included in e-smith-base RPM.
|
||||
-g 102 -o apache 2>/dev/null || :
|
||||
/usr/sbin/useradd \
|
||||
-u 102 -g 102 -o -c 'Apache' -d /var/www \
|
||||
-M -s /sbin/nologin apache || :
|
||||
-M -s /sbin/nologin apache 2>/dev/null || :
|
||||
/usr/sbin/groupadd \
|
||||
-g 101 -o admin 2>/dev/null || :
|
||||
/usr/sbin/useradd \
|
||||
|
Loading…
x
Reference in New Issue
Block a user