Update license tags in subpackages to SPDX format

This commit is contained in:
Vitezslav Crhonek 2024-05-09 09:28:04 +02:00
parent ba629d7155
commit 8398e132b1

View File

@ -25,7 +25,7 @@
Name: openwsman
Version: 2.7.2
Release: 5%{?dist}
Release: 6%{?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,9 @@ fi
%endif
%changelog
* Thu May 09 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