Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d0094977b | |||
| 613e85663e | |||
| 12519f950e | |||
| d0cea79dae | |||
| b4f95a4140 | |||
| 4fd758ebc8 | |||
| b606719aa2 |
@@ -6,7 +6,7 @@ diff -up openwsman-2.7.2/bindings/ruby/extconf.rb.orig openwsman-2.7.2/bindings/
|
||||
|
||||
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.7.2/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.7.2-build/openwsman-2.7.2/include/ -o openwsman_wrap.c openwsman.i")
|
||||
|
||||
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
||||
|
||||
|
||||
+27
-8
@@ -25,7 +25,7 @@
|
||||
|
||||
Name: openwsman
|
||||
Version: 2.7.2
|
||||
Release: 5%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Open source Implementation of WS-Management
|
||||
|
||||
License: BSD-3-Clause AND MIT
|
||||
@@ -77,7 +77,7 @@ requirements that exposes a set of operations focused on and covers
|
||||
all system management aspects.
|
||||
|
||||
%package -n libwsman1
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Open source Implementation of WS-Management
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
Obsoletes: %{name} < %{version}-%{release}
|
||||
@@ -86,7 +86,7 @@ Obsoletes: %{name} < %{version}-%{release}
|
||||
Openwsman library for packages dependent on openwsman.
|
||||
|
||||
%package -n libwsman-devel
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Open source Implementation of WS-Management
|
||||
Provides: %{name}-devel = %{version}-%{release}
|
||||
Obsoletes: %{name}-devel < %{version}-%{release}
|
||||
@@ -100,14 +100,14 @@ Requires: libcurl-devel
|
||||
Development files for openwsman.
|
||||
|
||||
%package client
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Openwsman Client libraries
|
||||
|
||||
%description client
|
||||
Openwsman Client libraries.
|
||||
|
||||
%package server
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Openwsman Server and service libraries
|
||||
Requires: libwsman1 = %{version}-%{release}
|
||||
%if 0%{?with_selinux}
|
||||
@@ -121,7 +121,7 @@ Openwsman Server and service libraries.
|
||||
|
||||
%if %{with_python}
|
||||
%package python3
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Python bindings for openwsman client API
|
||||
Requires: %{__python3}
|
||||
Requires: libwsman1 = %{version}-%{release}
|
||||
@@ -133,7 +133,7 @@ This package provides Python3 bindings to access the openwsman client API.
|
||||
|
||||
%if %{with_ruby}
|
||||
%package -n rubygem-%{gem_name}
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Ruby client bindings for Openwsman
|
||||
Obsoletes: %{name}-ruby < %{version}-%{release}
|
||||
Requires: libwsman1 = %{version}-%{release}
|
||||
@@ -153,7 +153,7 @@ Documentation for rubygem-%{gem_name}
|
||||
|
||||
%if %{with_perl}
|
||||
%package perl
|
||||
License: BSD
|
||||
License: BSD-3-Clause AND MIT
|
||||
Summary: Perl bindings for openwsman client API
|
||||
Requires: libwsman1 = %{version}-%{release}
|
||||
|
||||
@@ -408,6 +408,25 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jun 25 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.7.2-10
|
||||
- Rebuild
|
||||
Resolves: #2290726
|
||||
|
||||
* Tue Jun 18 2024 Python Maint <python-maint@redhat.com> - 2.7.2-9
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Wed Jun 12 2024 Jitka Plesnikova <jplesnik@redhat.com> - 2.7.2-8
|
||||
- Perl 5.40 rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.7.2-7
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri May 10 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.7.2-6
|
||||
- Update license tags in subpackages to SPDX format
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user