parent
405b2c1ae2
commit
29a5652f48
@ -1992,7 +1992,7 @@
|
|||||||
fchown(cupsFileNumber(fp), RunUser, Group);
|
fchown(cupsFileNumber(fp), RunUser, Group);
|
||||||
|
|
||||||
+#ifdef WITH_LSPP
|
+#ifdef WITH_LSPP
|
||||||
+ if (strncmp(job->scon, UNKNOWN_SL, strlen(UNKNOWN_SL)) != 0)
|
+ if (job->scon && strncmp(job->scon, UNKNOWN_SL, strlen(UNKNOWN_SL)) != 0)
|
||||||
+ {
|
+ {
|
||||||
+ if (getfilecon(filename, &spoolcon) == -1)
|
+ if (getfilecon(filename, &spoolcon) == -1)
|
||||||
+ {
|
+ {
|
||||||
|
@ -426,6 +426,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{cups_serverbin}/daemon/cups-lpd
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- LSPP patch fix (bug #213498).
|
||||||
|
|
||||||
* Wed Nov 1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-5
|
* Wed Nov 1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-5
|
||||||
- Send QueueChanged D-Bus signal on all job state changes.
|
- Send QueueChanged D-Bus signal on all job state changes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user