[Yum-devel] [PATCH] add pyliblzma as requirement to spec file

2011-10-26 Thread Seth Vidal
--- yum.spec |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/yum.spec b/yum.spec index b78a9f6..6f312d0 100644 --- a/yum.spec +++ b/yum.spec @@ -45,6 +45,7 @@ Requires: python-sqlite Requires: python-urlgrabber >= 3.9.0-8 Requires: yum-metadata-parser >= 1.1.0 Requir

Re: [Yum-devel] [PATCH] getGroups() API change. BZ 749108.

2011-10-26 Thread seth vidal
On Wed, 2011-10-26 at 14:36 +0200, Zdeněk Pavlas wrote: > repo.getGroups() returns None on failure, > instead of raising an exception. > --- > langpacks.py |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/langpacks.py b/langpacks.py > index f39257b..7e5c82d 100644

[Yum-devel] [PATCH] getGroups() API change. BZ 749108.

2011-10-26 Thread Zdeněk Pavlas
repo.getGroups() returns None on failure, instead of raising an exception. --- langpacks.py |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/langpacks.py b/langpacks.py index f39257b..7e5c82d 100644 --- a/langpacks.py +++ b/langpacks.py @@ -68,9 +68,8 @@ def postreposet