From 6e55146e2ffa8d1960fde1092d35be94cc05f179 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 2 Mar 2021 12:36:10 +0100 Subject: [PATCH] disable debug packages; rel 4 essentially noarch package but owns arch specific common directory as a most convenient place for such dir --- python-ruamel.base.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-ruamel.base.spec b/python-ruamel.base.spec index c0354db..4ae5424 100644 --- a/python-ruamel.base.spec +++ b/python-ruamel.base.spec @@ -3,12 +3,14 @@ %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module +%define _enable_debug_packages 0 + %define module ruamel.base Summary: Common routines for ruamel packages Summary(pl.UTF-8): Wspólne funkcje dla pakietów ruamel Name: python-%{module} Version: 1.0.0 -Release: 3 +Release: 4 License: MIT Group: Libraries/Python #Source0Download: https://pypi.org/simple/ruamel.base/ -- 2.44.0