https://bugzilla.novell.com/show_bug.cgi?id=637455 https://bugzilla.novell.com/show_bug.cgi?id=637455#c2 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Factory --- Comment #2 from Johannes Meixner <jsmeix@novell.com> 2010-09-24 10:01:24 UTC --- I have now this RPM postinstall script ------------------------------------------------------------------------------- %post /sbin/ldconfig # update quietly Gutenprint PPD files in /etc/cups/ppd/ if such PPD files exist # using the new PPD files under /usr/share/cups/model/gutenprint/ as templates # see https://bugzilla.novell.com/show_bug.cgi?id=637455 /usr/sbin/cups-genppdupdate -q || /bin/true # send CUPS daemon SIGHUP to let it recognize new and updated PPD files: if test -x /etc/init.d/cups && /etc/init.d/cups status >/dev/null then /etc/init.d/cups reload >/dev/null || /bin/true fi # exit successfully in any case: exit 0 ------------------------------------------------------------------------------- which should not cause any issue regardless in which environment it runs. Furthermore I removed gutenprint-5.2.6-make_A4_DefaultPageSize.patch because it is useless because the DefaultPageSize in the PPD templates in /usr/share/cups/model/ does not matter because the cupsd sets the DefaultPageSize for PPDs in /etc/cups/ppd/ by default according to the locale that the cupsd runs in or according to a DefaultPaperSize entry in /etc/cups/cupsd.conf. Submitted gutenprint to its devel project "Printing" via submitrequest 49024 and forwarded this to openSUSE:Factory via submitrequest 49027. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.