- Removed foo2qpdl drivers and printers (bug #208851).

This commit is contained in:
Tim Waugh 2008-01-09 17:49:35 +00:00
parent e53cd73859
commit 24241fd426
1 changed files with 5 additions and 2 deletions

View File

@ -112,8 +112,8 @@ cd db/source
# For gutenprint printers, use gutenprint-ijs-simplified.5.0.
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml
# Remove references to foo2zjs, foo2oak and foo2hp (bug #208851).
for x in zjs oak hp
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
for x in zjs oak hp qpdl
do
find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
rm -f driver/foo2${x}.xml opt/foo2${x}-*
@ -250,6 +250,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
- Updated db-engine to 3.0-20071218.
- Updated filters to 3.0-20071218 (bug #416881).
* Mon Jan 7 2008 Tim Waugh <twaugh@redhat.com>
- Removed foo2qpdl drivers and printers (bug #208851).
* Fri Oct 12 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-52
- Removed use of printconf hooks.
- Don't restart CUPS on upgrade.