From cbddf3f27d2c4cb77f0f105a254b9e4786b85119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 28 May 2014 12:56:59 +0200 Subject: [PATCH] add `%%global debug_package %%{nil}` to avoid empty debuginfo-pkg --- uthash.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/uthash.spec b/uthash.spec index a9c7030..396aca5 100644 --- a/uthash.spec +++ b/uthash.spec @@ -1,10 +1,12 @@ # This package builds a header-only lib, but has some testsuite to check # the headers' function. For this reason the main-pkg is build arched and -# produces a noarched subpkg, only. +# produces a noarched subpkg, only. There is no binary-compiled bits and +# therefore no debuginfo generated. +%global debug_package %{nil} Name: uthash Version: 1.9.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A hash table for C structures License: BSD URL: http://troydhanson.github.io/uthash @@ -44,6 +46,9 @@ cd tests && make %{?_smp_mflags} %{_includedir}/ut*.h %changelog +* Wed May 28 2014 Björn Esser - 1.9.9-6 +- add `%%global debug_package %%{nil}` to avoid empty debuginfo-pkg. + * Thu May 22 2014 Björn Esser - 1.9.9-5 - revert "Root package should be noarch too". - add provides %%{name} for -devel subpkg.