Hello community, here is the log from the commit of package openwsman for openSUSE:Factory checked in at 2015-12-24 12:16:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openwsman (Old) and /work/SRC/openSUSE:Factory/.openwsman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openwsman" Changes: -------- --- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes 2015-10-26 12:48:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2015-12-24 12:16:03.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Dec 3 07:20:14 UTC 2015 - [email protected] + +- make winrs executable + add-shebang-to-winrs.patch + +------------------------------------------------------------------- New: ---- add-shebang-to-winrs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openwsman.spec ++++++ --- /var/tmp/diff_new_pack.IYlRBv/_old 2015-12-24 12:16:04.000000000 +0100 +++ /var/tmp/diff_new_pack.IYlRBv/_new 2015-12-24 12:16:04.000000000 +0100 @@ -141,6 +141,7 @@ Source3: %{name}.SuSEfirewall2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source4: %{name}.service +Patch2: add-shebang-to-winrs.patch %description Opensource Implementation of WS-Management protocol stack @@ -324,6 +325,7 @@ %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel} %patch1 -p1 %endif +%patch2 -p1 %build rm -rf build @@ -390,6 +392,7 @@ # rename winrs.rb -> winrs mv $RPM_BUILD_ROOT%{_bindir}/winrs.rb $RPM_BUILD_ROOT%{_bindir}/winrs +chmod 755 $RPM_BUILD_ROOT%{_bindir}/winrs %post -n libwsman3 -p /sbin/ldconfig ++++++ add-shebang-to-winrs.patch ++++++ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-openwsman-2.6.2/examples/winrs.rb ./examples/winrs.rb --- ../orig-openwsman-2.6.2/examples/winrs.rb 2015-10-14 14:45:51.000000000 +0200 +++ ./examples/winrs.rb 2015-12-02 15:03:40.613715666 +0100 @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby +# # winrs.rb # # Windows Remote Shell
