Update to openwsman-2.6.2
This commit is contained in:
parent
945a87a996
commit
30f95a80e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ openwsman-2.2.3.tar.bz2
|
|||||||
/openwsman-2.4.15.tar.gz
|
/openwsman-2.4.15.tar.gz
|
||||||
/openwsman-2.6.0.tar.gz
|
/openwsman-2.6.0.tar.gz
|
||||||
/openwsman-2.6.1.tar.gz
|
/openwsman-2.6.1.tar.gz
|
||||||
|
/openwsman-2.6.2.tar.gz
|
||||||
|
@ -6,7 +6,7 @@ diff -up openwsman-2.4.12/bindings/ruby/extconf.rb.orig openwsman-2.4.12/binding
|
|||||||
|
|
||||||
major, minor, path = RUBY_VERSION.split(".")
|
major, minor, path = RUBY_VERSION.split(".")
|
||||||
-raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -o openwsman_wrap.c openwsman.i")
|
-raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -o openwsman_wrap.c openwsman.i")
|
||||||
+raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.6.1/include/ -o openwsman_wrap.c openwsman.i")
|
+raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.6.2/include/ -o openwsman_wrap.c openwsman.i")
|
||||||
|
|
||||||
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ BuildRequires: python python-devel perl
|
|||||||
BuildRequires: perl-devel pkgconfig openssl-devel
|
BuildRequires: perl-devel pkgconfig openssl-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.6.1
|
Version: 2.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -152,6 +152,17 @@ This package provides Perl bindings to access the openwsman client API.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package winrs
|
||||||
|
Summary: Windows Remote Shell
|
||||||
|
Requires: rubygem-%{gem_name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description winrs
|
||||||
|
This is a command line tool for the Windows Remote Shell protocol. You
|
||||||
|
can use it to send shell commands to a remote Windows hosts.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .libssl
|
%patch1 -p1 -b .libssl
|
||||||
@ -235,6 +246,9 @@ rm -rf %{buildroot}%{gem_instdir}/ext
|
|||||||
mkdir -p %{buildroot}%{gem_extdir_mri}
|
mkdir -p %{buildroot}%{gem_extdir_mri}
|
||||||
cp -a ./build%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
|
cp -a ./build%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
|
||||||
|
|
||||||
|
# rename winrs.rb -> winrs
|
||||||
|
mv %{buildroot}/%{_bindir}/winrs.rb %{buildroot}%{_bindir}/winrs
|
||||||
|
|
||||||
%post -n libwsman1 -p /sbin/ldconfig
|
%post -n libwsman1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libwsman1 -p /sbin/ldconfig
|
%postun -n libwsman1 -p /sbin/ldconfig
|
||||||
@ -317,8 +331,14 @@ rm -f /var/log/wsmand.log
|
|||||||
%config(noreplace) %{_sysconfdir}/openwsman/openwsman_client.conf
|
%config(noreplace) %{_sysconfdir}/openwsman/openwsman_client.conf
|
||||||
%doc AUTHORS COPYING ChangeLog README.md
|
%doc AUTHORS COPYING ChangeLog README.md
|
||||||
|
|
||||||
|
%files winrs
|
||||||
|
%{_bindir}/winrs
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.2-1
|
||||||
|
- Update to openwsman-2.6.2
|
||||||
|
|
||||||
* Mon Aug 31 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-1
|
* Mon Aug 31 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-1
|
||||||
- Update to openwsman-2.6.1
|
- Update to openwsman-2.6.1
|
||||||
- Review PAM rules
|
- Review PAM rules
|
||||||
|
Loading…
Reference in New Issue
Block a user