wheel is now in system groups by default

This commit is contained in:
Zdenek Dohnal 2020-11-24 12:47:46 +01:00
parent 1336470f23
commit 9dbf92c04b

View File

@ -338,9 +338,6 @@ sed -i -e 's,^ErrorLog .*$,ErrorLog syslog,' conf/cups-files.conf.in
sed -i -e 's,^AccessLog .*$,AccessLog syslog,' conf/cups-files.conf.in
sed -i -e 's,^PageLog .*,PageLog syslog,' conf/cups-files.conf.in
# Add group wheel to SystemGroups (bug #1405669)
sed -i -e 's,^SystemGroup .*$, SystemGroup sys root wheel,' conf/cups-files.conf.in
# Let's look at the compilation command lines.
perl -pi -e "s,^.SILENT:,," Makedefs.in
@ -758,6 +755,7 @@ rm -f %{cups_serverbin}/backend/smb
- remove eggcups patch - seems to cause no harm
- journal is in Fedora for long time - no need to mention it is Fedora syslog
- fix packaging of printerapp manpages
- wheel is now in system groups by default
* Thu Nov 12 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3-19
- 1897023 - Cups service restart sequence during upgrade incorrect