From 073aa3c448d76be2f037f19777b42775a88eabde Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 3 May 2023 08:38:51 -0400 Subject: [PATCH] Make the package noarch (python-ruamel-yaml-clib contains the compiled code) --- python-ruamel-yaml.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 477e1c7..2378fd8 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -1,5 +1,4 @@ %global commit 56b3e2666fb275deab3eec99193c103e4edf93bb -%global debug_package %{nil} Name: python-ruamel-yaml Version: 0.17.22 @@ -13,6 +12,8 @@ URL: https://sourceforge.net/projects/ruamel-yaml # https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml/code/ruamel-yaml-code-58889c2d944d5d0b22948a15d6fcb97c68d599de.zip Source0: https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml/code/ruamel-yaml-code-%{commit}.zip +BuildArch: noarch + %global _description %{expand: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order.} @@ -57,6 +58,7 @@ rm -rf ruamel.yaml.egg-info - Confirm License is SPDX MIT - Reduce macro indirection and drop ancient constructs and conditionals - Update description from upstream +- Make the package noarch (python-ruamel-yaml-clib contains the compiled code) * Wed May 03 2023 Maxwell G - 0.17.22-1 - Update to 0.17.22. Fixes rhbz#2192464.