rpms/openais/devel .cvsignore, 1.14, 1.15 openais.spec, 1.43, 1.44 sources, 1.15, 1.16

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


Author: fabbione

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	10 Jun 2009 07:22:34 -0000	1.14
+++ .cvsignore	20 Jun 2009 07:56:22 -0000	1.15
@@ -1,2 +1 @@
-openais-0.96.tar.gz
-openais-trunk.diff
+openais-0.97.tar.gz


Index: openais.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/openais.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- openais.spec	10 Jun 2009 07:22:34 -0000	1.43
+++ openais.spec	20 Jun 2009 07:56:23 -0000	1.44
@@ -1,30 +1,26 @@
-%define alphatag svn1951
+# define alphatag 0
 
 Name: openais
 Summary: The openais Standards-Based Cluster Framework executive and APIs
-Version: 0.96
+Version: 0.97
 Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://developer.osdl.org/dev/openais/
 Source0: http://www.osdl.org/downloads/openais-%{version}/openais-%{version}.tar.gz
-Patch0: openais-trunk.diff
 
 # Runtime bits
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
-Requires: corosync >= 0.97-1.svn2226
+Requires: corosync >= 0.98-1
 Requires: openaislib = %{version}-%{release}
 Conflicts: openais-devel <= 0.89
 
 # Setup/build bits
-BuildRequires: corosynclib-devel >= 0.97-1.svn2226
+BuildRequires: corosynclib-devel >= 0.98
 
-%if %{alphatag}
-%define buildtrunk 1
-%else
 %define buildtrunk 0
-%endif
+%{?alphatag: %define buildtrunk 1}
 %{?_with_buildtrunk: %define buildtrunk 1}
 
 %if %{buildtrunk}
@@ -35,7 +31,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 %prep
 %setup -q -n openais-%{version}
-%patch0 -p0
 
 %if %{buildtrunk}
 ./autogen.sh
@@ -44,7 +39,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 %{_configure}	CFLAGS="$(echo '%{optflags}')" \
 		--prefix=/usr \
 		--localstatedir=/var \
-		--sysconfdir=/etc/ais \
+		--sysconfdir=/etc \
 		--with-lcrso-dir=$(pkg-config corosync --variable lcrsodir) \
 		--libdir=%{_libdir}
 
@@ -86,12 +81,10 @@ fi
 %files 
 %defattr(-,root,root,-)
 %doc LICENSE README.amf
-%dir /etc/ais
-%config(noreplace) /etc/ais/openais.conf.example
-%config(noreplace) /etc/ais/amf.conf.example
+%dir /etc/corosync
+%config(noreplace) /etc/corosync/amf.conf.example
 %{_initrddir}/openais
 %dir %{_libexecdir}/lcrso
-%{_libexecdir}/lcrso/openaisparser.lcrso
 %{_libexecdir}/lcrso/openaisserviceenable.lcrso
 %{_libexecdir}/lcrso/service_amf.lcrso
 %{_libexecdir}/lcrso/service_ckpt.lcrso
@@ -162,6 +155,15 @@ This package contains the include files 
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.97-1
+- New upstream release
+- spec file updates:
+  * Drop openais-trunk patch and alpha tag.
+  * Fix alphatag vs buildtrunk handling.
+  * New config file locations from upstream: /etc/corosync/.
+  * Fix configure invokation.
+  * Requires and BuildRequires corosync 0.98
+
 * Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.96-1.svn1951
 - New upstream release
 - spec file updates:


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	10 Jun 2009 07:22:34 -0000	1.15
+++ sources	20 Jun 2009 07:56:23 -0000	1.16
@@ -1,2 +1 @@
-930f87b7aff22c2dc7de38c82bd07caa  openais-0.96.tar.gz
-e39e75df93275f596b3689032c92b4ed  openais-trunk.diff
+b613a876f4c715f8ee4f6f3d4d724f68  openais-0.97.tar.gz




More information about the fedora-extras-commits mailing list