#3 Remove "-i" option from "%forgemeta" call
Merged 3 years ago by mkrupcale. Opened 3 years ago by scfc.
Unknown source f32-fix-forgemeta  into  f32

file modified
+1 -1
@@ -9,7 +9,7 @@

  

  %global         forgeurl https://github.com/jtv/%{name}/

  %global         tag %{version}

- %forgemeta -i

+ %forgemeta

  

  License:        BSD

  URL:            http://pqxx.org/

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).

Would you mind making this PR against main/rawhide rather than f32? I can then cherry-pick to the active branches.

That's the plan, but my script for mending the wrong %changelog entries has a hiccup and I want to debug and fix that instead of just pressing C-k a few times :-). Shouldn't take me that long …

Pull-Request has been merged by mkrupcale

3 years ago

Thanks for the PRs--all should be merged now. As you suggested on the mailing list[1], this must have been a mistake after I copy-pasted from the Wiki.

[1] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/V7UEH3HFMNLENXHSUG2EKWL2J444N2DU/

Metadata