From 4d1f692eebc270a1866dc0d501d517090c434831 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Mar 2018 14:05:06 +0000 Subject: [PATCH] Disable tarball signing for the development branch. --- libguestfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index 29f0830..9433c9b 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -27,7 +27,7 @@ %global _changelog_trimtime %(date +%s -d "2 years ago") # Verify tarball signature with GPGv2 (only possible for stable branches). -%global verify_tarball_signature 1 +%global verify_tarball_signature %{nil} # Filter perl provides. %{?perl_default_filter}