rpms/mercurial/devel mercurial.spec,1.65,1.66

Neal Becker nbecker at fedoraproject.org
Tue Feb 24 19:24:34 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22743

Modified Files:
	mercurial.spec 
Log Message:
Use noreplace option on config



Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- mercurial.spec	23 Feb 2009 20:06:21 -0000	1.65
+++ mercurial.spec	24 Feb 2009 19:24:04 -0000	1.66
@@ -3,7 +3,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.1.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -151,7 +151,7 @@
 %dir %{_datadir}/zsh/site-functions/
 %dir %{_sysconfdir}/mercurial
 %dir %{_sysconfdir}/mercurial/hgrc.d
-%config %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
+%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
 %dir %{python_sitearch}/mercurial
 %dir %{python_sitearch}/hgext
 
@@ -170,6 +170,9 @@
 #cd tests && %{__python} run-tests.py
 
 %changelog
+* Tue Feb 24 2009 Neal Becker <ndbecker2 at gmail.com> - 1.1.2-7
+- Use noreplace option on config
+
 * Mon Feb 23 2009 Neal Becker <ndbecker2 at gmail.com> - 1.1.2-6
 - Fix typo
 




More information about the fedora-extras-commits mailing list