Update to openwsman-2.2.7

This commit is contained in:
Vitezslav Crhonek 2012-01-11 15:44:59 +01:00
parent 0c2cd43c44
commit bc7d7061fc
4 changed files with 24 additions and 17 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
openwsman-2.2.3.tar.bz2 openwsman-2.2.3.tar.bz2
/openwsman-2.2.4.tar.bz2 /openwsman-2.2.4.tar.bz2
/openwsman-2.2.5.tar.bz2 /openwsman-2.2.5.tar.bz2
/openwsman-2.2.7.tar.bz2

View File

@ -1,11 +1,11 @@
diff -up openwsman-2.2.4/etc/init/openwsmand.sh.cmake.orig openwsman-2.2.4/etc/init/openwsmand.sh.cmake diff -up openwsman-2.2.7/etc/init/openwsmand.sh.cmake.orig openwsman-2.2.7/etc/init/openwsmand.sh.cmake
--- openwsman-2.2.4/etc/init/openwsmand.sh.cmake.orig 2010-10-06 11:10:10.000000000 +0200 --- openwsman-2.2.7/etc/init/openwsmand.sh.cmake.orig 2012-01-11 13:38:58.789392556 +0100
+++ openwsman-2.2.4/etc/init/openwsmand.sh.cmake 2010-11-11 16:52:19.494661859 +0100 +++ openwsman-2.2.7/etc/init/openwsmand.sh.cmake 2012-01-11 13:44:32.383593944 +0100
@@ -4,28 +4,28 @@ @@ -4,28 +4,28 @@
# Provides: openwsmand # Provides: openwsmand
# Required-Start: $remote_fs # Required-Start: $remote_fs
# Required-Stop: $network # Required-Stop: $network
-# Default-Start: 2 3 4 5 -# Default-Start: 2 3 5
-# Default-Stop: 0 1 6 -# Default-Stop: 0 1 6
+# Default-Start: +# Default-Start:
+# Default-Stop: +# Default-Stop:
@ -57,16 +57,16 @@ diff -up openwsman-2.2.4/etc/init/openwsmand.sh.cmake.orig openwsman-2.2.4/etc/i
echo " running" echo " running"
else else
echo " stopped" echo " stopped"
+ if [ -e $PIDFILE ]; then + if [ -e $PIDFILE ]; then
+ echo " stopped, but pid file exists" + echo " stopped, but pid file exists"
+ exit 1 + exit 1
+ elif [ -e $lockfile ]; then + elif [ -e $lockfile ]; then
+ echo " stopped, but lock file exists" + echo " stopped, but lock file exists"
+ exit 2 + exit 2
+ else + else
+ echo " stopped" + echo " stopped"
+ exit 3 + exit 3
+ fi + fi
fi fi
fi fi
;; ;;

View File

@ -13,8 +13,8 @@ BuildRequires: python python-devel ruby ruby-devel ruby-rdoc perl
BuildRequires: perl-devel pkgconfig openssl-devel BuildRequires: perl-devel pkgconfig openssl-devel
BuildRequires: cmake BuildRequires: cmake
Requires: net-tools Requires: net-tools
Version: 2.2.5 Version: 2.2.7
Release: 3%{?dist} Release: 1%{?dist}
Url: http://www.openwsman.org/ Url: http://www.openwsman.org/
License: BSD License: BSD
Group: Applications/System Group: Applications/System
@ -170,6 +170,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_libdir}/openwsman/plugins/*.la rm -f %{buildroot}/%{_libdir}/openwsman/plugins/*.la
rm -f %{buildroot}/%{_libdir}/openwsman/authenticators/*.la rm -f %{buildroot}/%{_libdir}/openwsman/authenticators/*.la
[ -d %{buildroot}/%{ruby_sitelib} ] && rm -f %{buildroot}/%{ruby_sitelib}/openwsmanplugin.rb [ -d %{buildroot}/%{ruby_sitelib} ] && rm -f %{buildroot}/%{ruby_sitelib}/openwsmanplugin.rb
[ -d %{buildroot}/%{ruby_sitelib} ] && rm -f %{buildroot}/%{ruby_sitelib}/openwsman.rb
[ -d %{buildroot/}%{ruby_vendorlib} ] && rm -f %{buildroot}/%{ruby_vendorlib}/openwsmanplugin.rb [ -d %{buildroot/}%{ruby_vendorlib} ] && rm -f %{buildroot}/%{ruby_vendorlib}/openwsmanplugin.rb
mkdir -p %{buildroot}%{_sysconfdir}/init.d mkdir -p %{buildroot}%{_sysconfdir}/init.d
install -m 644 etc/openwsman.conf %{buildroot}/%{_sysconfdir}/openwsman install -m 644 etc/openwsman.conf %{buildroot}/%{_sysconfdir}/openwsman
@ -239,7 +240,8 @@ fi
%files ruby %files ruby
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{ruby_sitearch}/openwsman.so #%{ruby_sitearch}/openwsman.so
%{ruby_sitearch}/_openwsman.so
%dir %{ruby_sitelib}/openwsman %dir %{ruby_sitelib}/openwsman
%{ruby_sitelib}/openwsman/*.rb %{ruby_sitelib}/openwsman/*.rb
%doc AUTHORS COPYING ChangeLog README %doc AUTHORS COPYING ChangeLog README
@ -281,6 +283,9 @@ fi
%changelog %changelog
* Wed Jan 11 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-1
- Update to openwsman-2.2.7
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.2.5-3 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.2.5-3
- Perl mass rebuild - Perl mass rebuild

View File

@ -1 +1,2 @@
3958e97476aa94c506075e3cd165240d openwsman-2.2.5.tar.bz2 3958e97476aa94c506075e3cd165240d openwsman-2.2.5.tar.bz2
c72e3b34e25f393be8fd1ead6b4a5bae openwsman-2.2.7.tar.bz2