From 6b6726206df0936232770e39c7e4723bef6e6def Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Tue, 23 Feb 2021 22:30:09 +0000 Subject: [PATCH] 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). Resolves: #1951338 Signed-off-by: Eugene Syromiatnikov --- ddiskit.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ddiskit.spec b/ddiskit.spec index 932bfba..088ee25 100644 --- a/ddiskit.spec +++ b/ddiskit.spec @@ -9,7 +9,7 @@ Name: ddiskit Version: 3.6 -%forgemeta -i +%forgemeta Release: 12%{?dist} Summary: Tool for Red Hat Enterprise Linux Driver Update Disk creation @@ -67,23 +67,23 @@ find %{buildroot} -size 0 -delete %config(noreplace) /etc/ddiskit.config %changelog -* Thu Apr 15 2021 Mohan Boddu - Forge-specific packaging variables +* Thu Apr 15 2021 Mohan Boddu - 3.6-12 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 -* Tue Jan 26 2021 Fedora Release Engineering - Packaging variables read or set by %forgemeta +* Tue Jan 26 2021 Fedora Release Engineering - 3.6-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Oct 14 2020 Cestmir Kalina - 3.6-10 - Remove Python 2 relevant chunks - Fixes #1885256 -* Mon Jul 27 2020 Fedora Release Engineering - Packaging variables read or set by %forgemeta +* Mon Jul 27 2020 Fedora Release Engineering - 3.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild -* Tue May 26 2020 Miro Hrončok - Packaging variables read or set by %forgemeta +* Tue May 26 2020 Miro Hrončok - 3.6-8 - Rebuilt for Python 3.9 -* Tue Jan 28 2020 Fedora Release Engineering - Packaging variables read or set by %forgemeta +* Tue Jan 28 2020 Fedora Release Engineering - 3.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 29 2019 Zamir SUN - 3.6-6.20191129gitde1f684