Compare commits

...

7 Commits

Author SHA1 Message Date
Vitezslav Crhonek 87f6177f36 SSL rebuild 2016-01-25 13:40:52 +01:00
Vitezslav Crhonek 184cbebc2e fix link to upstream source 2015-06-16 10:31:02 +02:00
Vitezslav Crhonek ec8ce33af6 Update to openwsman-2.6.0 2015-06-16 10:26:12 +02:00
Jitka Plesnikova f008d35258 Perl 5.22 rebuild 2015-06-03 18:35:46 +02:00
Vitezslav Crhonek 0b8f990088 Update to openwsman-2.4.15 2015-05-21 13:51:41 +02:00
Kalev Lember c64f24da29 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 16:30:34 +02:00
Vitezslav Crhonek 363c97a171 Update to openwsman-2.4.14 2015-02-26 14:36:40 +01:00
4 changed files with 27 additions and 5 deletions
+3
View File
@@ -11,3 +11,6 @@ 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
/openwsman-2.4.15.tar.gz
/openwsman-2.6.0.tar.gz
+1 -1
View File
@@ -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.6.0/include/ -o openwsman_wrap.c openwsman.i")
$CPPFLAGS = "-I/usr/include/openwsman -I.."
+22 -3
View File
@@ -15,14 +15,14 @@ BuildRequires: python python-devel perl
BuildRequires: perl-devel pkgconfig openssl-devel
BuildRequires: cmake
BuildRequires: systemd-units
Version: 2.4.12
Release: 1%{?dist}
Version: 2.6.0
Release: 2%{?dist}
Url: http://www.openwsman.org/
License: BSD
Group: Applications/System
Summary: Open source Implementation of WS-Management
# You can get this tarball here:
# https://github.com/Openwsman/openwsman/archive/v2.4.12.tar.gz
# https://github.com/Openwsman/openwsman/archive/v%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
# help2man generated manpage for openwsmand binary
Source1: openwsmand.8.gz
@@ -319,6 +319,25 @@ rm -f /var/log/wsmand.log
%changelog
* Mon Jan 25 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.0-2
- SSL rebuild
Resolves: #1301062
* Tue Jun 16 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.0-1
- Update to openwsman-2.6.0
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.15-2
- Perl 5.22 rebuild
* Thu May 21 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.15-1
- Update to openwsman-2.4.15
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.14-2
- Rebuilt for GCC 5 C++11 ABI change
* 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
+1 -1
View File
@@ -1,2 +1,2 @@
4f2d9b1d7da6d87fcd38a9aa23559723 openwsmand.8.gz
4893a41c6fd89b33095c315c79638a75 openwsman-2.4.12.tar.gz
824834a86040b98b03f3fc0f7f62e853 openwsman-2.6.0.tar.gz