remove cups-dymo-deviceid.patch
The patch is no longer needed, the correct driver is now set in preferreddrivers.xml in system-config-printer. It makes gnome-control-center to install the print queue with this chosen driver.
This commit is contained in:
parent
5255d71b29
commit
b96b449a51
@ -1,11 +0,0 @@
|
|||||||
diff -up cups-2.3.1/ppdc/sample.drv.dymo-deviceid cups-2.3.1/ppdc/sample.drv
|
|
||||||
--- cups-2.3.1/ppdc/sample.drv.dymo-deviceid 2019-12-16 09:22:34.476492212 +0100
|
|
||||||
+++ cups-2.3.1/ppdc/sample.drv 2019-12-16 09:23:44.665003895 +0100
|
|
||||||
@@ -129,6 +129,7 @@ Version "2.3"
|
|
||||||
{
|
|
||||||
Manufacturer "DYMO"
|
|
||||||
ModelName "Label Printer"
|
|
||||||
+ Attribute "1284DeviceID" "" "MFG:DYMO;MDL:LabelWriter 400;"
|
|
||||||
Attribute NickName "" "DYMO Label Printer"
|
|
||||||
PCFileName "dymo.ppd"
|
|
||||||
DriverType label
|
|
@ -58,8 +58,6 @@ Patch12: cups-synconclose.patch
|
|||||||
# failover backend for implementing failover functionality
|
# failover backend for implementing failover functionality
|
||||||
# TODO: move it to the cups-filters upstream
|
# TODO: move it to the cups-filters upstream
|
||||||
Patch13: cups-failover-backend.patch
|
Patch13: cups-failover-backend.patch
|
||||||
# add device id for dymo printer
|
|
||||||
Patch14: cups-dymo-deviceid.patch
|
|
||||||
|
|
||||||
%if %{lspp}
|
%if %{lspp}
|
||||||
# selinux and audit enablement for CUPS - needs work and CUPS upstream wants
|
# selinux and audit enablement for CUPS - needs work and CUPS upstream wants
|
||||||
@ -292,8 +290,6 @@ to CUPS daemon. This solution will substitute printer drivers and raw queues in
|
|||||||
%patch12 -p1 -b .synconclose
|
%patch12 -p1 -b .synconclose
|
||||||
# Add failover backend (bug #1689209)
|
# Add failover backend (bug #1689209)
|
||||||
%patch13 -p1 -b .failover
|
%patch13 -p1 -b .failover
|
||||||
# Added IEEE 1284 Device ID for a Dymo device (bug #747866).
|
|
||||||
%patch14 -p1 -b .dymo-deviceid
|
|
||||||
|
|
||||||
%if %{lspp}
|
%if %{lspp}
|
||||||
# LSPP support.
|
# LSPP support.
|
||||||
@ -724,6 +720,7 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
- make unit files writeable by root
|
- make unit files writeable by root
|
||||||
- remove %%post scriptlet - it is covered by drop-in now
|
- remove %%post scriptlet - it is covered by drop-in now
|
||||||
- remove cups-filter-debug.patch
|
- remove cups-filter-debug.patch
|
||||||
|
- remove cups-dymo-deviceid.patch
|
||||||
|
|
||||||
* Thu Nov 26 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3-20
|
* Thu Nov 26 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3-20
|
||||||
- remove downstream autostart patch - use systemd drop-in
|
- remove downstream autostart patch - use systemd drop-in
|
||||||
|
Loading…
Reference in New Issue
Block a user