rpms/corosync/devel .cvsignore, 1.6, 1.7 corosync.spec, 1.28, 1.29 sources, 1.8, 1.9

Fabio M. Di Nitto fabbione at fedoraproject.org
Sat Jun 20 07:53:06 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28947

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.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	10 Jun 2009 06:59:18 -0000	1.6
+++ .cvsignore	20 Jun 2009 07:52:36 -0000	1.7
@@ -1,2 +1 @@
-corosync-0.97.tar.gz
-corosync-trunk.diff
+corosync-0.98.tar.gz


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- corosync.spec	11 Jun 2009 14:34:26 -0000	1.28
+++ corosync.spec	20 Jun 2009 07:52:36 -0000	1.29
@@ -1,14 +1,13 @@
-%define alphatag svn2233
+# define alphatag svn1211
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 0.97
+Version: 0.98
 Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openais.org
 Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
-Patch0: corosync-trunk.diff
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -17,14 +16,8 @@ Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Conflicts: openais <= 0.89, openais-devel <= 0.89
 
-# Setup/build bits
-%define ais_user_uid 39
-
-%if %{alphatag}
-%define buildtrunk 1
-%else
 %define buildtrunk 0
-%endif
+%{?alphatag: %define buildtrunk 1}
 %{?_with_buildtrunk: %define buildtrunk 1}
 
 %if %{buildtrunk}
@@ -36,7 +29,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 %prep
 %setup -q -n corosync-%{version}
-%patch0 -p0
 
 %if %{buildtrunk}
 ./autogen.sh
@@ -71,11 +63,6 @@ rm -rf %{buildroot}
 This package contains the Corosync Cluster Engine Executive, several default
 APIs and libraries, default configuration files, and an init script.
 
-%pre
-# Add the "ais" user
-/usr/sbin/useradd -c 'The Corosync Cluster Engine' \
- -u %{ais_user_uid} -s /sbin/nologin -r -d '/' ais 2> /dev/null || :
-
 %post
 /sbin/chkconfig --add corosync || :
 
@@ -97,7 +84,9 @@ fi
 %{_sbindir}/corosync-cfgtool
 %{_sbindir}/corosync-fplay
 %{_sbindir}/corosync-pload
-%config(noreplace) /etc/corosync.conf.example
+%dir /etc/corosync
+%dir /etc/corosync/uidgid.d
+%config(noreplace) /etc/corosync/corosync.conf.example
 %{_initddir}/corosync
 %dir %{_libexecdir}/lcrso
 %{_libexecdir}/lcrso/coroparse.lcrso
@@ -213,6 +202,14 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/coroipc_overview.8*
 
 %changelog
+* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.98-1
+- New upstream release
+- spec file updates:
+  * Drop corosync-trunk patch and alpha tag.
+  * Fix alphatag vs buildtrunk handling.
+  * Drop requirement on ais user/group and stop creating them.
+  * New config file locations from upstream: /etc/corosync/corosync.conf.
+
 * Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.97-1.svn2233
 - spec file updates:
   * Update to svn version 2233 to include library linking fixes


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	11 Jun 2009 14:34:26 -0000	1.8
+++ sources	20 Jun 2009 07:52:36 -0000	1.9
@@ -1,2 +1 @@
-1bab8a601e9c546c8307ca673427afbd  corosync-0.97.tar.gz
-4265b7e1fe87a3bb471c5c637d94e905  corosync-trunk.diff
+49a058b7384003132cd82c4676faa75f  corosync-0.98.tar.gz




More information about the fedora-extras-commits mailing list