# HG changeset patch # User Wolfgang Rosenauer # Date 1262812439 -3600 # Node ID 6bdedc490e26b8ea9b9d3a13e75f8172549b7fcb # Parent c743908ffe6fecf8fc9ca7d76738aab117d70644 Fix PreReq in baselibs.conf also diff -r c743908ffe6f -r 6bdedc490e26 mozilla-xulrunner192/baselibs.conf --- a/mozilla-xulrunner192/baselibs.conf Wed Jan 06 22:03:46 2010 +0100 +++ b/mozilla-xulrunner192/baselibs.conf Wed Jan 06 22:13:59 2010 +0100 @@ -5,14 +5,14 @@ mozilla-xulrunner192-translations-common +/usr/lib(64)?/xulrunner-.* - prereq "mozilla-xulrunner192- = " + requires "mozilla-xulrunner192- = " supplements "packageand(mozilla-xulrunner192-translations-common:mozilla-xulrunner192-)" mozilla-xulrunner192-translations-other +/usr/lib(64)?/xulrunner-.* - prereq "mozilla-xulrunner192- = " + requires "mozilla-xulrunner192- = " supplements "packageand(mozilla-xulrunner192-translations-other:mozilla-xulrunner192-)" mozilla-xulrunner192-gnome +/usr/lib(64)?/xulrunner-.* - prereq "mozilla-xulrunner192- = " + requires "mozilla-xulrunner192- = " diff -r c743908ffe6f -r 6bdedc490e26 mozilla-xulrunner192/mozilla-xulrunner192.changes --- a/mozilla-xulrunner192/mozilla-xulrunner192.changes Wed Jan 06 22:03:46 2010 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes Wed Jan 06 22:13:59 2010 +0100 @@ -7,6 +7,7 @@ filesystem for upgrades and removals correctly - enable crashreporter and create breakpad buildsymbols package for mozilla crashreporter (for ix86) +- drop PreReq usage by cleaning up the different Requires tags ------------------------------------------------------------------- Thu Dec 24 14:21:02 CET 2009 - wr@rosenauer.org