From dbe3e75a6f028c820ecc29b6ad2999c8cc9cabd0 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jan 11 2017 16:22:56 +0000 Subject: bug 1405669 - adding group wheel to SystemGroup --- diff --git a/cups.spec b/cups.spec index 98f21e5..7406917 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Url: http://www.cups.org/ Source0: http://www.cups.org/software/%{VERSION}/cups-%{VERSION}-source.tar.gz @@ -269,6 +269,9 @@ sed -i -e 's,^ErrorLog .*$,ErrorLog syslog,' conf/cups-files.conf.in # Add comment text mentioning syslog is systemd journal (bug #1358589) sed -i -e 's,\"syslog\",\"syslog\" \(syslog means systemd journal by default\),' 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 @@ -617,6 +620,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man5/ipptoolfile.5.gz %changelog +* Wed Jan 11 2017 Zdenek Dohnal - 1:2.1.4-3 +- bug 1405669 - adding group wheel to SystemGroup + * Wed Aug 03 2016 Zdenek Dohnal - 1:2.1.4-2 - bug 1358589 - added information about syslog means systemd journal by default