Update license tags in subpackages to SPDX format
This commit is contained in:
parent
ba629d7155
commit
8398e132b1
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: openwsman
|
Name: openwsman
|
||||||
Version: 2.7.2
|
Version: 2.7.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
|
|
||||||
License: BSD-3-Clause AND MIT
|
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.
|
all system management aspects.
|
||||||
|
|
||||||
%package -n libwsman1
|
%package -n libwsman1
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
Provides: %{name} = %{version}-%{release}
|
Provides: %{name} = %{version}-%{release}
|
||||||
Obsoletes: %{name} < %{version}-%{release}
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
@ -86,7 +86,7 @@ Obsoletes: %{name} < %{version}-%{release}
|
|||||||
Openwsman library for packages dependent on openwsman.
|
Openwsman library for packages dependent on openwsman.
|
||||||
|
|
||||||
%package -n libwsman-devel
|
%package -n libwsman-devel
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Open source Implementation of WS-Management
|
Summary: Open source Implementation of WS-Management
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{version}-%{release}
|
||||||
Obsoletes: %{name}-devel < %{version}-%{release}
|
Obsoletes: %{name}-devel < %{version}-%{release}
|
||||||
@ -100,14 +100,14 @@ Requires: libcurl-devel
|
|||||||
Development files for openwsman.
|
Development files for openwsman.
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Openwsman Client libraries
|
Summary: Openwsman Client libraries
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
Openwsman Client libraries.
|
Openwsman Client libraries.
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Openwsman Server and service libraries
|
Summary: Openwsman Server and service libraries
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
%if 0%{?with_selinux}
|
%if 0%{?with_selinux}
|
||||||
@ -121,7 +121,7 @@ Openwsman Server and service libraries.
|
|||||||
|
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
%package python3
|
%package python3
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Python bindings for openwsman client API
|
Summary: Python bindings for openwsman client API
|
||||||
Requires: %{__python3}
|
Requires: %{__python3}
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
@ -133,7 +133,7 @@ This package provides Python3 bindings to access the openwsman client API.
|
|||||||
|
|
||||||
%if %{with_ruby}
|
%if %{with_ruby}
|
||||||
%package -n rubygem-%{gem_name}
|
%package -n rubygem-%{gem_name}
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Ruby client bindings for Openwsman
|
Summary: Ruby client bindings for Openwsman
|
||||||
Obsoletes: %{name}-ruby < %{version}-%{release}
|
Obsoletes: %{name}-ruby < %{version}-%{release}
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
@ -153,7 +153,7 @@ Documentation for rubygem-%{gem_name}
|
|||||||
|
|
||||||
%if %{with_perl}
|
%if %{with_perl}
|
||||||
%package perl
|
%package perl
|
||||||
License: BSD
|
License: BSD-3-Clause AND MIT
|
||||||
Summary: Perl bindings for openwsman client API
|
Summary: Perl bindings for openwsman client API
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
|
|
||||||
@ -408,6 +408,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user