From 2a1c3f83b07a767804dc538d5fddab16a0ccabe4 Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Jul 11 2011 17:00:47 +0000 Subject: new version 4.4.6 --- diff --git a/bucardo.spec b/bucardo.spec index 80668d6..6d6d7c5 100644 --- a/bucardo.spec +++ b/bucardo.spec @@ -1,6 +1,6 @@ %define realname Bucardo Name: bucardo -Version: 4.4.5 +Version: 4.4.6 Release: 1%{?dist} Summary: Postgres replication system for both multi-master and multi-slave operations @@ -10,7 +10,9 @@ URL: http://bucardo.org/ Source0: http://bucardo.org/downloads/Bucardo-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source1: master-master-replication-example.txt +Source1: Bucardo-%{version}.tar.gz.asc +Source2: master-master-replication-example.txt + BuildArch: noarch @@ -69,7 +71,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/bucardo_ctl install -Dp -m 755 bucardo_ctl $RPM_BUILD_ROOT/%{_sbindir}/bucardo_ctl mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/bucardo -install -Dp -m 644 %{SOURCE1} . +install -Dp -m 644 %{SOURCE2} . @@ -92,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/bucardo %changelog +* Mon Jul 11 2011 Itamar Reis Peixoto - 4.4.6-1 +- new version 4.4.6 + * Sun Jun 19 2011 Itamar Reis Peixoto - 4.4.5-1 - New version 4.4.5 fix truncate bug