diff --git a/hub.spec b/hub.spec index f3038e1..3228afb 100644 --- a/hub.spec +++ b/hub.spec @@ -23,7 +23,7 @@ Summary: A command-line wrapper for git with github shortcuts Name: hub Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://hub.github.com/ @@ -132,11 +132,14 @@ find . -maxdepth 2 -name '*.go' '!' -name '*_test.go' | \ %license LICENSE %doc README.md CONTRIBUTING.md %{_bindir}/hub -%{_mandir}/man1/ +%{_mandir}/man1/* %{_sysconfdir}/bash_completion.d/ %{_datarootdir}/zsh/site-functions/_hub %changelog +* Thu Jun 14 2018 Stephen Gallagher - 2.4.0-2 +- Don't own manpage directory + * Wed Jun 13 2018 Stephen Gallagher - 2.4.0-1 - Release hub 2.4.0 - https://github.com/github/hub/releases/tag/v2.4.0