Compare commits

..

7 Commits

Author SHA1 Message Date
Fedora Release Engineering 1d0094977b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 21:04:40 +00:00
Vitezslav Crhonek 613e85663e Rebuild 2024-06-25 13:08:46 +02:00
Yaakov Selkowitz 12519f950e Fix build with RPM 4.20
%_builddir now contains a build-specific path:

https://github.com/rpm-software-management/rpm/issues/2078
2024-06-23 14:12:10 -04:00
Python Maint d0cea79dae Rebuilt for Python 3.13 2024-06-18 09:37:36 +02:00
Jitka Plesnikova b4f95a4140 Perl 5.40 rebuild 2024-06-12 13:06:09 +02:00
Python Maint 4fd758ebc8 Rebuilt for Python 3.13 2024-06-07 18:57:17 +02:00
Vitezslav Crhonek b606719aa2 Update license tags in subpackages to SPDX format 2024-05-10 09:04:19 +02:00
2 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -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
View File
@@ -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