Update to openwsman-2.4.14
This commit is contained in:
parent
ad0f62e8b0
commit
363c97a171
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ openwsman-2.2.3.tar.bz2
|
||||
/v2.4.4.tar.gz
|
||||
/v2.4.6.tar.gz
|
||||
/openwsman-2.4.12.tar.gz
|
||||
/openwsman-2.4.14.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(".")
|
||||
-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.4.12/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.4.14/include/ -o openwsman_wrap.c openwsman.i")
|
||||
|
||||
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
||||
|
||||
|
@ -15,7 +15,7 @@ BuildRequires: python python-devel perl
|
||||
BuildRequires: perl-devel pkgconfig openssl-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: systemd-units
|
||||
Version: 2.4.12
|
||||
Version: 2.4.14
|
||||
Release: 1%{?dist}
|
||||
Url: http://www.openwsman.org/
|
||||
License: BSD
|
||||
@ -319,6 +319,9 @@ rm -f /var/log/wsmand.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.14-1
|
||||
- Update to openwsman-2.4.14
|
||||
|
||||
* Mon Feb 09 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.12-1
|
||||
- Update to openwsman-2.4.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user