- Unfortunately ghostscript-library.spec and ghostscript-mini.spec

have unversioned "Provides: ghostscript" and for RPM this means
  that both ghostscript-library and ghostscript-mini
  provide any version of ghostscript. Therefore any non-matching
  version of ghostscript-library and ghostscript-mini fulfill
  any RPM requirement for ghostscript in the ghostscript-x11
  and ghostscript-devel sub-packages which is wrong.
  Therefore explicit conflicts with ghostscript-library and
  ghostscript-mini are specified in the ghostscript-x11
  and ghostscript-devel sub-packages to avoid the mess.

OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=6
This commit is contained in:
2012-03-16 09:36:05 +00:00
committed by Git OBS Bridge
parent b686f38730
commit a1b0006c5f
2 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 16 10:27:01 CET 2012 - jsmeix@suse.de
- Unfortunately ghostscript-library.spec and ghostscript-mini.spec
have unversioned "Provides: ghostscript" and for RPM this means
that both ghostscript-library and ghostscript-mini
provide any version of ghostscript. Therefore any non-matching
version of ghostscript-library and ghostscript-mini fulfill
any RPM requirement for ghostscript in the ghostscript-x11
and ghostscript-devel sub-packages which is wrong.
Therefore explicit conflicts with ghostscript-library and
ghostscript-mini are specified in the ghostscript-x11
and ghostscript-devel sub-packages to avoid the mess.
-------------------------------------------------------------------
Thu Mar 15 16:43:26 CET 2012 - jsmeix@suse.de