Re: [CentOS] yum-changelog dependencies...

2009-11-16 Thread John Doe
From: kalinix calin.kalinix.co...@gmail.com
Actually you have to have python-dateutil installed (probably a missing 
dependency) and the command should be ran as:
yum changelog date|number|all 
[PACKAGE|all|installed|updates|extras|obsoletes|recent]

I saw this redhat bugfix:
If yum changelog or yum update package --changelog was run without
the Python dateutils module available, yum-changelog would exit with a
Python traceback. This package includes a patch which causes yum-changelog
to fail gracefully.
So I guess it is not mandatory...
But, while the yum-changelog is from centos, the python-dateutil is from 
rpmforge...

Thx,
JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum-changelog dependencies...

2009-11-14 Thread kalinix
On Fri, 2009-11-13 at 22:49 +, Geerd-Dietger Hoffmann wrote:

 On Fri, Nov 13, 2009 at 10:48 PM, Geerd-Dietger Hoffmann
 riba...@gmail.com wrote:
  On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-li...@karan.org 
  wrote:
  On 11/13/2009 04:51 PM, John Doe wrote:
  Hi,
 
  I wanted to try yum-changelog, so I yum installed it.
  It installed without complaining.
  But, when I try to use it, it complains about a missing module:
  Dateutil module not available, so can't parse dates
  Missing dependency?
  Only package I found is python-dateutil.noarch from rpmforge.
  Is it the one?
 
  verify - and please file at bugs.centos.org
 
  Seams to work for me. Sorry
 
  Loaded plugins: changelog, fastestmirror
 
  What happens when you start python manually and try to import time
  for example. Maybe have a look at the file
 
  /usr/lib/yum-plugins/changelog.pyc
 
 Sorry look at /usr/lib/yum-plugins/changelog.py
 
 pyc is the compiled version.
 
 
  if you know programing this should make sense.
 
  Hope this helped.
 
  Cheers Didi
 
 
  --
  Karanbir Singh : http://www.karan.org/  : 2522...@icq
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 
 
 
  --
  
 
  My www page: www.ribalba.de
  Email / Jabber: riba...@gmail.com
  Skype : ribalba
 
 
 
 


Actually you have to have python-dateutil installed (probably a missing
dependency) and the command should be ran as:

yum changelog date|number|all [PACKAGE|all|installed|updates|extras|
obsoletes|recent]





Calin

Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857

=
The Unixverse ends on Tue, 19 Jan 2038 03:14:07 +
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum-changelog dependencies...

2009-11-13 Thread John Doe
Hi,

I wanted to try yum-changelog, so I yum installed it.
It installed without complaining.
But, when I try to use it, it complains about a missing module:
Dateutil module not available, so can't parse dates
Missing dependency?
Only package I found is python-dateutil.noarch from rpmforge.
Is it the one?

Thx,
JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Karanbir Singh
On 11/13/2009 04:51 PM, John Doe wrote:
 Hi,

 I wanted to try yum-changelog, so I yum installed it.
 It installed without complaining.
 But, when I try to use it, it complains about a missing module:
 Dateutil module not available, so can't parse dates
 Missing dependency?
 Only package I found is python-dateutil.noarch from rpmforge.
 Is it the one?

verify - and please file at bugs.centos.org

-- 
Karanbir Singh : http://www.karan.org/  : 2522...@icq
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Geerd-Dietger Hoffmann
On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-li...@karan.org wrote:
 On 11/13/2009 04:51 PM, John Doe wrote:
 Hi,

 I wanted to try yum-changelog, so I yum installed it.
 It installed without complaining.
 But, when I try to use it, it complains about a missing module:
 Dateutil module not available, so can't parse dates
 Missing dependency?
 Only package I found is python-dateutil.noarch from rpmforge.
 Is it the one?

 verify - and please file at bugs.centos.org

Seams to work for me. Sorry

Loaded plugins: changelog, fastestmirror

What happens when you start python manually and try to import time
for example. Maybe have a look at the file

/usr/lib/yum-plugins/changelog.pyc

if you know programing this should make sense.

Hope this helped.

Cheers Didi


 --
 Karanbir Singh : http://www.karan.org/  : 2522...@icq
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 


My www page: www.ribalba.de
Email / Jabber: riba...@gmail.com
Skype : ribalba
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Geerd-Dietger Hoffmann
On Fri, Nov 13, 2009 at 10:48 PM, Geerd-Dietger Hoffmann
riba...@gmail.com wrote:
 On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-li...@karan.org wrote:
 On 11/13/2009 04:51 PM, John Doe wrote:
 Hi,

 I wanted to try yum-changelog, so I yum installed it.
 It installed without complaining.
 But, when I try to use it, it complains about a missing module:
 Dateutil module not available, so can't parse dates
 Missing dependency?
 Only package I found is python-dateutil.noarch from rpmforge.
 Is it the one?

 verify - and please file at bugs.centos.org

 Seams to work for me. Sorry

 Loaded plugins: changelog, fastestmirror

 What happens when you start python manually and try to import time
 for example. Maybe have a look at the file

 /usr/lib/yum-plugins/changelog.pyc

Sorry look at /usr/lib/yum-plugins/changelog.py

pyc is the compiled version.


 if you know programing this should make sense.

 Hope this helped.

 Cheers Didi


 --
 Karanbir Singh : http://www.karan.org/  : 2522...@icq
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




 --
 

 My www page: www.ribalba.de
 Email / Jabber: riba...@gmail.com
 Skype : ribalba




-- 


My www page: www.ribalba.de
Email / Jabber: riba...@gmail.com
Skype : ribalba
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos