fix
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
f2cb155f40
commit
22be2fcfba
|
@ -19,7 +19,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
/usr/bin/getent group printerfacts || /usr/sbin/groupadd -r printerfacts
|
|
||||||
/usr/bin/getent passwd printerfacts || /usr/sbin/useradd -r -d /usr/bin/printerfacts -s /sbin/nologin printerfacts
|
/usr/bin/getent passwd printerfacts || /usr/sbin/useradd -r -d /usr/bin/printerfacts -s /sbin/nologin printerfacts
|
||||||
|
|
||||||
#Upgrading
|
#Upgrading
|
||||||
|
|
Loading…
Reference in New Issue