Re: [Yum-devel] YUM installation

2013-03-19 Thread seth vidal
On Tue, 19 Mar 2013 20:44:57 +0200 Yazan Jaber wrote: > Gent's Any one could help me with steps to install,configure yum on > Redhat 3 Regards There is not a supported or maintained version of yum that will work on Red Hat Enterprise Linux 3. Also RHEL3

[Yum-devel] YUM installation

2013-03-19 Thread Yazan Jaber
Gent's Any one could help me with steps to install,configure yum on Redhat 3 Regards ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 923001

2013-03-19 Thread Ville Skyttä
On 2013-03-19 16:07, Zdenek Pavlas wrote: >> Need also symlinks by the names genpkgmetadata.py, mergerepo, >> mergerepo.py, modifyrepo, and modifyrepo.py -- see my mail about yum >> completion for more details. > > Added modifyrepo and mergerepo symlinks. Again, why do you think *.py > files shou

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 922992

2013-03-19 Thread Ville Skyttä
On 2013-03-19 13:49, Zdenek Pavlas wrote: > Is there a reason anyone > should use yummain.py instead of yum on a production system? Dunno, but I think there's plenty of reason for yum devs and people who like to live on the bleeding edge to do it (at least I did), and I can't foresee any problems

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 923001

2013-03-19 Thread Zdenek Pavlas
> Need also symlinks by the names genpkgmetadata.py, mergerepo, > mergerepo.py, modifyrepo, and modifyrepo.py -- see my mail about yum > completion for more details. Added modifyrepo and mergerepo symlinks. Again, why do you think *.py files should be autocompleted? They're not even on $PATH...

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 922992

2013-03-19 Thread Zdenek Pavlas
> > + mkdir -p $(DESTDIR)/usr/share/bash-completion/completions > > + install -m 644 yum.bash > > $(DESTDIR)/usr/share/bash-completion/completions/yum > > Should also do "ln -s yum > $(DESTDIR)/usr/share/bash-completion/completions/yummain.py" so that > the completion gets loaded on de

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 922992

2013-03-19 Thread Ville Skyttä
On Tue, Mar 19, 2013 at 12:01 PM, Ville Skyttä wrote: > On Tue, Mar 19, 2013 at 11:04 AM, Zdenek Pavlas wrote: >> + mkdir -p $(DESTDIR)/usr/share/bash-completion/completions >> + install -m 644 yum.bash >> $(DESTDIR)/usr/share/bash-completion/completions/yum Oh, and instead of hardc

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 923001

2013-03-19 Thread Ville Skyttä
On Tue, Mar 19, 2013 at 11:03 AM, Zdenek Pavlas wrote: > - $(INSTALL_DATA) $(PKGNAME).bash > $(DESTDIR)$(sysconfdir)/bash_completion.d > + $(INSTALL_DATA) $(PKGNAME).bash > $(DESTDIR)$(datadir)/bash-completion/completions/$(PKGNAME) Need also symlinks by the names genpkgmetadata.py,

Re: [Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 922992

2013-03-19 Thread Ville Skyttä
On Tue, Mar 19, 2013 at 11:04 AM, Zdenek Pavlas wrote: > + mkdir -p $(DESTDIR)/usr/share/bash-completion/completions > + install -m 644 yum.bash > $(DESTDIR)/usr/share/bash-completion/completions/yum Should also do "ln -s yum $(DESTDIR)/usr/share/bash-completion/completions/yummain.p

[Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 922992

2013-03-19 Thread Zdenek Pavlas
--- etc/Makefile | 4 ++-- yum.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index ec5af83..f501389 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -25,6 +25,6 @@ install: mkdir -p $(DESTDIR)/etc/dbus-1/system.d/ install

[Yum-devel] [PATCH] move bash-completion scripts to /usr/share/ BZ 923001

2013-03-19 Thread Zdenek Pavlas
--- Makefile| 4 ++-- createrepo.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 60bb9db..d23ad8b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ pkgincludedir = $(includedir)/$(PKGNAME) top_builddir = # all dirs -DIRS = $(D