CVS User Account cvsuser
Wed Dec 21 14:47:20 PST 2005
Log Message:
-----------

* Wed Dec 21 2005 Devrim Gunduz <devrim at commandprompt.com> postgresql-slony1-engine
- Added a buildrhel3 macro to fix RHEL 3 RPM builds

* 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.
- Added RELEASE files to docs

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine/redhat:
        slony-I.specfile (r1.1.2.4 -> r1.1.2.5)

-------------- next part --------------
Index: slony-I.specfile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/redhat/slony-I.specfile,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -Lredhat/slony-I.specfile -Lredhat/slony-I.specfile -u -w -r1.1.2.4 -r1.1.2.5
--- redhat/slony-I.specfile
+++ redhat/slony-I.specfile
@@ -96,19 +96,26 @@
 %files
 %defattr(-,root,root,-)
 %if %docs
-%doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
+%doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support RELEASE-1.1.5 RELEASE-1.1.2 RELEASE-1.1.1
 %endif
 %{_bindir}/*
 %{_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
 
 %changelog
+* Wed Dec 21 2005 Devrim Gunduz <devrim at commandprompt.com> postgresql-slony1-engine
+- Added a buildrhel3 macro to fix RHEL 3 RPM builds
+
+* 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.
+- Added RELEASE files to docs
+
 * Wed Oct 26 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
 - Modify CPPFLAGS and CFLAGS to fix builds on RHEL -- Per Philip Yarra
 - Fixed the problem in http://gborg.postgresql.org/pipermail/slony1-general/2005-October/003105.html 


More information about the Slony1-commit mailing list