rpms/mercurial/F-9 mercurial.spec,1.54,1.55

Neal Becker nbecker at fedoraproject.org
Fri Feb 27 16:28:52 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11004

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


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-9/mercurial.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- mercurial.spec	23 Feb 2009 20:25:32 -0000	1.54
+++ mercurial.spec	27 Feb 2009 16:28:21 -0000	1.55
@@ -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 scm-commits mailing list