From 8b7d747e77925399c38b378511b4c29269051fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 27 Jun 2024 13:05:28 +0200 Subject: [PATCH] Remove meta-subpackages because they are not needed in RHEL --- python-jsonschema.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index d80a0b0..76727de 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -12,7 +12,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 4.19.1 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://github.com/Julian/jsonschema Source0: %{pypi_source} @@ -40,8 +40,6 @@ BuildRequires: python3dist(twisted) Summary: %{summary} %description -n python3-%{pypi_name} %{common_description} -%pyproject_extras_subpkg -n python3-%{pypi_name} format format-nongpl - %prep %autosetup -n %{pypi_name}-%{version} -p1 @@ -72,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %{_bindir}/jsonschema %changelog +* Thu Jun 27 2024 Ondřej Budai - 4.19.1-6 +- Remove meta-subpackages because they are not needed in RHEL + * Wed Jun 26 2024 Ondřej Budai - 4.19.1-5 - Drop unneeded build dependencies