From 5739a5c2622be1a68e81e5539a544ec8ec328032 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Fri, 4 May 2007 21:40:35 +0000 Subject: [PATCH] build: call rpm command for preferred rpms with --nosignature --nodigest --- osc/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/build.py b/osc/build.py index c2bd1e71..1212b011 100644 --- a/osc/build.py +++ b/osc/build.py @@ -193,7 +193,7 @@ def get_prefer_pkgs(dirs, wanted_arch): continue if path.find('-debuginfo-') > 0: continue - arch, name = os.popen('rpm -qp --qf "%%{arch} %%{name}\\n" %s' \ + arch, name = os.popen('rpm -qp --nosignature --nodigest --qf "%%{arch} %%{name}\\n" %s' \ % path).read().split() # instead of this assumption, we should probably rather take the # requested arch for this package from buildinfo