From 771b429b641b277a2fcbb6dce14f59ccb776e32c Mon Sep 17 00:00:00 2001 From: Ales Nezbeda Date: Wed, 21 Aug 2024 14:24:55 +0200 Subject: [PATCH] Add missing SPDX licenses to license tag https://gitlab.com/fedora/legal/fedora-license-data/-/issues/396#note_1975708712 Related: RHEL-37894 --- docbook5-style-xsl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docbook5-style-xsl.spec b/docbook5-style-xsl.spec index ad6e7e2..2b0e093 100644 --- a/docbook5-style-xsl.spec +++ b/docbook5-style-xsl.spec @@ -6,13 +6,13 @@ Name: docbook5-style-xsl Version: 1.79.2 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Norman Walsh's XSL stylesheets for DocBook 5.X # Package is licensed as MIT/X (http://wiki.docbook.org/topic/DocBookLicense), # some .js files under ./slides/browser/ are licensed MPLv1.1 -License: MIT and MPLv1.1 +License: DocBook-Schema AND (MIT OR GPL-2.0-only) AND MIT AND BSD-3-Clause AND BSD-2-Clause AND Apache-2.0 AND DocBook-XML AND Zlib AND EPL-1.0 AND W3C-20150513 AND LicenseRef-W3C-Document-2023 URL: https://github.com/docbook/xslt10-stylesheets Provides: docbook-xsl-ns = %{version} @@ -132,6 +132,11 @@ if [ "$1" = 0 ]; then fi %changelog +* Wed Aug 21 2024 Ales Nezbeda - 1.79.2-22 +- Add missing SPDX licenses to license tag +- https://gitlab.com/fedora/legal/fedora-license-data/-/issues/396#note_1975708712 +- Related: RHEL-37894 + * Wed Jul 24 2024 Yaakov Selkowitz - 1.79.2-21 - Drop unused tools directory - Limit Java dependency to extensions subpackage