Re: [Yum-devel] Author: Andrew Elwell

2009-07-27 Thread Andrew Elwell
> You want to change yum-utils/docs/Makefile to install them too :). ah, at the moment that is patched to do 'make check' to see how far the list I am.Good spot tho. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/

Re: [Yum-devel] Author: Andrew Elwell

2009-07-27 Thread James Antill
On Mon, 2009-07-27 at 17:11 +0200, Andrew Elwell wrote: > @@ -438,11 +438,17 @@ fi > %{_sbindir}/yumdb > %{_mandir}/man1/yum-utils.1.* > %{_mandir}/man1/debuginfo-install.1.* > +%{_mandir}/man1/find-repos-of-install.1.* > %{_mandir}/man1/package-cleanup.1.* > +%{_mandir}/man1/repo-graph.1.* >

[Yum-devel] Author: Andrew Elwell

2009-07-27 Thread Andrew Elwell
Real Alphabetical this time... diff --git a/Authors b/Authors index 273f287..785967f 100644 --- a/Authors +++ b/Authors @@ -1,25 +1,26 @@ Contributors to the yum-utils package include: (Listed alphabetically from the git logs) -Andrew Elwell -Bill Nottingham -Brian Long -Danny Smith -Gijs

[Yum-devel] Author: Andrew Elwell

2009-07-27 Thread Andrew Elwell
Pile of manpage updates diff --git a/Authors b/Authors new file mode 100644 index 000..273f287 --- /dev/null +++ b/Authors @@ -0,0 +1,25 @@ +Contributors to the yum-utils package include: +(Listed alphabetically from the git logs) + +Andrew Elwell +Bill Nottingham +Brian Long +Danny Smith

Re: [Yum-devel] [PATCH] Add testcase for old multiple arch conflicts problem.

2009-07-27 Thread Seth Vidal
On Mon, 27 Jul 2009, James Antill wrote: This was fixed a while ago, but the only testcase involves obsoletes too (testConflictMultiplePkgs). Bascially if we had two conflicts with the same resolution we'd fix the first one and then fail the second because we couldn't do anything. looks good

[Yum-devel] [PATCH] Add testcase for old multiple arch conflicts problem.

2009-07-27 Thread James Antill
This was fixed a while ago, but the only testcase involves obsoletes too (testConflictMultiplePkgs). Bascially if we had two conflicts with the same resolution we'd fix the first one and then fail the second because we couldn't do anything. --- test/simpleupdatetests.py | 17 +

Re: [Yum-devel] [PATCH] Run msgfmt using the python-format annotations

2009-07-27 Thread Seth Vidal
On Sun, 26 Jul 2009, James Antill wrote: From: Mads Kiilerich This patch detects errors like "Memory %s" => "Hukommelse %a" --- po/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/po/Makefile b/po/Makefile index 31257c4..aad596a 100644 --- a/po/Makefile +++ b