From b96b449a5115b6c8c9e905f80fff79cc779307a1 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 27 Nov 2020 10:14:26 +0100 Subject: [PATCH] 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. --- cups-dymo-deviceid.patch | 11 ----------- cups.spec | 5 +---- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 cups-dymo-deviceid.patch diff --git a/cups-dymo-deviceid.patch b/cups-dymo-deviceid.patch deleted file mode 100644 index 3ff1ffd..0000000 --- a/cups-dymo-deviceid.patch +++ /dev/null @@ -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 diff --git a/cups.spec b/cups.spec index e8febe2..5c84e37 100644 --- a/cups.spec +++ b/cups.spec @@ -58,8 +58,6 @@ Patch12: cups-synconclose.patch # failover backend for implementing failover functionality # TODO: move it to the cups-filters upstream Patch13: cups-failover-backend.patch -# add device id for dymo printer -Patch14: cups-dymo-deviceid.patch %if %{lspp} # 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 # Add failover backend (bug #1689209) %patch13 -p1 -b .failover -# Added IEEE 1284 Device ID for a Dymo device (bug #747866). -%patch14 -p1 -b .dymo-deviceid %if %{lspp} # LSPP support. @@ -724,6 +720,7 @@ rm -f %{cups_serverbin}/backend/smb - make unit files writeable by root - remove %%post scriptlet - it is covered by drop-in now - remove cups-filter-debug.patch +- remove cups-dymo-deviceid.patch * Thu Nov 26 2020 Zdenek Dohnal - 1:2.3.3-20 - remove downstream autostart patch - use systemd drop-in