diff --git a/docbook5-schemas.spec b/docbook5-schemas.spec index 97cf7ff..fc2e329 100644 --- a/docbook5-schemas.spec +++ b/docbook5-schemas.spec @@ -1,10 +1,10 @@ Name: docbook5-schemas Version: 5.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Norman Walsh's schemas (DTD, Relax NG, W3C schema) for Docbook 5.X -License: Freely redistributable without restriction +License: LicenseRef-OASIS-spec AND DocBook-Stylesheet AND LicenseRef-Fedora-UltraPermissive URL: http://www.oasis-open.org/docbook/ Provides: docbook5-dtd = %{version}-%{release} @@ -341,6 +341,10 @@ fi %{_datadir}/xml/docbook5/schema/sch/%{version} %changelog +* Thu Nov 28 2024 Ales Nezbeda - 5.1-14 +- Change license tag to SPDX license +- Resolves: RHEL-37893 + * Tue Oct 29 2024 Troy Dawson - 5.1-13 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c656b91 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.installability.functional}