From 641e37285989b84a1179536d3695538df91c3a90 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Mon, 23 Feb 2009 19:53:43 +0000 Subject: [PATCH] Own directories bash_completion.d and zsh/site-functions https://bugzilla.redhat.com/show_bug.cgi?id=487015 --- mercurial.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mercurial.spec b/mercurial.spec index 5942add..9f91107 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -3,7 +3,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -147,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/hg-viz %{_bindir}/git-rev-tree %{_bindir}/mercurial-convert-repo +%dir {_sysconfdir}/bash_completion.d/ +%dir {_datadir}/zsh/site-functions/ %dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial/hgrc.d %config %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc @@ -168,6 +170,10 @@ rm -rf $RPM_BUILD_ROOT #cd tests && %{__python} run-tests.py %changelog +* Mon Feb 23 2009 Neal Becker - 1.1.2-5 +- Own directories bash_completion.d and zsh/site-functions + https://bugzilla.redhat.com/show_bug.cgi?id=487015 + * Mon Feb 9 2009 Neal Becker - 1.1.2-4 - Mark mergetools.rc as config