From d9f213764b0520722f201fa6f63cab08e2d1a876 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Feb 23 2021 22:26:14 +0000 Subject: Remove "-i" option from "%forgemeta" call The option "-i" to "%forgemeta" causes debugging information to be output. This confuses scripts that use rpmspec et al. to query information about a spec file. Therefore, the spec templates in the packaging guidelines note that the "-i" and "-v" options to "%forgemeta" should be removed before committing (cf. https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_using_forges_hosted_revision_control). --- diff --git a/libpqxx.spec b/libpqxx.spec index 2af2ab3..82e5ea5 100644 --- a/libpqxx.spec +++ b/libpqxx.spec @@ -9,7 +9,7 @@ Release: 1%{?dist} %global forgeurl https://github.com/jtv/%{name}/ %global tag %{version} -%forgemeta -i +%forgemeta License: BSD URL: http://pqxx.org/