CVS User Account cvsuser
Wed Dec 14 07:57:04 PST 2005
Log Message:
-----------

- Fixed the spec file so that during upgrade, conf files will not be replaced, and a .rpmnew will be created.

Modified Files:
--------------
    slony1-engine:
        postgresql-slony1-engine.spec.in (r1.27 -> r1.28)

-------------- next part --------------
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.27 -r1.28
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -109,10 +109,10 @@
 %{_libdir}/pgsql/slony1_funcs.so
 %{_libdir}/pgsql/xxid.so
 %{_datadir}/pgsql/*.sql
-%{_sysconfdir}/slon.conf
+%config(noreplace) %{_sysconfdir}/slon.conf
 %if %perltools
 %{_libdir}/pgsql/slon-tools.pm
-%{_sysconfdir}/slon_tools.conf
+%config(noreplace) %{_sysconfdir}/slon_tools.conf
 %endif
 
 %if %docs
@@ -122,6 +122,9 @@
 %endif
 
 %changelog
+* Wed Dec 14 2005 Devrim Gunduz <devrim at commandprompt.com> postgresql-slony1-engine
+- Fixed the spec file so that during upgrade, conf files will not be replaced, and a .rpmnew will be created.
+
 * Thu Nov 24 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
 - Created bindir
 


More information about the Slony1-commit mailing list