From 9dbf92c04b428f90b8015d741d6d0ed2a650c3ca Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 24 Nov 2020 12:47:46 +0100 Subject: [PATCH] wheel is now in system groups by default --- cups.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cups.spec b/cups.spec index 97789ef..492abcc 100644 --- a/cups.spec +++ b/cups.spec @@ -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 - 1:2.3.3-19 - 1897023 - Cups service restart sequence during upgrade incorrect