Update to openwsman-2.2.3

This commit is contained in:
vcrhonek 2010-03-03 07:11:23 +00:00
parent a022e0cf6b
commit eb3d4c4e47
4 changed files with 18 additions and 11 deletions

View File

@ -1 +1 @@
openwsman-2.2.0.tar.bz2
openwsman-2.2.3.tar.bz2

View File

@ -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
--

View File

@ -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 <vcrhonek@redhat.com> - 2.2.3-1
- Update to openwsman-2.2.3
* Wed Sep 23 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
- Added the new 2.2.0 sources.
- Changed the release and version numbers.
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.0-4
- rebuilt with new openssl

View File

@ -1 +1 @@
62b4eaf752171058bf0036e049ca01d0 openwsman-2.2.0.tar.bz2
79f637d86a2cbd2d6763b80f68e4bc96 openwsman-2.2.3.tar.bz2