From a8e28ca7a648b56e3b9e67f74d08148d0f9e00e98833f7c0824100e96628ea24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Mon, 27 Sep 2021 13:01:27 +0000 Subject: [PATCH] Do not build find-debuginfo in python-rpm.spec OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=587 --- rpm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpm.spec b/rpm.spec index 7e24299..1bf97d3 100644 --- a/rpm.spec +++ b/rpm.spec @@ -296,11 +296,13 @@ $BUILDTARGET rm po/de.gmo make %{?_smp_mflags} +%if "%{NAME}" != "python-rpm" pushd debugedit-5.0 ./configure --bindir=/usr/lib/rpm touch find-debuginfo.1 make popd +%endif %install mkdir -p %{buildroot}/usr/lib