[mercurial/f15] Fix br 744931 (unowned dir)

Neal Becker nbecker at fedoraproject.org
Tue Oct 11 22:55:56 UTC 2011


commit 7abb7b600dc030b031acbc509375694c258ea899
Author: nbecker <ndbecker2 at gmail.com>
Date:   Tue Oct 11 18:55:27 2011 -0400

    Fix br 744931 (unowned dir)

 mercurial.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mercurial.spec b/mercurial.spec
index 7a96142..530ec9b 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -3,7 +3,7 @@
 Summary: Mercurial -- a distributed SCM
 Name: mercurial
 Version: 1.9.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -150,7 +150,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/zsh/site-functions/_mercurial
 %{_bindir}/hg-ssh
 %dir %{_sysconfdir}/bash_completion.d/
-%dir %{_datadir}/zsh/site-functions/
+%dir %{_datadir}/zsh/
+%{_datadir}/zsh/site-functions/
 %dir %{_sysconfdir}/mercurial
 %dir %{_sysconfdir}/mercurial/hgrc.d
 %{python_sitearch}/mercurial
@@ -175,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
 ##cd tests && %{__python} run-tests.py
 
 %changelog
+* Tue Oct 11 2011 Neal Becker <ndbecker2 at gmail.com> - 1.9.3-2
+- Fix br 744931 (unowned dir)
+
 * Sun Oct  2 2011 Neal Becker <ndbecker2 at gmail.com> - 1.9.3-1
 - update to 1.9.3
 


More information about the scm-commits mailing list