bug 1358589 - added information about syslog means systemd journal by default
This commit is contained in:
commit
b8c3875a3b
@ -15,7 +15,7 @@ Summary: CUPS printing system
|
||||
Name: cups
|
||||
Epoch: 1
|
||||
Version: 2.2
|
||||
Release: 0.1%{prever}%{?dist}
|
||||
Release: 0.2%{prever}%{?dist}
|
||||
License: GPLv2
|
||||
Url: http://www.cups.org/
|
||||
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
|
||||
@ -266,6 +266,9 @@ sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in
|
||||
# Log to the system journal by default (bug #1078781).
|
||||
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
|
||||
|
||||
# Let's look at the compilation command lines.
|
||||
perl -pi -e "s,^.SILENT:,," Makedefs.in
|
||||
|
||||
@ -614,6 +617,9 @@ rm -f %{cups_serverbin}/backend/smb
|
||||
%{_mandir}/man5/ipptoolfile.5.gz
|
||||
|
||||
%changelog
|
||||
* Wed Aug 03 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.2b2
|
||||
- bug 1358589 - added information about syslog means systemd journal by default
|
||||
|
||||
* Mon Jun 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.1b2
|
||||
- Rebase to 2.2b2, editing patches and spec (no need for /etc/cups/interfaces)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user