- Fixed another LSPP patch problem (bug #203784).
- Updated fix for STR #1881 from upstream.
This commit is contained in:
parent
11192870f4
commit
f6c7a0aef2
@ -1429,7 +1429,7 @@
|
||||
+ if (attr->num_values > 1)
|
||||
+ userfooter = strdup(attr->values[1].string.text);
|
||||
+
|
||||
+ if ((strcmp(userheader, Classification) == 0)
|
||||
+ if (Classification != NULL && (strcmp(userheader, Classification) == 0)
|
||||
+ && userfooter &&(strcmp(userfooter, Classification) == 0))
|
||||
+ {
|
||||
+ /*
|
||||
|
@ -420,6 +420,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{cups_serverbin}/daemon/cups-lpd
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Fixed another LSPP patch problem (bug #203784).
|
||||
- Updated fix for STR #1881 from upstream.
|
||||
|
||||
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-16
|
||||
- Fixed another LSPP patch problem noted by Erwin Rol.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user