From c69654a76c007d2a7de673914bcbb0153ce94654 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 24 Feb 2009 22:11:45 +0000 Subject: [PATCH] Tagging module pyplnet - pyplnet-4.2-3 BUGFIX: the "program" argument needs to go with the the m.output() method. The bug is that the m.input() method does not take two args and python will raise an exception to indicate this. However, the m.input() method was wrapped in a try: m.input(a,b) except: pass which masked this error. The mainly visible side effect is that the specific modprobe.conf file is not parsed and so any previously written aliases and options are lost. --- pyplnet.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pyplnet.spec b/pyplnet.spec index 1cdc2af..fd0cc1d 100644 --- a/pyplnet.spec +++ b/pyplnet.spec @@ -5,7 +5,7 @@ %define name pyplnet %define version 4.2 -%define taglevel 2 +%define taglevel 3 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -55,6 +55,19 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Tue Feb 24 2009 Marc Fiuczynski - pyplnet-4.2-3 +- BUGFIX: the "program" argument needs to go with the the m.output() method. +- The bug is that the m.input() method does not take two args and python +- will raise an exception to indicate this. However, the m.input() +- method was wrapped in a +- try: +- m.input(a,b) +- except: +- pass +- which masked this error. The mainly visible side effect is that the +- specific modprobe.conf file is not parsed and so any previously +- written aliases and options are lost. + * Mon Dec 15 2008 Daniel Hokka Zakrisson - pyplnet-4.2-2 - Work on PLCs running in Linux-VServer guests or other environments where /sys - isn't mounted. -- 2.43.0