From 01f6e4b9b00b97475348438b9b7c3d6b1dd52b6c Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Thu, 4 Jul 2013 17:11:07 +0800 Subject: [PATCH] fix gbs/obs build failure debug package is enabled by default, defining debug_package will confict with gbs/obs behavior. Change-Id: I758637f584a8866452d918087335bebd80edf9fb --- packaging/osp-face.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/osp-face.spec b/packaging/osp-face.spec index bf73457..271fdd5 100644 --- a/packaging/osp-face.spec +++ b/packaging/osp-face.spec @@ -1,4 +1,3 @@ -%define debug_package %{nil} %define __strip /bin/true Name: osp-face @@ -77,4 +76,4 @@ cat %{_builddir}/%{name}-%{version}/LICENSE.APLv2 >> %{buildroot}/usr/share/lice %{_libdir}/pkgconfig/osp-face.pc %files debug -%{_libdir}/osp/debug/*.so* \ No newline at end of file +%{_libdir}/osp/debug/*.so* -- 2.7.4