Total download size: 21 M Installed size: 43 M Is this ok [y/N]: y Downloading Packages: (1/3): GeoIP-1.5.1-5.el6.x86_64.rpm | 21 MB 00:00 (2/3): nginx-1.0.15-7.el6.x86_64.rpm | 398 kB 00:00 (3/3): nginx-filesystem-1.0.15-7.el6.noarch.rpm | 7.4 kB 00:00
Total 32 MB/s | 21 MB 00:00 Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: nginx-filesystem = %{epoch}:1.0.15-7.el6 is needed by nginx-1.0.15-7.el6.x86_64 You could try running: rpm -Va --nofiles --nodigest Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2014-10-08-11-20eXEtvW.yumtx
Hi the extra patch on #1065576 R.Monk needs to be added, with out it Commands spew quantities of debug statements. This presumably applies to all releases.
Perfection - be free git-review.el7
I think the best would be to have a python-argcomplete.sh file containing the _python_argcompete function. And then other packages requiring this can add another file containing just one line complete -o default -F _python_argcomplete my-script Steve.
All working fine, One question only, does it make sense to add a /etc/bash_completion.d/python-argcomplete.sh to the package?
Thanks for the testing, I was waiting for 2.0.0 to be declared as the stable release before pushing rather than deploying something immediately redundant.
Fails package guidelines: https://bugzilla.redhat.com/show_bug.cgi?id=814719#c10
Fails package guidelines: https://bugzilla.redhat.com/show_bug.cgi?id=814719#c10
Seems good here for me.
torque-2.5.7-1.el5 suffers from https://bugzilla.redhat.com/show_bug.cgi?id=716659 and a new package is needed.
This update has been unpushed
This update has been unpushed
This update has been unpushed
A trivial check and all seems well. $ python26 >>> from datetime import date, datetime, time >>> from babel.dates import format_date, format_datetime, format_time >>> d = date(2007, 4, 1) >>> format_date(d, locale='en') u'Apr 1, 2007' >>> format_date(d, locale='de_DE') u'01.04.2007'
Installs fine [steve@centos5 ~]$ nosetests-2.6 ---------------------------------------------------------------------- Ran 0 tests in 0.017s OK
Installs just fine, now trying to use.
All good.