Use noreplace option on config
This commit is contained in:
parent
d53bc13976
commit
13f9070ae7
@ -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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
#cd tests && %{__python} run-tests.py
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 Neal Becker <ndbecker2@gmail.com> - 1.1.2-7
|
||||
- Use noreplace option on config
|
||||
|
||||
* Mon Feb 23 2009 Neal Becker <ndbecker2@gmail.com> - 1.1.2-6
|
||||
- Fix typo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user