From 204edc7efeb5fac8a68d323a5aa9e733daa44926 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Thu, 20 Sep 2007 23:22:59 +0000 Subject: [PATCH] Revert last change --- mercurial.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index 15be827..67b7da5 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,7 +1,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial Version: 0.9.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -51,11 +51,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc CONTRIBUTORS README contrib/sample.hgrc %{_sysconfdir}/mercurial/ -%dir %{_datadir}/mercurial/ -%ghost %{_datadir}/mercurial/contrib/*.py[co] +%{_datadir}/mercurial/contrib/*.py[co] %{_mandir}/man*/* %changelog +* Thu Sep 20 2007 Neal Becker - 0.9.4-6 +- Revert last change. + * Thu Sep 20 2007 Neal Becker - 0.9.4-5 - Use %ghost on contrib, otherwise EL-4 build fails