diff --git a/.cvsignore b/.cvsignore index 8f3a3d6..e8812a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -openwsman-2.2.0.tar.bz2 +openwsman-2.2.3.tar.bz2 diff --git a/openwsman-initscript.patch b/openwsman-initscript.patch index 50f3add..06e5ed1 100644 --- a/openwsman-initscript.patch +++ b/openwsman-initscript.patch @@ -1,5 +1,6 @@ ---- openwsman-2.0.0/etc/init/openwsmand.sh.in.orig 2008-09-07 00:01:29.000000000 -0500 -+++ openwsman-2.0.0/etc/init/openwsmand.sh.in 2008-09-07 00:34:57.000000000 -0500 +diff -up openwsman-2.2.3/etc/init/openwsmand.sh.in.orig openwsman-2.2.3/etc/init/openwsmand.sh.in +--- openwsman-2.2.3/etc/init/openwsmand.sh.in.orig 2010-01-21 11:12:34.000000000 +0100 ++++ openwsman-2.2.3/etc/init/openwsmand.sh.in 2010-03-02 14:29:31.618984202 +0100 @@ -4,15 +4,13 @@ # Provides: openwsmand # Required-Start: $remote_fs @@ -17,10 +18,10 @@ # description: Openwsman Daemon # processname: openwsmand -@@ -57,7 +55,7 @@ case "$1" in - if [ "x${FQDN}" = "x" ]; then - FQDN=localhost.localdomain - fi +@@ -61,7 +59,7 @@ start() + if [ "x${FQDN}" = "x" ]; then + FQDN=localhost.localdomain + fi -cat << EOF | sh @SYSCONFDIR@/owsmangencert.sh > /dev/null 2>&1 +cat << EOF | sh @libexecdir@/openwsman/owsmangencert.sh > /dev/null 2>&1 -- diff --git a/openwsman.spec b/openwsman.spec index 04ece62..9a8ccea 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')} -Name: openwsman -Version: 2.2.0 +Name: openwsman +Version: 2.2.3 Release: 1%{?dist} License: BSD Url: http://www.openwsman.org/ @@ -54,7 +54,7 @@ Openwsman ruby bindings %prep %setup -q -%patch0 -p1 +%patch0 -p1 -b .initscript %build chmod a-x src/lib/*.[ch] @@ -113,6 +113,8 @@ rm -rf %{buildroot} %files python %defattr(-,root,root) %{python_sitelib}/pywsman.py +%{python_sitelib}/pywsman.pyc +%{python_sitelib}/pywsman.pyo %{python_sitearch}/*.so %doc COPYING @@ -139,9 +141,13 @@ fi %changelog +* Wed Mar 3 2010 Vitezslav Crhonek - 2.2.3-1 +- Update to openwsman-2.2.3 + * Wed Sep 23 2009 Praveen K Paladugu - 2.2.0-1 - Added the new 2.2.0 sources. - Changed the release and version numbers. + * Fri Aug 21 2009 Tomas Mraz - 2.1.0-4 - rebuilt with new openssl diff --git a/sources b/sources index a84b673..c9fec5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62b4eaf752171058bf0036e049ca01d0 openwsman-2.2.0.tar.bz2 +79f637d86a2cbd2d6763b80f68e4bc96 openwsman-2.2.3.tar.bz2