rpms/corosync/devel .cvsignore, 1.17, 1.18 corosync.spec, 1.41, 1.42 sources, 1.19, 1.20

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Jul 5 12:15:34 UTC 2010


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5890

Modified Files:
	.cvsignore corosync.spec sources 
Log Message:
New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	25 May 2010 06:12:52 -0000	1.17
+++ .cvsignore	5 Jul 2010 12:15:33 -0000	1.18
@@ -1 +1 @@
-corosync-1.2.3.tar.gz
+corosync-1.2.6.tar.gz


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- corosync.spec	25 May 2010 06:12:52 -0000	1.41
+++ corosync.spec	5 Jul 2010 12:15:34 -0000	1.42
@@ -2,7 +2,7 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 1.2.3
+Version: 1.2.6
 Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
@@ -25,7 +25,6 @@ Conflicts: openais <= 0.89, openais-deve
 %if %{buildtrunk}
 BuildRequires: autoconf automake
 %endif
-
 BuildRequires: nss-devel
 BuildRequires: libibverbs-devel librdmacm-devel
 
@@ -35,6 +34,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 %setup -q -n %{name}-%{version}
 %patch0
 
+%build
 %if %{buildtrunk}
 ./autogen.sh
 %endif
@@ -46,9 +46,8 @@ export rdmacm_LIBS=-lrdmacm \
 %{configure} \
 	--enable-nss \
 	--enable-rdma \
-	--with-initddir=%{_initddir}
+	--with-initddir=%{_initrddir}
 
-%build
 make %{_smp_mflags}
 
 %install
@@ -70,7 +69,9 @@ This package contains the Corosync Clust
 APIs and libraries, default configuration files, and an init script.
 
 %post
-/sbin/chkconfig --add corosync || :
+if [ $1 -eq 1 ]; then
+	/sbin/chkconfig --add corosync || :
+fi
 
 %preun
 if [ $1 -eq 0 ]; then
@@ -93,7 +94,7 @@ fi
 %dir %{_sysconfdir}/corosync/service.d
 %dir %{_sysconfdir}/corosync/uidgid.d
 %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
-%{_initddir}/corosync
+%{_initrddir}/corosync
 %dir %{_libexecdir}/lcrso
 %{_libexecdir}/lcrso/coroparse.lcrso
 %{_libexecdir}/lcrso/objdb.lcrso
@@ -107,8 +108,17 @@ fi
 %{_libexecdir}/lcrso/vsf_quorum.lcrso
 %{_libexecdir}/lcrso/vsf_ykd.lcrso
 %dir %{_localstatedir}/lib/corosync
+%dir %{_localstatedir}/log/cluster
 %{_mandir}/man8/corosync_overview.8*
+%{_mandir}/man8/corosync.8*
+%{_mandir}/man8/corosync-blackbox.8*
 %{_mandir}/man8/corosync-objctl.8*
+%{_mandir}/man8/corosync-keygen.8*
+%{_mandir}/man8/corosync-cfgtool.8*
+%{_mandir}/man8/corosync-cpgtool.8*
+%{_mandir}/man8/corosync-fplay.8*
+%{_mandir}/man8/corosync-pload.8*
+%{_mandir}/man8/corosync-quorumtool.8*
 %{_mandir}/man5/corosync.conf.5*
 
 %package -n corosynclib
@@ -214,6 +224,10 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/sam_overview.8*
 
 %changelog
+* Mon Jul  5 2010 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.2.6-1
+- New upstream release
+- Resync spec file with upstream changes
+
 * Tue May 25 2010 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.2.3-1
 - New upstream release
 - Rediff revision 2770 patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	25 May 2010 06:12:52 -0000	1.19
+++ sources	5 Jul 2010 12:15:34 -0000	1.20
@@ -1 +1 @@
-03b8cc311619c07ae1a84a5d59f13d0b  corosync-1.2.3.tar.gz
+82d91373585f0d48cb98a8599a237e48  corosync-1.2.6.tar.gz



More information about the scm-commits mailing list