From 2308c91d3b5644296cb713aea1eeb12bda4cebce Mon Sep 17 00:00:00 2001 From: "jiankang.fan" Date: Sat, 14 May 2016 14:52:33 +0800 Subject: [PATCH] Modify spec file to ignore empty debugfile.rpm Change-Id: Ic83d870d1118bef9da2aa6babb9c394132b6b0db Signed-off-by: jiankang.fan --- packaging/createrepo.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/createrepo.spec b/packaging/createrepo.spec index cfc163b..70f5a5a 100644 --- a/packaging/createrepo.spec +++ b/packaging/createrepo.spec @@ -59,6 +59,9 @@ Authors: %setup -q %build +%if 0%{?fedora} == 23 +%global debug_package %{nil} +%endif %install -- 2.34.1