diff --git a/go.changes b/go.changes index 203ba2c..f682590 100644 --- a/go.changes +++ b/go.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 12 10:29:45 UTC 2015 - i@marguerite.su + +- macros.go: fix "summary-not-capitalized" + ------------------------------------------------------------------- Thu Jul 9 15:20:25 UTC 2015 - i@marguerite.su diff --git a/macros.go b/macros.go index 1934bfb..a5a3438 100644 --- a/macros.go +++ b/macros.go @@ -175,7 +175,7 @@ find . -name *.go -exec install -Dm644 \{\} %{buildroot}%{go_contribsrcdir}/\{\} # Template for source sub-package %gosrc_package(n:r:) \ %package %{-n:-n %{-n*}-}source \ -Summary: source codes for package %{name} \ +Summary: Source codes for package %{name} \ Group: Development/Sources \ Requires: %{-n:%{-n*}}%{!-n:%{name}} = %{version} \ %{-r:Requires: %{-r*}} \